Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DCloseSystemDialogsTestService.java50 private static final String NOTIFICATION_ACTION = TAG; field in CloseSystemDialogsTestService
133 mContext.registerReceiver(mNotificationReceiver, new IntentFilter(NOTIFICATION_ACTION)); in postNotification()
134 Intent intent = new Intent(NOTIFICATION_ACTION); in postNotification()