Searched refs:confIntent (Results 1 – 1 of 1) sorted by relevance
2644 Intent confIntent = new Intent(action); in startConfirmationUi() local2645 confIntent.setClassName("com.android.backupconfirm", in startConfirmationUi()2647 confIntent.putExtra(FullBackup.CONF_TOKEN_INTENT_EXTRA, token); in startConfirmationUi()2648 confIntent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in startConfirmationUi()2649 mContext.startActivityAsUser(confIntent, UserHandle.SYSTEM); in startConfirmationUi()