Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1168 long normalEarthPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByDimensions()
1190 long nebulaPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByFileSize()
1213 long normalEarthPhotoFileId = getStoredLongValue( in testChooseFilePhotoOverThumbnail()
1240 long cupcakeEarthPhotoFileId = getStoredLongValue( in testFallbackToAccountPriorityForSamePhoto()
DContactAggregator2Test.java1177 long normalEarthPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByDimensions()
1199 long nebulaPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByFileSize()
1222 long normalEarthPhotoFileId = getStoredLongValue( in testChooseFilePhotoOverThumbnail()
1249 long cupcakeEarthPhotoFileId = getStoredLongValue( in testFallbackToAccountPriorityForSamePhoto()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java612 return getStoredLongValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), in queryPhotoFileId()
930 protected Long getStoredLongValue(Uri uri, String selection, String[] selectionArgs, in getStoredLongValue() method in BaseContactsProvider2Test
946 protected Long getStoredLongValue(Uri uri, String column) { in getStoredLongValue() method in BaseContactsProvider2Test
947 return getStoredLongValue(uri, null, null, column); in getStoredLongValue()
DContactsProvider2Test.java4080 long dataId = getStoredLongValue(Data.CONTENT_URI, in testUpdateDataDoesNotRequireProfilePermission()
7200 long photoFileId = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testGetPhotoUri()
7275 long photoFileId1 = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testSuperPrimaryPhoto()
7322 long twigId = getStoredLongValue(twigUri, Data._ID); in testUpdatePhoto()
7593 getStoredLongValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId1), in testPhotoStoreCleanup()
7600 getStoredLongValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId2), in testPhotoStoreCleanup()
7611 getStoredLongValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId2), in testPhotoStoreCleanup()
7636 long streamItemPhotoFileId = getStoredLongValue(streamItemPhotoUri, in testPhotoStoreCleanup()
7650 assertEquals(photoFileId1, (long) getStoredLongValue( in testPhotoStoreCleanup()
7655 assertEquals(replacementPhotoFileId, (long) getStoredLongValue( in testPhotoStoreCleanup()
[all …]