Searched refs:before (Results 51 - 72 of 72) sorted by relevance

123

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOutgoingFragment.java73 * {@link #onAttach(Activity)} and before {@link #onActivityCreated(Bundle)}.
145 public void onTextChanged(CharSequence s, int start, int before, int count) { }
H A DAccountSetupBasics.java389 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
497 // Exit immediately if the user left before we finished
H A DAccountSetupIncomingFragment.java84 * {@link #onAttach(Activity)} and before {@link #onActivityCreated(Bundle)}.
178 public void onTextChanged(CharSequence s, int start, int before, int count) { }
449 // Make sure delete policy is an valid option before using it; otherwise, the results are
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
H A DCalendarUtilities.java853 // Our strategy here is to check just before and just after the transitions
859 // Check one minute before and after DST start transition
861 Date before = new Date(millisAtTransition - precision);
863 if (timeZone.inDaylightTime(before)) continue;
866 // Check one minute before and after DST end transition
870 before = new Date(millisAtTransition - (dstSavings + precision));
872 if (!timeZone.inDaylightTime(before)) continue;
1160 * According to EAS docs, OCCURRENCES must always come before INTERVAL
1447 // characters. And it ends before the last character, which is ascii 0
/packages/apps/Settings/src/com/android/settings/
H A DCredentialStorage.java65 * if unlock, ensure key guard before install.
101 * attempts remaining before the KeyStore will reset itself.
373 * On successful unlock, ensure migration to key guard before continuing.
424 @Override public void onTextChanged(CharSequence s,int start, int before, int count) { argument
H A DChooseLockPassword.java485 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
H A DCryptKeeper.java115 /** Number of calls to {@link #notifyUser()} to ignore before notifying. */
161 // so this activity animates to black before the devices starts. Note
655 * radio to whatever it was before it restarted. This also happens when rebooting a
766 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDialog.java375 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnDialog.java198 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java286 public static GroupDelta fromBefore(ContentValues before) { argument
288 entry.mBefore = before;
783 // Warn before removing this group when it would cause ungrouped to stop syncing
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java375 * Prepare dialog for entering a custom label. The input value is trimmed: white spaces before
430 public void onTextChanged(CharSequence s, int start, int before, int count) {
/packages/apps/Mms/src/com/android/mms/transaction/
H A DSmsReceiverService.java398 // Send any queued messages that were waiting from before the reboot.
630 if (nowDate.before(buildDate)) {
632 // is before an arbitrary time we made this build. Instead of inserting a bogus
/packages/apps/Phone/src/com/android/phone/
H A DEmergencyDialer.java133 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { argument
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSearchActivityView.java511 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java238 // then a scroll shortcut is invoked to move the list near the end before scrolling.
249 // The max amount of delay before we force load messages and draft.
250 // 500ms is determined empirically. We want keyboard to have a chance to be shown before
294 // for a second before showing the sent message. But we'd
562 private void updateCounter(CharSequence text, int start, int before, int count) { argument
568 final boolean textRemoved = (before > count);
742 public void onTextChanged(CharSequence s, int start, int before, int count) {
1775 // Must grab the recipients before the view is made visible because getRecipients()
2084 // if we don't hide it here, the compose panel will flash before the keyboard shows
2172 // Don't let any markAsRead DB updates occur before w
[all...]
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java272 // Move to the start time if the end time is before the start
274 if (endTime.before(startTime)) {
379 // Do not allow an event to have an end time before the start
381 if (endTime.before(startTime)) {
1041 * an edit view to be initialized before the event has been loaded. Passing
1643 // before the
1645 if (mEndTime.before(mStartTime)) {
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java870 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java216 int before, int after) { }
220 int before, int count) {
669 // determine if the characters before the new space fit the pattern
1145 // auto focusing, move the cursor to the end of the body (before the signature).
1967 // Reset cursor to right before the signature.
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DRecurrencePickerDialog.java260 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
280 // Call mStringBuilder.setLength(0) before formatting any string or else the
901 // Checking before setting because this causes infinite recursion
962 // Checking before setting because this causes infinite
1195 // The date string does not have any text before the "%s" so we'll have to use the
1203 // The count string does not have any text before the "%d" so we'll have to use
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java255 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { argument
464 "Screen configuration is requested before onCreateView() is called. Ignored");
585 // Initialize smart dialing state. This has to be done before anything is filled in before
1011 * Remove the digit just before the current position. This can be used if we want to replace
1087 * before being able to add the new participant. (This is not the
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java537 bounce.play(tyuAnim).before(tydAnim);
808 // Reset the alpha on the dragged icon before we drag
811 // Go into spring loaded mode (must happen before we startDrag())
/packages/apps/Browser/src/com/android/browser/
H A DController.java279 || lastActiveDate.before(yesterday)
288 // must do this before trying to login the user as we don't want to
836 // when BrowserActivity just starts, onPageStarted may be called before

Completed in 389 milliseconds

123