Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DEnable16KBootReceiver.java32 || PageAgnosticNotificationService.INTENT_ACTION_DISMISSED.equals(action)) { in onReceive()
39 Intent startServiceIntent = new Intent(context, PageAgnosticNotificationService.class); in onReceive()
DPageAgnosticNotificationService.java34 public class PageAgnosticNotificationService extends Service { class