Searched refs:isSecondaryLockscreenEnabled (Results 1 – 7 of 7) sorted by relevance
4854 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of( in testSecondaryLockscreen_profileOwner()4863 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of( in testSecondaryLockscreen_profileOwner()4882 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(UserHandle.USER_SYSTEM))) in testSecondaryLockscreen_deviceOwner()4891 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(UserHandle.USER_SYSTEM))) in testSecondaryLockscreen_deviceOwner()4900 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonOwner()4908 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonOwner()4926 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonSupervisionApp()4932 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonSupervisionApp()4940 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonSupervisionApp()
305 boolean isSecondaryLockscreenEnabled(in UserHandle userHandle); in isSecondaryLockscreenEnabled() method
12517 public boolean isSecondaryLockscreenEnabled(@NonNull UserHandle userHandle) { in isSecondaryLockscreenEnabled() method in DevicePolicyManager12521 return mService.isSecondaryLockscreenEnabled(userHandle); in isSecondaryLockscreenEnabled()
1306 when(mDevicePolicyManager.isSecondaryLockscreenEnabled(eq(UserHandle.of(user)))) in testSecondaryLockscreenRequirement()
1453 boolean enabled = mDevicePolicyManager.isSecondaryLockscreenEnabled(UserHandle.of(userId)); in updateSecondaryLockscreenRequirement()
14683 public boolean isSecondaryLockscreenEnabled(@NonNull UserHandle userHandle) { in isSecondaryLockscreenEnabled() method
1334 method public boolean isSecondaryLockscreenEnabled(@NonNull android.os.UserHandle);