Searched refs:warningIntent (Results 1 – 1 of 1) sorted by relevance
108 Intent warningIntent = new Intent(context, WarningDialogActivity.class); in onReceive() local109 context.startActivity(warningIntent); in onReceive()