Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java300 private SystemNotificationAsyncTask mSystemNotificationAsyncTask = field in ExpandableNotificationRow
427 if (mSystemNotificationAsyncTask.getStatus() == AsyncTask.Status.PENDING) { in cacheIsSystemNotification()
430 mSystemNotificationAsyncTask.execute(); in cacheIsSystemNotification()
449 mSystemNotificationAsyncTask.cancel(true /* mayInterruptIfRunning */); in getIsNonblockable()