Home
last modified time | relevance | path

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

/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java57 issueNotification(intent, mMessage); in onHandleIntent()
62 issueNotification(intent, getString(R.string.done_snoozing)); in onHandleIntent()
69 private void issueNotification(Intent intent, String msg) { in issueNotification() method in PingService
127 private void issueNotification(NotificationCompat.Builder builder) { in issueNotification() method in PingService
144 issueNotification(builder); in startTimer()