Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java108 Intent warningIntent = new Intent(context, WarningDialogActivity.class); in onReceive() local
109 context.startActivity(warningIntent); in onReceive()