Home
last modified time | relevance | path

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

/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java107 Intent warningIntent = new Intent(context, WarningDialogActivity.class); in onReceive() local
108 warningIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onReceive()
109 context.startActivity(warningIntent); in onReceive()