Home
last modified time | relevance | path

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

123

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaTests.java78 final RawContact before = new RawContact(contact); in getRawContact() local
90 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone() local
100 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert() local
118 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate() local
132 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete() local
145 final ContentValues before = new ContentValues(); in testValuesDiffDelete() local
166 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone() local
177 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert() local
217 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffUpdateInsert() local
266 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneUpdate() local
[all …]
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DValuesDeltaTests.java64 final ContentValues before = new ContentValues(); in testValuesDiffNone() local
76 final ContentValues before = new ContentValues(); in testValuesDiffUpdate() local
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dautocorrection_threshold_utils.cpp32 /* static */ int AutocorrectionThresholdUtils::editDistance(const int *before, in editDistance()
70 /* static */ float AutocorrectionThresholdUtils::calcNormalizedScore(const int *before, in calcNormalizedScore()
/packages/inputmethods/LatinIME/native/jni/tests/utils/
Dautocorrection_threshold_utils_test.cpp26 int CalcEditDistance(const std::vector<int> &before, in CalcEditDistance()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerListener.java33 void timerUpdated(Timer before, Timer after); in timerUpdated()
DTimerModel.java240 final Timer before = doUpdateTimer(timer); in updateTimer() local
423 final Timer before = timers.get(index); in doUpdateTimer() local
561 private void updateRinger(Timer before, Timer after) { in updateRinger()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/
DAccountTests.java44 final Account before = Account.builder().buildFrom(dest, null); in testSerializeDeserialize() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DBinaryDictionaryUtils.java46 private static native float calcNormalizedScoreNative(int[] before, int[] after, int score); in calcNormalizedScoreNative()
109 public static float calcNormalizedScore(final String before, final String after, in calcNormalizedScore()
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
DAccountTest.java81 final Account before = new Account(); in testSerializeAndDeserializeWithJSON() local
DHostAuthTests.java254 final HostAuth before = new HostAuth(); in testSerializeAndDeserializeWithJSON() local
/packages/experimental/RpcPerformance/
Drpcperftest.cpp80 struct timespec before, after; in main() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java275 public void beforeTextChanged(CharSequence s, int start, int before, int after) { in beforeTextChanged()
278 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDiff.java46 public static EntityDiff buildDiff(Entity before, Entity after, Uri targetUri, in buildDiff()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp60 jintArray before, jintArray after, jint score) { in latinime_BinaryDictionaryUtils_calcNormalizedScore()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java211 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
DBluetoothPairingDialog.java457 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DExpiredTimersActivity.java261 public void timerUpdated(Timer before, Timer after) { in timerUpdated()
DTimerPagerAdapter.java152 public void timerUpdated(Timer before, Timer after) { in timerUpdated()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsSearchBarController.java84 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DEditTextFragment.java136 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiApDialog.java235 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersActivity.java268 public void onTextChanged(CharSequence text, int start, int before, int count) { in onTextChanged()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
DSendersFormattingTests.java98 final ConversationInfo before = createConversationInfo(); in testSenderNameBadInput() local
113 final ConversationInfo before = new ConversationInfo(42, 49, first, firstUnread, last); in testConversationSnippetsBadInput() local
/packages/apps/DeskClock/src/com/android/deskclock/
DLabelDialogFragment.java156 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAutoCompleteView.java74 public void onTextChanged(final CharSequence s, final int start, final int before, in onTextChanged()

123