private ImpsAddress[] getContactLists() {
   if (mContactLists == null) {
     mContactLists = mManager.getAllListAddress();
   }
   return mContactLists;
 }