Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2433 long dataId2 = ContentUris.parseId(insertEmail(rawContactId1, "address2@email.com")); in testEmailFilterSortOrderWithOldHistory() local
2466 provider.updateDataUsageStat(Arrays.asList(dataId2), in testEmailFilterSortOrderWithOldHistory()
2468 provider.updateDataUsageStat(Arrays.asList(dataId2), in testEmailFilterSortOrderWithOldHistory()
2470 provider.updateDataUsageStat(Arrays.asList(dataId2), in testEmailFilterSortOrderWithOldHistory()
2477 provider.updateDataUsageStat(Arrays.asList(dataId2), in testEmailFilterSortOrderWithOldHistory()
2512 final long dataId2 = ContentUris.parseId(dataUri2); in testPostalsQuery() local
2514 values2.put(Data._ID, dataId2); in testPostalsQuery()
2524 assertStoredValues(ContentUris.withAppendedId(StructuredPostal.CONTENT_URI, dataId2), in testPostalsQuery()
2526 assertStoredValues(ContentUris.withAppendedId(dedupeUri, dataId2), values2); in testPostalsQuery()
6746 long dataId2 = ContentUris.parseId(insertPhoto(rawContactId2, R.drawable.earth_normal)); in testPhotoStoreCleanup() local
[all …]