Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DCloseSystemDialogsTestService.java58 private BroadcastReceiver mNotificationReceiver; field in CloseSystemDialogsTestService
78 if (mNotificationReceiver != null) { in onDestroy()
79 unregisterReceiver(mNotificationReceiver); in onDestroy()
115 mNotificationReceiver = new BroadcastReceiver() { in postNotification()
133 mContext.registerReceiver(mNotificationReceiver, new IntentFilter(NOTIFICATION_ACTION)); in postNotification()