/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/ |
D | PublicApiAccessTest.java | 91 ContentValues values = buildValidValues(); in testMaximalValidWrite() local 103 ContentValues values = new ContentValues(); in buildValidValues() local 114 ContentValues values = buildValidValues(); in testNoPublicApi() local 121 ContentValues values = buildValidValues(); in testInvalidDestination() local 131 ContentValues values = buildValidValues(); in testInvalidVisibility() local 146 ContentValues values = buildValidValues(); in testDisallowedColumns() local 154 ContentValues values = buildValidValues(); in testFileUriWithoutExternalPermission() local 160 private void testInvalidValues(ContentValues values) { in testInvalidValues() 207 final ContentValues values = new ContentValues(); in testAddCompletedWithoutExtension() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | LegacyContactsProviderTest.java | 78 ContentValues values = new ContentValues(); in testPeopleInsert() local 91 ContentValues values = new ContentValues(); in testPeopleUpdate() local 114 ContentValues values = new ContentValues(); in testPeopleDelete() local 131 ContentValues values = new ContentValues(); in testPeopleFilter() local 150 ContentValues values = new ContentValues(); in testDefaultDisplayName() local 157 ContentValues values = new ContentValues(); in testPrimaryOrganization() local 199 ContentValues values = new ContentValues(); in testPrimaryPhone() local 249 ContentValues values = new ContentValues(); in testEmailCrud() local 271 ContentValues values = new ContentValues(); in testPrimaryEmail() local 322 ContentValues values = new ContentValues(); in testMarkAsContacted() local [all …]
|
D | VoicemailProviderTest.java | 122 ContentValues values = getTestReadVoicemailValues(); in testInsertReadMessageIsNotNew() local 176 ContentValues values = new ContentValues(); in testUpdate() local 216 ContentValues values = new ContentValues(); in testUpdateOtherPackageCallLog_NotDirty() local 230 ContentValues values = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local 244 ContentValues values = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_retainDirtyStatus_dirty() local 260 ContentValues values = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_retainDirtyStatus_notDirty() local 276 ContentValues values = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_retainDirtyStatus_noOtherValues() local 309 ContentValues values = getTestVoicemailValues(); in testDeleteOtherPackageVoicemail_SetsDirtyStatus() local 343 ContentValues values = new ContentValues(); in testUpdateAfterDelete_lastModifiedNotChanged() local 354 ContentValues values = getTestVoicemailValues(); in testGetType_ItemUri() local [all …]
|
D | CallLogProviderTest.java | 102 ContentValues values = getDefaultCallValues(); in testInsert_RegularCallRecord() local 119 final ContentValues values = getDefaultCallValues(); in testInsert_VoicemailCallRecord() local 141 ContentValues values = new ContentValues(); in testUpdate() local 173 ContentValues values = getDefaultCallValues(); in testCallLogFilter() local 209 ContentValues values = new ContentValues(); in testAddCall() local 309 final ContentValues values = getDefaultCallValues(); in testCannotAccessVoicemailSpecificFields_Insert() local 340 final ContentValues values = new ContentValues(); in testCannotAccessVoicemailSpecificFields_Update() local 449 ContentValues values = new ContentValues(); in getDefaultValues() local 488 ContentValues values = new ContentValues(); in getTestCallLogValues() local
|
D | SearchIndexManagerTest.java | 55 ContentValues values = new ContentValues(); in testSearchIndexForStructuredName() local 76 ContentValues values = new ContentValues(); in testSearchIndexForStructuredName_phoneticOnly() local 100 ContentValues values = new ContentValues(); in testSearchIndexForChineseName() local 116 ContentValues values = new ContentValues(); in testSearchByChineseName() local 136 ContentValues values = new ContentValues(); in testSearchIndexForKoreanName() local 151 ContentValues values = new ContentValues(); in testSearchByKoreanName() local 177 ContentValues values = new ContentValues(); in testSearchByKoreanNameWithTwoCharactersFamilyName() local 200 ContentValues values = new ContentValues(); in testSearchIndexForOrganization() local 246 ContentValues values = new ContentValues(); in testSearchIndexForStructuredPostal() local 524 ContentValues values = new ContentValues(); in createRawContactWithDisplayName() local
|
D | ContactsProvider2TransactionTest.java | 63 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_insert() local 90 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_update() local 124 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_delete() local 153 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_bulkInsert() local
|
D | ContactsProvider2Test.java | 988 ContentValues values = new ContentValues(); in testRawContactsInsert() local 1019 ContentValues values = new ContentValues(); in testDataDirectoryWithLookupUri() local 1045 private void assertDataRows(Uri dataUri, ContentValues values) { in assertDataRows() 1064 ContentValues values = new ContentValues(); in testContactEntitiesWithIdBasedUri() local 1086 ContentValues values = new ContentValues(); in testContactEntitiesWithLookupUri() local 1120 ContentValues values = new ContentValues(); in assertEntityRows() local 1184 ContentValues values = new ContentValues(); in testDataInsert() local 1213 ContentValues values = new ContentValues(); in testDataInsertAndUpdateHashId() local 1270 ContentValues values = new ContentValues(); in testDataInsertAndUpdateHashId_Photo() local 1293 ContentValues values = new ContentValues(); in testDataInsertPhoneNumberTooLongIsTrimmed() local [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | BatteryDiffEntryTest.java | 120 final ContentValues values = getContentValuesWithType( in testLoadLabelAndIcon_forSystemBattery_returnExpectedResult() local 146 final ContentValues values = getContentValuesWithType( in testLoadLabelAndIcon_forUserBattery_returnExpectedResult() local 171 final ContentValues values = getContentValuesWithType( in testGetAppLabel_loadDataFromApplicationInfo() local 198 final ContentValues values = getContentValuesWithType( in testGetAppLabel_loadDataFromPreDefinedNameAndUid() local 215 final ContentValues values = getContentValuesWithType( in testGetAppLabel_nullAppLabel_returnAppLabelInBatteryHistEntry() local 229 final ContentValues values = getContentValuesWithType( in testGetAppIcon_nonUidConsumer_returnAppIconInBatteryDiffEntry() local 344 final ContentValues values = getContentValuesWithType( in testUpdateRestrictionFlagState_updateFlagAsExpected() local 377 final ContentValues values = getContentValuesWithType( in testGetPackageName_returnExpectedResult() local 389 final ContentValues values = getContentValuesWithType( in testGetPackageName_withProcessName_returnExpectedResult() local 402 final ContentValues values = getContentValuesWithType(consumerType); in createBatteryDiffEntry() local [all …]
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
D | DefaultCarrierConfigValuesLoader.java | 52 Bundle values; in get() local 69 private void loadLocked(final int subId, final Bundle values) { in loadLocked() 84 private static void loadFromSystem(final int subId, final Bundle values) { in loadFromSystem() 95 private void loadFromResources(final int subId, final Bundle values) { in loadFromResources()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | MissedInformationTest.java | 105 ContentValues values = verifyInsertionWithCapture(); in testNotMissedCall() local 126 ContentValues values = verifyInsertionWithCapture(); in testEmergencyCallPlacing() local 149 ContentValues values = verifyInsertionWithCapture(); in testMaximumDialingCalls() local 175 ContentValues values = verifyInsertionWithCapture(); in testMaximumRingingCalls() local 197 ContentValues values = verifyInsertionWithCapture(); in testCallFiltersTimeout() local 218 ContentValues values = verifyInsertionWithCapture(); in testCallScreeningServiceSilence() local
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/core/ |
D | SearchResultsProviderTest.java | 87 ContentValues values = getRecord(); in insert_shouldInsertTheSearchResult() local 98 ContentValues values = getRecord(); in query_shouldHaveValidData() local 101 provider.insert(Uri.parse(AUTHORITY), values); in query_shouldHaveValidData() local 124 ContentValues values = new ContentValues(); in getRecord() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | ContactsUtilsTests.java | 81 final ContentValues values = new ContentValues(); in testImIntentCustom() local 104 final ContentValues values = new ContentValues(); in testImIntent() local 122 final ContentValues values = new ContentValues(); in testImIntentWithAudio() local 143 final ContentValues values = new ContentValues(); in testImIntentWithVideo() local 168 final ContentValues values = new ContentValues(); in testImEmailIntent() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactTest.java | 34 final ContentValues values = new ContentValues(); in buildRawContact() local 49 final ContentValues values = new ContentValues(); in buildRawContact2() local 78 final ContentValues values = new ContentValues(); in buildNamedDataItem() local 87 final ContentValues values = new ContentValues(); in buildNamedDataItem2() local
|
D | ValuesDeltaTests.java | 47 final ValuesDelta values = ValuesDelta.fromAfter(after); in testValuesDiffInsert() local 67 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffNone() local 79 final ValuesDelta values = ValuesDelta.fromBefore(before); in testValuesDiffUpdate() local
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | BugleCarrierConfigValuesLoader.java | 59 Bundle values; in get() local 92 private String loadLocked(final int subId, final Bundle values) { in loadLocked() 109 private static void loadFromSystem(final int subId, final Bundle values) { in loadFromSystem() 127 private void loadFromResources(final int subId, final Bundle values) { in loadFromResources() 186 public static void update(final Bundle values, final String type, final String key, in update()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForPhoto.java | 59 ContentValues values) { in insert() 78 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update() 107 private boolean preProcessPhoto(ContentValues values) { in preProcessPhoto() 125 private boolean hasNonNullPhoto(ContentValues values) { in hasNonNullPhoto() 145 private boolean processPhoto(ContentValues values) { in processPhoto()
|
D | DatabaseModifier.java | 35 public abstract long insert(String table, String nullColumnHack, ContentValues values); in insert() 40 public abstract long insert(ContentValues values); in insert() 45 public abstract int update(Uri uri, String table, ContentValues values, in update()
|
D | PostalSplitter.java | 41 public void fromValues(ContentValues values) { in fromValues() 51 public void toValues(ContentValues values) { in toValues() 85 final String[] values = new String[] { in join() local 231 private static boolean arePrintableAsciiOnly(final String[] values) { in arePrintableAsciiOnly()
|
/packages/services/Car/car-lib/src/android/car/user/ |
D | UserIdentificationAssociationResponse.java | 73 @UserIdentificationAssociationValue int[] values) { in UserIdentificationAssociationResponse() 100 public static UserIdentificationAssociationResponse forSuccess( in forSuccess() 111 public static UserIdentificationAssociationResponse forSuccess( in forSuccess() 213 int[] values = (flg & 0x4) == 0 ? null : in.createIntArray(); in UserIdentificationAssociationResponse() local
|
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
D | LegacyProviderMigrationTest.java | 144 final ContentValues values = new ContentValues(); in generateValues() local 169 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Orientation() local 177 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Pending() local 186 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Trashed() local 194 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Favorite() local 202 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Orphaned() local 210 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_AUDIO, in testLegacy_Audio() local 218 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_VIDEO, in testLegacy_Video() local 229 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_IMAGE, in testLegacy_Image() local 237 final ContentValues values = generateValues(FileColumns.MEDIA_TYPE_NONE, in testLegacy_Download() local [all …]
|
D | DelegatorTest.java | 74 final ContentValues values = new ContentValues(); in testPushAllowed() local 91 final ContentValues values = new ContentValues(); in testOrphanedAllowed() local 108 final ContentValues values = new ContentValues(); in testPullBlocked() local 117 final ContentValues values = new ContentValues(); in createAudio() local
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/ |
D | VehiclePropValueBuilder.java | 78 public VehiclePropValueBuilder addIntValue(int... values) { in addIntValue() 86 public VehiclePropValueBuilder addFloatValue(float... values) { in addFloatValue() 94 public VehiclePropValueBuilder addByteValue(byte... values) { in addByteValue() 102 public VehiclePropValueBuilder setInt64Value(long... values) { in setInt64Value()
|
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/testing/ |
D | TestSupport.java | 30 public static <E> List<E> listOf(E... values) { in listOf() 35 public static <E> Set<E> setOf(E... values) { in setOf()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/ |
D | VoicemailFetchedCallback.java | 65 ContentValues values = new ContentValues(); in setVoicemailContent() local 94 ContentValues values = new ContentValues(); in setVoicemailContent() local 108 private boolean updateVoicemail(ContentValues values) { in updateVoicemail()
|
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/write/ |
D | PushBackIteratorTest.java | 36 List<String> values = listOf("One", "Two", "Three", "Four"); in test() local 76 List<String> values = listOf("One", "Two", "Three", "Four"); in removeNotSupported() local
|