Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java148 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