Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DEnable16KBootReceiver.java41 Intent startNotificationIntent = new Intent(context, PageAgnosticNotificationService.class); in onReceive() local
42 context.startServiceAsUser(startNotificationIntent, UserHandle.SYSTEM); in onReceive()