Home
last modified time | relevance | path

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

123

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaTests.java80 final RawContact before = new RawContact(contact); in getRawContact() local
92 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone() local
102 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert() local
120 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate() local
134 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete() local
147 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
214 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffUpdateInsert() local
259 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneUpdate() local
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DBinaryDictionaryUtils.java45 private static native float calcNormalizedScoreNative(int[] before, int[] after, int score); in calcNormalizedScoreNative()
46 private static native int editDistanceNative(int[] before, int[] after); in editDistanceNative()
109 public static float calcNormalizedScore(final String before, final String after, in calcNormalizedScore()
115 public static int editDistance(final String before, final String after) { in editDistance()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DValuesDeltaTests.java61 final ContentValues before = new ContentValues(); in testValuesDiffNone() local
73 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestionSpanPickedNotificationReceiver.java36 final String before = intent.getStringExtra( in onReceive() local
/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/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp60 jintArray before, jintArray after, jint score) { in latinime_BinaryDictionaryUtils_calcNormalizedScore()
71 static jint latinime_BinaryDictionaryUtils_editDistance(JNIEnv *env, jclass clazz, jintArray before, in latinime_BinaryDictionaryUtils_editDistance()
/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/apps/Mms/src/com/android/mms/ui/
DConversationListItem.java111 int before = buf.length(); in formatMessage() local
120 int before = buf.length(); in formatMessage() 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()
DEntitySet.java73 final Entity before = iterator.next(); in fromQuery() local
DEntityDelta.java84 public static EntityDelta fromBefore(Entity before) { in fromBefore()
510 public static ValuesDelta fromBefore(ContentValues before) { in fromBefore()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java201 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
DBluetoothPairingDialog.java390 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiApDialog.java161 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
DWriteWifiConfigToNfcDialog.java215 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Mms/src/com/android/mms/widget/
DMmsWidgetService.java255 int before = from.length(); local
/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/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/Email/src/com/android/email/activity/setup/
DAuthenticationView.java104 public void onTextChanged(CharSequence s, int start, int before, int count) { } in onTextChanged()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DExportDialog.java83 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()

123