OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyMgr
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java
88
NotificationManager
notifyMgr
=
90
notifyMgr
.cancel(Constants.NOTIFICATION_TIMER_COUNTDOWN);
104
NotificationManager
notifyMgr
=
116
notifyMgr
.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
SetTimerActivity.java
83
NotificationManager
notifyMgr
=
87
cancelCountdown(
notifyMgr
);
90
notifyMgr
.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration));
164
* @param
notifyMgr
the notification manager.
166
private void cancelCountdown(NotificationManager
notifyMgr
) {
167
notifyMgr
.cancel(Constants.NOTIFICATION_TIMER_EXPIRED);
/developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java
88
NotificationManager
notifyMgr
=
90
notifyMgr
.cancel(Constants.NOTIFICATION_TIMER_COUNTDOWN);
104
NotificationManager
notifyMgr
=
116
notifyMgr
.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
SetTimerActivity.java
83
NotificationManager
notifyMgr
=
87
cancelCountdown(
notifyMgr
);
90
notifyMgr
.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration));
164
* @param
notifyMgr
the notification manager.
166
private void cancelCountdown(NotificationManager
notifyMgr
) {
167
notifyMgr
.cancel(Constants.NOTIFICATION_TIMER_EXPIRED);
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
TimerNotificationService.java
88
NotificationManager
notifyMgr
=
90
notifyMgr
.cancel(Constants.NOTIFICATION_TIMER_COUNTDOWN);
104
NotificationManager
notifyMgr
=
116
notifyMgr
.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
SetTimerActivity.java
83
NotificationManager
notifyMgr
=
87
cancelCountdown(
notifyMgr
);
90
notifyMgr
.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration));
164
* @param
notifyMgr
the notification manager.
166
private void cancelCountdown(NotificationManager
notifyMgr
) {
167
notifyMgr
.cancel(Constants.NOTIFICATION_TIMER_EXPIRED);
Completed in 109 milliseconds