Searched defs:after (Results 1 - 25 of 33) sorted by relevance

12

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDiff.java42 * from "before" to "after". Tries its best to keep operations to
46 public static EntityDiff buildDiff(Entity before, Entity after, Uri targetUri, argument
54 // Before doesn't exist, so insert "after" values
56 builder.withValues(after.getEntityValues());
59 for (NamedContentValues child : after.getSubValues()) {
69 } else if (after == null) {
83 values = after.getEntityValues();
94 final HashMap<String, NamedContentValues> afterChildren = buildChildrenMap(after);
115 // Remove the now-handled "after" child
119 // Walk through remaining "after" childre
[all...]
/packages/experimental/RpcPerformance/
H A Drpcperftest.cpp80 struct timespec before, after; local
89 clock_gettime(CLOCK_MONOTONIC, &after);
91 double seconds = (after.tv_sec - before.tv_sec);
92 seconds += (after.tv_nsec - before.tv_nsec) / 1000000000.0;
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dautocorrection_threshold_utils.cpp32 const int beforeLength, const int *after, const int afterLength) {
34 before, beforeLength, after, afterLength);
57 // (full match up to min(before.length(), after.length())
61 // - If before.length() == after.length()
63 // So, maximum original score is powf(2, min(before.length(), after.length())) * 255 * 2 * 1.2
70 const int beforeLength, const int *after, const int afterLength, const int score) {
74 const int distance = editDistance(before, beforeLength, after, afterLength);
77 if (after[i] == KEYCODE_SPACE) {
31 editDistance(const int *before, const int beforeLength, const int *after, const int afterLength) argument
69 calcNormalizedScore(const int *before, const int beforeLength, const int *after, const int afterLength, const int score) argument
/packages/apps/Calculator/src/com/android/calculator2/
H A DColorButton.java62 protected void onTextChanged(CharSequence text, int start, int before, int after) { argument
/packages/apps/Settings/src/com/android/settings/
H A DConfirmLockPassword.java206 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
H A DCredentialStorage.java169 * case after unlocking with an old-style password).
175 // will return to onResume after Activity
454 @Override public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
H A DCryptKeeper.java130 * Activity used to fade the screen to black after the password is entered.
279 * Ignore back events after the user has entered the decrypt screen and while the device is
402 // we never release this wakelock as we will be restarted after the device
577 // We can return true immediately after we find two or more filtered IMEs.
632 // we either be re-enabled if the password was wrong or after the cooldown period.
652 * The behavior after this is:
762 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
H A DChooseLockPassword.java491 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothNameDialogFragment.java64 // Key to save the edited name and edit status for restoring after rotation
162 mOkButton.setEnabled(mDeviceNameEdited); // Ok button enabled after user edits
198 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
H A DBluetoothPairingDialog.java371 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
H A DDeviceProfilesSettings.java81 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiApDialog.java177 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
H A DWifiConfigController.java493 // Set the hint as default after user types in ip address
863 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java275 public void beforeTextChanged(CharSequence s, int start, int before, int after) { argument
/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarBase.java266 public void beforeTextChanged(CharSequence s, int start, int count, int after) { } argument
H A DUrlInputView.java344 public void beforeTextChanged(CharSequence s, int start, int count, int after) { } argument
/packages/apps/Calendar/src/com/android/calendar/event/
H A DCreateEventDialogFragment.java226 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DExportDialog.java79 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnDialog.java194 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
/packages/apps/Stk/src/com/android/stk/
H A DStkInputActivity.java235 int after) {
234 beforeTextChanged(CharSequence s, int start, int count, int after) argument
/packages/experimental/procstatlog/
H A Dprocstatlog.c100 // terminator: if non-NULL, processing stops after this string
389 struct timeval before, after; local
397 gettimeofday(&after, NULL);
398 printf("T - %ld.%06ld\n", after.tv_sec, after.tv_usec);
400 long elapsed_usec = (long) after.tv_usec - before.tv_usec;
401 elapsed_usec += 1000000l * (after.tv_sec - before.tv_sec);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinImeLogger.java48 String before, String after, int position, SuggestedWords suggestedWords) {
52 String before, String after, int separatorCode) {
55 public static void logOnAutoCorrectionForGeometric(String before, String after, argument
47 logOnManualSuggestion( String before, String after, int position, SuggestedWords suggestedWords) argument
51 logOnAutoCorrectionForTyping( String before, String after, int separatorCode) argument
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyDialer.java128 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
282 // will always happen after onRestoreSavedInstanceState().
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java68 * Create {@link ValuesDelta}, using the given object as the "after"
71 public static ValuesDelta fromAfter(ContentValues after) { argument
74 entry.mAfter = after;
185 * When "after" is present, then visible
192 * When "after" is wiped, action is "delete"
199 * When no "before" or "after", is transient
206 * When "after" has some changes, action is "update"
227 * When "after" has no changes, action is no-op
234 * When no "before" id, and has "after", action is "insert"
305 * Return complete set of "before" and "after" value
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupBasics.java377 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
434 * Finish the auto setup process, in some cases after showing a warning dialog.

Completed in 185 milliseconds

12