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

  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 40 private ListView mContactList;
56 mContactList = (ListView) findViewById(R.id.contactList);
93 mContactList.setAdapter(adapter);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 94 private Map<String, BluetoothMapConvoContactElement> mContactList;
219 return mContactList;
223 mContactList = contactList;
BluetoothMapContentObserver.java 294 mContactList = mMasInstance.getContactList();
295 if(mContactList == null) {
391 return mContactList;
402 mContactList = contactList;
    [all...]

Completed in 154 milliseconds