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.java1102 long normalEarthPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByDimensions()
1124 long nebulaPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByFileSize()
1147 long normalEarthPhotoFileId = getStoredLongValue( in testChooseFilePhotoOverThumbnail()
1174 long cupcakeEarthPhotoFileId = getStoredLongValue( in testFallbackToAccountPriorityForSamePhoto()
DContactAggregator2Test.java1100 long normalEarthPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByDimensions()
1122 long nebulaPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByFileSize()
1145 long normalEarthPhotoFileId = getStoredLongValue( in testChooseFilePhotoOverThumbnail()
1172 long cupcakeEarthPhotoFileId = getStoredLongValue( in testFallbackToAccountPriorityForSamePhoto()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java638 return getStoredLongValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), in queryPhotoFileId()
956 protected Long getStoredLongValue(Uri uri, String selection, String[] selectionArgs, in getStoredLongValue() method in BaseContactsProvider2Test
972 protected Long getStoredLongValue(Uri uri, String column) { in getStoredLongValue() method in BaseContactsProvider2Test
973 return getStoredLongValue(uri, null, null, column); in getStoredLongValue()
DContactsProvider2Test.java3939 long dataId = getStoredLongValue(Data.CONTENT_URI, in testUpdateDataDoesNotRequireProfilePermission()
7162 long photoFileId = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testGetPhotoUri()
7237 long photoFileId1 = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testSuperPrimaryPhoto()
7284 long twigId = getStoredLongValue(twigUri, Data._ID); in testUpdatePhoto()
7555 getStoredLongValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId1), in testPhotoStoreCleanup()
7562 getStoredLongValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId2), in testPhotoStoreCleanup()
7573 getStoredLongValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId2), in testPhotoStoreCleanup()
7598 long streamItemPhotoFileId = getStoredLongValue(streamItemPhotoUri, in testPhotoStoreCleanup()
7612 assertEquals(photoFileId1, (long) getStoredLongValue( in testPhotoStoreCleanup()
7617 assertEquals(replacementPhotoFileId, (long) getStoredLongValue( in testPhotoStoreCleanup()
[all …]