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

  /packages/apps/IM/src/com/android/im/imps/
PresencePollingManager.java 33 private ImpsAddress[] mContactLists;
48 mContactLists = null;
117 if (mContactLists == null) {
118 mContactLists = mManager.getAllListAddress();
120 return mContactLists;
ImpsContactListManager.java 180 int count = mContactLists.size();
184 for (ContactList l : mContactLists) {
275 subscribeToListsAsync(mContactLists,completion);
590 for(ContactList list : mContactLists) {
620 mContactLists.add(list);
793 mContactLists.clear();
    [all...]
  /packages/apps/IM/src/com/android/im/engine/
ContactListManager.java 52 protected Vector<ContactList> mContactLists;
78 mContactLists = new Vector<ContactList>();
152 return Collections.unmodifiableCollection(mContactLists);
166 for (ContactList list : mContactLists) {
194 for (ContactList list : mContactLists) {
210 for (ContactList list : mContactLists) {
225 for (ContactList list : mContactLists) {
298 if (mContactLists.isEmpty()) {
584 for (ContactList l : mContactLists) {
589 mContactLists.add(list)
    [all...]
  /packages/apps/IM/src/com/android/im/service/
ContactListManagerAdapter.java 71 HashMap<Address, ContactListAdapter> mContactLists;
97 mContactLists = new HashMap<Address, ContactListAdapter>();
143 synchronized (mContactLists) {
144 return new ArrayList<ContactListAdapter>(mContactLists.values());
161 synchronized (mContactLists) {
162 for(ContactListAdapter list : mContactLists.values()) {
321 synchronized (mContactLists) {
322 for (ContactListAdapter list : mContactLists.values()) {
333 synchronized (mContactLists) {
334 return mContactLists.get(address)
    [all...]

Completed in 1344 milliseconds