Home
last modified time | relevance | path

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

12

/packages/apps/Contacts/tests/src/com/android/contacts/
DRawContactDeltaTests.java80 final RawContact before = new RawContact(context, 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
152 final ContentValues before = new ContentValues(); in testValuesDiffNone() local
176 final ContentValues before = new ContentValues(); in testValuesDiffUpdate() local
190 final ContentValues before = new ContentValues(); in testValuesDiffDelete() local
209 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone() local
220 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert() local
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinImeLogger.java44 String before, String after, int position, SuggestedWords suggestedWords) { in logOnManualSuggestion()
48 String before, String after, int separatorCode) { in logOnAutoCorrectionForTyping()
51 public static void logOnAutoCorrectionForGeometric(String before, String after, in logOnAutoCorrectionForGeometric()
DSuggestionSpanPickedNotificationReceiver.java35 final String before = intent.getStringExtra( in onReceive() local
DBinaryDictionary.java119 private static native float calcNormalizedScoreNative(char[] before, char[] after, int score); in calcNormalizedScoreNative()
120 private static native int editDistanceNative(char[] before, char[] after); in editDistanceNative()
185 public static float calcNormalizedScore(String before, String after, int score) { in calcNormalizedScore()
189 public static int editDistance(String before, String after) { in editDistance()
DRichInputConnection.java538 CharSequence before = mIC.getTextBeforeCursor(1000, 0); in getWordRangeAtCursor() local
591 CharSequence before = getTextBeforeCursor(1, 0); in isCursorTouchingWord() local
/packages/inputmethods/LatinIME/native/jni/src/
Dwords_priority_queue.h97 int outputSuggestions(const unsigned short *before, const int beforeLength, in outputSuggestions()
178 float getHighestNormalizedScore(const unsigned short *before, const int beforeLength, in getHighestNormalizedScore()
206 static float getNormalizedScore(SuggestedWord *sw, const unsigned short *before, in getNormalizedScore()
Dcorrection.cpp1044 int *editDistanceTable, const unsigned short *before, in editDistanceInternal()
1083 int Correction::RankingAlgorithm::editDistance(const unsigned short *before, in editDistance()
1112 float Correction::RankingAlgorithm::calcNormalizedScore(const unsigned short *before, in calcNormalizedScore()
/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/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()
DNavigationBarBase.java269 public void onTextChanged(CharSequence s, int start, int before, int count) { } in onTextChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java276 public void beforeTextChanged(CharSequence s, int start, int before, int after) { in beforeTextChanged()
279 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.java373 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.cpp225 jcharArray before, jcharArray after, jint score) { in latinime_BinaryDictionary_calcNormalizedScore()
238 jcharArray before, jcharArray after) { in latinime_BinaryDictionary_editDistance()
/packages/apps/Mms/src/com/android/mms/widget/
DMmsWidgetService.java256 int before = from.length(); local
/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/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