Home | History | Annotate | Download | only in service

Lines Matching refs:mContactLists

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);
868 synchronized (mContactLists) {
869 return mContactLists.remove(listAdapter.getAddress());
914 synchronized (mContactLists) {
915 mContactLists.put(list.getAddress(),