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.java1203 long normalEarthPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByDimensions()
1225 long nebulaPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByFileSize()
1248 long normalEarthPhotoFileId = getStoredLongValue( in testChooseFilePhotoOverThumbnail()
1275 long cupcakeEarthPhotoFileId = getStoredLongValue( in testFallbackToAccountPriorityForSamePhoto()
DContactAggregator2Test.java1211 long normalEarthPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByDimensions()
1233 long nebulaPhotoFileId = getStoredLongValue( in testChooseLargerPhotoByFileSize()
1256 long normalEarthPhotoFileId = getStoredLongValue( in testChooseFilePhotoOverThumbnail()
1283 long cupcakeEarthPhotoFileId = getStoredLongValue( in testFallbackToAccountPriorityForSamePhoto()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java620 return getStoredLongValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), in queryPhotoFileId()
938 protected Long getStoredLongValue(Uri uri, String selection, String[] selectionArgs, in getStoredLongValue() method in BaseContactsProvider2Test
954 protected Long getStoredLongValue(Uri uri, String column) { in getStoredLongValue() method in BaseContactsProvider2Test
955 return getStoredLongValue(uri, null, null, column); in getStoredLongValue()
DContactsProvider2Test.java4047 long dataId = getStoredLongValue(Data.CONTENT_URI, in testUpdateDataDoesNotRequireProfilePermission()
7213 long photoFileId = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testGetPhotoUri()
7288 long photoFileId1 = getStoredLongValue(Data.CONTENT_URI, Data._ID + "=?", in testSuperPrimaryPhoto()
7335 long twigId = getStoredLongValue(twigUri, Data._ID); in testUpdatePhoto()
7606 getStoredLongValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId1), in testPhotoStoreCleanup()
7613 getStoredLongValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId2), in testPhotoStoreCleanup()
7624 getStoredLongValue(ContentUris.withAppendedId(Data.CONTENT_URI, dataId2), in testPhotoStoreCleanup()
7649 long streamItemPhotoFileId = getStoredLongValue(streamItemPhotoUri, in testPhotoStoreCleanup()
7663 assertEquals(photoFileId1, (long) getStoredLongValue( in testPhotoStoreCleanup()
7668 assertEquals(replacementPhotoFileId, (long) getStoredLongValue( in testPhotoStoreCleanup()
[all …]