Searched refs:isStartProgress (Results 1 – 1 of 1) sorted by relevance
148 boolean isStartProgress = isStartProgress(sbn.getNotification()); in onNotificationRemoved()149 intent.putExtra(EXTRA_RESULT, isStartProgress); in onNotificationRemoved()150 if (!isStartProgress) { in onNotificationRemoved()159 if (!isStartProgress(noti)) { in doCancel()184 private boolean isStartProgress(Notification notifiction) { in isStartProgress() method in TestNotificationService