Home
last modified time | relevance | path

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

12

/packages/apps/Contacts/tests/src/com/android/contacts/
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/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/java/src/com/android/inputmethod/latin/
DLatinImeLogger.java48 String before, String after, int position, SuggestedWords suggestedWords) { in logOnManualSuggestion()
52 String before, String after, int separatorCode) { in logOnAutoCorrectionForTyping()
55 public static void logOnAutoCorrectionForGeometric(String before, String after, in logOnAutoCorrectionForGeometric()
DSuggestionSpanPickedNotificationReceiver.java34 final String before = intent.getStringExtra( in onReceive() local
DBinaryDictionary.java99 private static native float calcNormalizedScoreNative(int[] before, int[] after, int score); in calcNormalizedScoreNative()
100 private static native int editDistanceNative(int[] before, int[] after); in editDistanceNative()
177 public static float calcNormalizedScore(final String before, final String after, in calcNormalizedScore()
183 public static int editDistance(final String before, final String after) { in editDistance()
DRichInputConnection.java529 final CharSequence before = mIC.getTextBeforeCursor(1000, in getWordRangeAtCursor() local
581 final CharSequence before = getTextBeforeCursor(1, 0); in isCursorTouchingWord() local
/packages/apps/Mms/src/com/android/mms/ui/
DConversationListItem.java112 int before = buf.length(); in formatMessage() local
121 int before = buf.length(); in formatMessage() local
/packages/experimental/RpcPerformance/
Drpcperftest.cpp80 struct timespec before, after; in main() local
/packages/inputmethods/LatinIME/native/jni/src/
Dwords_priority_queue.h119 AK_FORCE_INLINE float getHighestNormalizedScore(const int *before, const int beforeLength, in getHighestNormalizedScore()
149 static float getNormalizedScore(SuggestedWord *sw, const int *before, const int beforeLength, in getNormalizedScore()
Dwords_priority_queue.cpp21 int WordsPriorityQueue::outputSuggestions(const int *before, const int beforeLength, in outputSuggestions()
/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/apps/Browser/src/com/android/browser/
DAutoFillSettingsFragment.java98 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
110 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Calculator/src/com/android/calculator2/
DColorButton.java62 protected void onTextChanged(CharSequence text, int start, int before, int after) { 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/Email/src/com/android/email/activity/setup/
DEditQuickResponseDialog.java119 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onTextChanged()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java202 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
DBluetoothPairingDialog.java375 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Launcher2/src/com/android/launcher2/
DStrokedTextView.java74 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged()
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp231 jintArray before, jintArray after, jint score) { in latinime_BinaryDictionary_calcNormalizedScore()
242 static jint latinime_BinaryDictionary_editDistance(JNIEnv *env, jclass clazz, jintArray before, in latinime_BinaryDictionary_editDistance()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiApDialog.java174 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Mms/src/com/android/mms/widget/
DMmsWidgetService.java256 int before = from.length(); local
/packages/apps/Settings/src/com/android/settings/
DConfirmLockPassword.java202 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java237 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()

12