HomeSort by relevance Sort by last modified time
    Searched refs:listMgr (Results 1 - 3 of 3) sorted by null

  /packages/apps/IM/src/com/android/im/app/
ContactListView.java 148 IContactListManager listMgr = conn.getContactListManager();
149 if (listMgr.getState() == ContactListManager.LISTS_LOADED) {
ChatView.java 870 IContactListManager listMgr = conn.getContactListManager();
871 listMgr.registerContactListListener(mContactListListener);
889 IContactListManager listMgr = conn.getContactListManager();
890 listMgr.unregisterContactListListener(mContactListListener);
    [all...]
  /packages/apps/IM/src/com/android/im/imps/
ImpsConnection.java 377 ImpsContactListManager listMgr= (ImpsContactListManager) getContactListManager();
378 listMgr.subscribeToAllListAsync();

Completed in 226 milliseconds