/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | EntityDeltaTests.java | 79 final Entity before = new Entity(contact); in getEntity() local 91 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone() local 101 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert() local 119 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate() local 133 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete() local 151 final ContentValues before = new ContentValues(); in testValuesDiffNone() local 175 final ContentValues before = new ContentValues(); in testValuesDiffUpdate() local 189 final ContentValues before = new ContentValues(); in testValuesDiffDelete() local 208 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone() local 219 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert() local [all …]
|
D | EntityModifierTests.java | 146 final Entity before = new Entity(contact); in getEntity() local 411 final ContentValues before = new ContentValues(); in testTrimEmptyUntouched() local 434 final ContentValues before = new ContentValues(); in testTrimEmptyAfterUpdate() local
|
D | EntitySetTests.java | 101 final Entity before = EntityDeltaTests.getEntity(rawContactId, in getUpdate() local 129 final Entity before = new Entity(contact); in buildBeforeEntity() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapActivity.java | 323 public void beforeTextChanged(CharSequence s, int start, int before, int after) { in beforeTextChanged() 326 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | EntityDiff.java | 46 public static EntityDiff buildDiff(Entity before, Entity after, Uri targetUri, in buildDiff()
|
D | EntitySet.java | 76 final Entity before = iterator.next(); in fromQuery() local
|
D | EntityDelta.java | 86 public static EntityDelta fromBefore(Entity before) { in fromBefore() 497 public static ValuesDelta fromBefore(ContentValues before) { in fromBefore()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothNamePreference.java | 136 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
D | BluetoothPairingDialog.java | 276 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/Calculator/src/com/android/calculator2/ |
D | ColorButton.java | 83 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged()
|
/packages/apps/Browser/src/com/android/browser/ |
D | FindDialog.java | 184 int before, in onTextChanged()
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSetupBasics.java | 175 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | ConversationHeaderView.java | 135 int before = buf.length(); in formatMessage() local
|
D | ComposeMessageActivity.java | 377 private void updateCounter(CharSequence text, int start, int before, int count) { in updateCounter()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkInputActivity.java | 238 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/Phone/src/com/android/phone/ |
D | EmergencyDialer.java | 127 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { in onTextChanged()
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
D | MessageComposeInstrumentationTests.java | 818 private void checkCommaInsert(final String before, final String after, boolean expectComma) in checkCommaInsert()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | TwelveKeyDialer.java | 166 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { in onTextChanged()
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
D | DisplayGroupsActivity.java | 230 public static GroupDelta fromBefore(ContentValues before) { in fromBefore()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | GridViewSpecial.java | 818 int before = mStartRow - d; in continueLoading() local
|
/packages/apps/Camera/src/com/android/camera/ |
D | GridViewSpecial.java | 816 int before = mStartRow - d; in continueLoading() local
|