Searched refs:confIntent (Results 1 – 1 of 1) sorted by relevance
2766 Intent confIntent = new Intent(action); in startConfirmationUi() local2767 confIntent.setClassName("com.android.backupconfirm", in startConfirmationUi()2769 confIntent.putExtra(FullBackup.CONF_TOKEN_INTENT_EXTRA, token); in startConfirmationUi()2770 confIntent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in startConfirmationUi()2771 mContext.startActivityAsUser(confIntent, UserHandle.SYSTEM); in startConfirmationUi()