Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java184 private boolean isStartProgress(Notification notifiction) { in isStartProgress() argument
185 ProgressBar progressBar = getProgresssBar(getRemoteViews(notifiction)); in isStartProgress()
189 private RemoteViews getRemoteViews(Notification notifiction) { in getRemoteViews() argument
191 getBaseContext(), notifiction); in getRemoteViews()