Searched refs:confIntent (Results 1 – 1 of 1) sorted by relevance
3105 Intent confIntent = new Intent(action); in startConfirmationUi() local3106 confIntent.setClassName("com.android.backupconfirm", in startConfirmationUi()3108 confIntent.putExtra(FullBackup.CONF_TOKEN_INTENT_EXTRA, token); in startConfirmationUi()3109 confIntent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in startConfirmationUi()3110 mContext.startActivityAsUser(confIntent, UserHandle.SYSTEM); in startConfirmationUi()