Searched refs:finishIntent (Results 1 – 2 of 2) sorted by relevance
85 final Intent finishIntent = new Intent(ACTION_FINISH_WIZARD);86 finishIntent.setPackage(Utils.SYSTEMUI_PACKAGE_NAME);87 finishIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);88 sendBroadcast(finishIntent);
2294 Intent finishIntent = new Intent(FINISH_TONE_ACTIVITY_ACTION); in finishToneDialogActivity() local2295 sendBroadcast(finishIntent); in finishToneDialogActivity()