OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
295
mContactList
= mMasInstance.getContactList();
296
if(
mContactList
== null) {
392
return
mContactList
;
403
mContactList
= contactList;
[
all
...]
Completed in 80 milliseconds