Home
last modified time | relevance | path

Searched refs:PHONES_PROJECTION (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/ui/
DShowOrCreateActivity.java62 static final String[] PHONES_PROJECTION = new String[] { field in ShowOrCreateActivity
131 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null); in onCreate()
/packages/apps/Phone/src/com/android/phone/
DBluetoothAtPhonebook.java52 private static final String[] PHONES_PROJECTION = new String[] { field in BluetoothAtPhonebook
360 Phone.CONTENT_URI, PHONES_PROJECTION, where, null, in queryPhonebook()
DNotificationMgr.java242 static final String[] PHONES_PROJECTION = new String[] { field in NotificationMgr
305 PHONES_PROJECTION, null, null, PhoneLookup.NUMBER); in onQueryComplete()
/packages/apps/Contacts/src/com/android/contacts/
DCallDetailActivity.java82 static final String[] PHONES_PROJECTION = new String[] { field in CallDetailActivity
203 … Cursor phonesCursor = resolver.query(phoneUri, PHONES_PROJECTION, null, null, null); in updateData()
DRecentCallsListActivity.java103 static final String[] PHONES_PROJECTION = new String[] { field in RecentCallsListActivity
327 PHONES_PROJECTION, null, null, null); in queryContactInfo()
886 PHONES_PROJECTION, null, null, null); in getBetterNumberFromContacts()
DContactsListActivity.java290 static final String[] PHONES_PROJECTION = new String[] { field in ContactsListActivity
1584 return PHONES_PROJECTION; in getProjectionForQuery()
1599 return PHONES_PROJECTION; in getProjectionForQuery()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java75 static final String[] PHONES_PROJECTION = new String[] { field in BluetoothPbapVcardManager
248 phoneCursor = mResolver.query(myUri, PHONES_PROJECTION, CLAUSE_ONLY_VISIBLE, null, in getPhonebookNumberList()