HomeSort by relevance Sort by last modified time
    Searched full:dismissed (Results 76 - 100 of 233) sorted by null

1 2 34 5 6 7 8 910

  /packages/apps/Calendar/src/com/android/calendar/alerts/
DismissAlarmsService.java 38 * Service for asynchronously marking fired alarms as dismissed.
AlertActivity.java 187 // Mark this alarm as DISMISSED
  /packages/apps/Camera/src/com/android/camera/
PhotoController.java 168 // if the 2nd level popup gets dismissed
VideoController.java 150 // if the 2nd level popup gets dismissed
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockContract.java 207 * Alarm state when alarm has been dismissed before its intended firing time.
DaysOfWeek.java 184 // We only use this on preemptively dismissed alarms, and alarms can only fire once a day,
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
AbstractIndicatorButton.java 139 // is dismissed by MSG_DISMISS_POPUP.
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DeleteManagedProfileDialog.java 158 * dialog was otherwise dismissed.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
NotificationState.java 77 * The intent to be triggered when the notification is dismissed.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewChoreographer.java 36 * - how key previews should be shown and dismissed.
  /packages/services/Telephony/src/com/android/phone/
MMIDialogActivity.java 136 // gets dismissed. So let's forcibly bail out right now.
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperActivity.java 93 /* On orientation changes, the dialog is effectively "dismissed" so this is called
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 262 * Used by dismissed and missed states, to update parent alarm. This will either
590 LogUtils.v("Setting dismissed state to instance " + instance.mId);
631 * <li>Make sure all dismissed alarms are never re-activated</li>
632 * <li>Make sure pre-dismissed alarms stay predismissed</li>
659 LogUtils.e("Alarm Instance is dismissed, but never deleted");
    [all...]
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 519 // Listens for when presentations are dismissed.
525 Log.i(TAG, "Presentation dismissed.");
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 519 // Listens for when presentations are dismissed.
525 Log.i(TAG, "Presentation dismissed.");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 348 * Listens for when presentations are dismissed.
356 Log.d(TAG, "Presentation on display #" + displayId + " was dismissed.");
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 522 // Listens for when presentations are dismissed.
528 Log.i(TAG, "Presentation dismissed.");
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 519 // Listens for when presentations are dismissed.
525 Log.i(TAG, "Presentation dismissed.");
  /frameworks/base/core/java/android/app/
Presentation.java 216 Log.i(TAG, "Presentation is being dismissed because the "
277 Log.i(TAG, "Presentation is being dismissed because the "
  /frameworks/base/docs/html/design/wear/
patterns.jd 49 <p>Swiping from left to right on a card causes it to be dismissed from the stream. Dismissed cards may return when they next have relevant information. State is synced between the Android Wear context stream and the notifications on the Android handheld device, so dismissing from one causes an automatic dismissal from the other.</p>
index.jd 39 <a href="{@docRoot}design/wear/patterns.html#Actions">buttons</a>, allowing the user to take action on the notification. Cards can also be dismissed by swiping left to right, removing them from the stream until the next time the app has useful information to display.</p>
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java 154 // remove Alarms in MISSED, DISMISSED, and PREDISMISSED states
198 LogUtils.i("Alarm %s is dismissed", alarm);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 262 * @param view The view to be dismissed
376 // don't let items that can't be dismissed be dragged more
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
DialogTestListActivity.java 154 // dialog being dismissed on onClick.
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 320 // dismissed and thus null'ed out before onForwardingStopped() has been called.

Completed in 449 milliseconds

1 2 34 5 6 7 8 910