Home
last modified time | relevance | path

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

/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java71 PendingIntent mContentIntent; field in AlarmService
192 mContentIntent = PendingIntent.getActivity( in showNotification()
205 mContentIntent // The intent to send when the entry is clicked in showNotification()
/development/samples/Alarm/tests/src/com/example/android/newalarm/
DAlarmServiceTest.java80 assertNotNull(mService.mContentIntent); in testServiceCreate()