/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | MessageModification.java | 40 public static void putSubject(ContentValues values, String subject) { in putSubject() 50 public static void putToAddresses(ContentValues values, String[] toAddresses) { in putToAddresses() 60 public static void putCcAddresses(ContentValues values, String[] ccAddresses) { in putCcAddresses() 70 public static void putBccAddresses(ContentValues values, String[] bccAddresses) { in putBccAddresses() 81 public static void putCustomFromAddress(ContentValues values, String customFromAddress) { in putCustomFromAddress() 92 public static void putForward(ContentValues values, boolean forward) { in putForward() 103 public static void putAppendRefMessageContent(ContentValues values, boolean includeQuotedText) { in putAppendRefMessageContent() 113 public static void putBody(ContentValues values, String body) { in putBody() 123 public static void putBodyHtml(ContentValues values, String body) { in putBodyHtml() 133 public static void putDraftType(ContentValues values, int draftType) { in putDraftType() [all …]
|
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/ |
D | PublicApiAccessTest.java | 70 ContentValues values = buildValidValues(); in testMaximalValidWrite() local 82 ContentValues values = new ContentValues(); in buildValidValues() local 92 ContentValues values = buildValidValues(); in testNoPublicApi() local 98 ContentValues values = buildValidValues(); in testInvalidDestination() local 106 ContentValues values = buildValidValues(); in testInvalidVisibility() local 120 ContentValues values = buildValidValues(); in testDisallowedColumns() local 127 ContentValues values = buildValidValues(); in testFileUriWithoutExternalPermission() local 133 private void testInvalidValues(ContentValues values) { in testInvalidValues()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 98 ContentValues values = getTestReadVoicemailValues(); in testInsertReadMessageIsNotNew() local 142 ContentValues values = new ContentValues(); in testUpdate() local 167 ContentValues values = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_NotDirty() local 173 ContentValues values = getTestVoicemailValues(); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local 204 ContentValues values = getTestVoicemailValues(); in testDeleteOtherPackageVoicemail_SetsDirtyStatus() local 238 ContentValues values = new ContentValues(); in testUpdateAfterDelete_lastModifiedNotChanged() local 249 ContentValues values = getTestVoicemailValues(); in testGetType_ItemUri() local 551 final ContentValues values = getTestVoicemailValues(); in testCannotAccessCallLogSpecificFields_Insert() local 582 final ContentValues values = getTestVoicemailValues(); in testCannotAccessCallLogSpecificFields_Update() local 597 ContentValues values = getTestStatusValues(); in testStatusInsert() local [all …]
|
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 | CallLogProviderTest.java | 94 ContentValues values = getDefaultCallValues(); in testInsert_RegularCallRecord() local 111 final ContentValues values = getDefaultCallValues(); in testInsert_VoicemailCallRecord() local 133 ContentValues values = new ContentValues(); in testUpdate() local 165 ContentValues values = getDefaultCallValues(); in testCallLogFilter() local 198 ContentValues values = new ContentValues(); in testAddCall() local 298 final ContentValues values = getDefaultCallValues(); in testCannotAccessVoicemailSpecificFields_Insert() local 329 final ContentValues values = new ContentValues(); in testCannotAccessVoicemailSpecificFields_Update() local 438 ContentValues values = new ContentValues(); in getDefaultValues() local 477 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 | 958 ContentValues values = new ContentValues(); in testRawContactsInsert() local 990 ContentValues values = new ContentValues(); in testDataDirectoryWithLookupUri() local 1016 private void assertDataRows(Uri dataUri, ContentValues values) { in assertDataRows() 1035 ContentValues values = new ContentValues(); in testContactEntitiesWithIdBasedUri() local 1057 ContentValues values = new ContentValues(); in testContactEntitiesWithLookupUri() local 1091 ContentValues values = new ContentValues(); in assertEntityRows() local 1155 ContentValues values = new ContentValues(); in testDataInsert() local 1184 ContentValues values = new ContentValues(); in testDataInsertAndUpdateHashId() local 1241 ContentValues values = new ContentValues(); in testDataInsertAndUpdateHashId_Photo() local 1264 ContentValues values = new ContentValues(); in testDataInsertPhoneNumberTooLongIsTrimmed() local [all …]
|
D | VoicemailCleanupTest.java | 74 ContentValues values = new ContentValues(); in insertDataForPackage() local 76 mResolver.insert(Voicemails.buildSourceUri(sourcePackage), values); in insertDataForPackage() local 77 mResolver.insert(Status.buildSourceUri(sourcePackage), values); in insertDataForPackage() local
|
/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/apps/Contacts/tests/src/com/android/contacts/model/ |
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
|
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
|
/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/providers/ContactsProvider/src/com/android/providers/contacts/ |
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 | 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 | 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()
|
D | DataRowHandler.java | 113 ContentValues values) { in insert() 157 ContentValues values, Cursor c, boolean callerIsSyncAdapter, in update() 184 public boolean containsSearchableColumns(ContentValues values) { in containsSearchableColumns() 197 public void handleHashIdForInsert(ContentValues values) { in handleHashIdForInsert() 223 private void handleHashIdForUpdate(ContentValues values, long dataId) { in handleHashIdForUpdate() 253 private void handlePrimaryAndSuperPrimary(TransactionContext txContext, ContentValues values, in handlePrimaryAndSuperPrimary() 393 final ContentValues values = new ContentValues(); in getAugmentedValues() local 428 public boolean areAllEmpty(ContentValues values, String[] keys) { in areAllEmpty() 440 public boolean areAnySpecified(ContentValues values, String[] keys) { in areAnySpecified()
|
/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/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherAnimUtils.java | 93 public static ValueAnimator ofFloat(View target, float... values) { in ofFloat() 100 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) { in ofFloat() 111 PropertyValuesHolder... values) { in ofPropertyValuesHolder() 121 View view, PropertyValuesHolder... values) { in ofPropertyValuesHolder()
|
/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 107 private boolean updateVoicemail(ContentValues values) { in updateVoicemail()
|
/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/apps/Dialer/java/com/android/contacts/common/database/ |
D | ContactUpdateUtils.java | 37 ContentValues values = new ContentValues(2); in setSuperPrimary() local 45 values, in setSuperPrimary() local
|
/packages/apps/Contacts/src/com/android/contacts/database/ |
D | ContactUpdateUtils.java | 39 ContentValues values = new ContentValues(2); in setSuperPrimary() local 45 values, null, null); in setSuperPrimary() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAnimUtils.java | 96 public static ValueAnimator ofFloat(float... values) { in ofFloat() 104 float... values) { in ofFloat() 120 PropertyValuesHolder... values) { in ofPropertyValuesHolder() 125 View view, PropertyValuesHolder... values) { in ofPropertyValuesHolder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 102 ContentValues values = new ContentValues(); in onReceive() local 111 ContentValues values = new ContentValues(); in onReceive() local 179 ContentValues values = new ContentValues(); in onReceive() local 181 context.getContentResolver().update(intent.getData(), values, null, null); in onReceive() local
|