Home
last modified time | relevance | path

Searched defs:dataCursor (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapUtilsTest.java275 MatrixCursor dataCursor = new MatrixCursor(new String[] {CONTACT_ID, MIMETYPE, DATA1}); in updateSecondaryVersionCounter_whenContactsAreAdded() local
306 MatrixCursor dataCursor = new MatrixCursor(new String[] {CONTACT_ID, MIMETYPE, DATA1}); in updateSecondaryVersionCounter_whenContactsAreDeleted() local
338 MatrixCursor dataCursor = new MatrixCursor(new String[] {CONTACT_ID, MIMETYPE, DATA1}); in updateSecondaryVersionCounter_whenContactsAreUpdated() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java329 Cursor dataCursor = contentResolver.query(Data.CONTENT_URI, in loadAggregationSuggestions() local
364 protected void deliverNotification(Cursor dataCursor) { in deliverNotification()
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java208 final Cursor dataCursor = queryAllDataInAccount(); in ignoresEmptyContacts() local
236 final Cursor dataCursor = queryAllDataInAccount(); in largeImport() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java360 try (Cursor dataCursor = in updateSecondaryVersionCounter()
397 try (Cursor dataCursor = in updateSecondaryVersionCounter()
/packages/apps/Contacts/src/com/android/contacts/database/
DSimContactDaoImpl.java193 final Cursor dataCursor = queryRawContactsForSimContacts(contacts); in findAccountsOfExistingSimContacts() local