Searched refs:canPerformAdminIntegratedFlow (Results 1 – 3 of 3) sorted by relevance
87 assertThat(mUtils.canPerformAdminIntegratedFlow(mContext, PARAMS_ORG_OWNED, in shouldPerformAdminIntegratedFlow_allConditionsMet_returnsTrue()98 assertThat(mUtils.canPerformAdminIntegratedFlow(mContext, PARAMS_ORG_OWNED, in shouldPerformAdminIntegratedFlow_noPolicyComplianceScreen_returnsFalse()109 assertThat(mUtils.canPerformAdminIntegratedFlow(mContext, PARAMS_ORG_OWNED, in shouldPerformAdminIntegratedFlow_noGetProvisioningModeScreen_returnsFalse()
899 boolean canPerformAdminIntegratedFlow = mUtils.canPerformAdminIntegratedFlow(904 if (canPerformAdminIntegratedFlow) {
403 public boolean canPerformAdminIntegratedFlow(Context context, ProvisioningParams params, in canPerformAdminIntegratedFlow() method in Utils