Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DPageAgnosticNotificationService.java80 Intent notifyIntent = new Intent(this, PageAgnosticWarningActivity.class); in buildNotification() local
82 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK); in buildNotification()
89 notifyIntent, in buildNotification()