Searched refs:finishIntent (Results 1 – 2 of 2) sorted by relevance
74 final Intent finishIntent = new Intent(ACTION_FINISH_WIZARD);75 finishIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);76 sendBroadcast(finishIntent);
2298 Intent finishIntent = new Intent(FINISH_TONE_ACTIVITY_ACTION); in finishToneDialogActivity() local2299 sendBroadcast(finishIntent); in finishToneDialogActivity()