Home
last modified time | relevance | path

Searched refs:mNotification (Results 1 – 2 of 2) sorted by relevance

/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java74 Notification mNotification; field in AlarmService
193 mNotification = new Notification.Builder(this) // The builder requires the context in showNotification()
207 mNotification // the mNotification object in showNotification()
/development/samples/Alarm/tests/src/com/example/android/newalarm/
DAlarmServiceTest.java83 assertNotNull(mService.mNotification); in testServiceCreate()