Searched refs:startNotificationIntent (Results 1 – 1 of 1) sorted by relevance
41 Intent startNotificationIntent = new Intent(context, PageAgnosticNotificationService.class); in onReceive() local42 context.startServiceAsUser(startNotificationIntent, UserHandle.SYSTEM); in onReceive()