Searched refs:isEffectiveUserManagedProfile (Results 1 – 2 of 2) sorted by relevance
202 final boolean isEffectiveUserManagedProfile = in onCreate()208 if ((mTitle == null) && isEffectiveUserManagedProfile) { in onCreate()235 if (isEffectiveUserManagedProfile in onCreate()244 getTitleFromCredentialType(credentialType, isEffectiveUserManagedProfile)); in onCreate()381 boolean isEffectiveUserManagedProfile) { in getTitleFromCredentialType() argument384 if (isEffectiveUserManagedProfile) { in getTitleFromCredentialType()392 if (isEffectiveUserManagedProfile) { in getTitleFromCredentialType()401 if (isEffectiveUserManagedProfile) { in getTitleFromCredentialType()
506 private void setUpForConfirmCredentialString(boolean isEffectiveUserManagedProfile) { in setUpForConfirmCredentialString() argument509 when(mMockUserManager.isManagedProfile(USER_ID)).thenReturn(isEffectiveUserManagedProfile); in setUpForConfirmCredentialString()