Home
last modified time | relevance | path

Searched refs:isEffectiveUserManagedProfile (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialActivity.java202 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() argument
384 if (isEffectiveUserManagedProfile) { in getTitleFromCredentialType()
392 if (isEffectiveUserManagedProfile) { in getTitleFromCredentialType()
401 if (isEffectiveUserManagedProfile) { in getTitleFromCredentialType()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java506 private void setUpForConfirmCredentialString(boolean isEffectiveUserManagedProfile) { in setUpForConfirmCredentialString() argument
509 when(mMockUserManager.isManagedProfile(USER_ID)).thenReturn(isEffectiveUserManagedProfile); in setUpForConfirmCredentialString()