Searched refs:finishIntent (Results 1 – 3 of 3) sorted by relevance
74 final Intent finishIntent = new Intent(ACTION_FINISH_WIZARD);75 finishIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);76 sendBroadcast(finishIntent);
72 final Intent finishIntent = new Intent(ACTION_FINISH_WIZARD);73 finishIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);74 sendBroadcast(finishIntent);
2293 Intent finishIntent = new Intent(FINISH_TONE_ACTIVITY_ACTION); in finishToneDialogActivity() local2294 sendBroadcast(finishIntent); in finishToneDialogActivity()