Home
last modified time | relevance | path

Searched defs:before (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
DEntityDeltaTests.java79 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 …]
DEntityModifierTests.java146 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
DEntitySetTests.java101 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/
DBluetoothPbapActivity.java323 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/
DEntityDiff.java46 public static EntityDiff buildDiff(Entity before, Entity after, Uri targetUri, in buildDiff()
DEntitySet.java76 final Entity before = iterator.next(); in fromQuery() local
DEntityDelta.java86 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/
DBluetoothNamePreference.java136 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
DBluetoothPairingDialog.java276 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Calculator/src/com/android/calculator2/
DColorButton.java83 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged()
/packages/apps/Browser/src/com/android/browser/
DFindDialog.java184 int before, in onTextChanged()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupBasics.java175 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Mms/src/com/android/mms/ui/
DConversationHeaderView.java135 int before = buf.length(); in formatMessage() local
DComposeMessageActivity.java377 private void updateCounter(CharSequence text, int start, int before, int count) { in updateCounter()
/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java238 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Phone/src/com/android/phone/
DEmergencyDialer.java127 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { in onTextChanged()
/packages/apps/Email/tests/src/com/android/email/activity/
DMessageComposeInstrumentationTests.java818 private void checkCommaInsert(final String before, final String after, boolean expectComma) in checkCommaInsert()
/packages/apps/Contacts/src/com/android/contacts/
DTwelveKeyDialer.java166 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { in onTextChanged()
/packages/apps/Contacts/src/com/android/contacts/ui/
DDisplayGroupsActivity.java230 public static GroupDelta fromBefore(ContentValues before) { in fromBefore()
/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java818 int before = mStartRow - d; in continueLoading() local
/packages/apps/Camera/src/com/android/camera/
DGridViewSpecial.java816 int before = mStartRow - d; in continueLoading() local