Searched refs:isSecondaryLockscreenEnabled (Results 1 – 8 of 8) sorted by relevance
4848 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of( in testSecondaryLockscreen_profileOwner()4857 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of( in testSecondaryLockscreen_profileOwner()4876 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(UserHandle.USER_SYSTEM))) in testSecondaryLockscreen_deviceOwner()4885 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(UserHandle.USER_SYSTEM))) in testSecondaryLockscreen_deviceOwner()4894 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonOwner()4902 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonOwner()4920 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonSupervisionApp()4926 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonSupervisionApp()4934 assertThat(dpm.isSecondaryLockscreenEnabled(UserHandle.of(CALLER_USER_HANDLE))).isFalse(); in testSecondaryLockscreen_nonSupervisionApp()
303 boolean isSecondaryLockscreenEnabled(in UserHandle userHandle); in isSecondaryLockscreenEnabled() method
12165 public boolean isSecondaryLockscreenEnabled(@NonNull UserHandle userHandle) { in isSecondaryLockscreenEnabled() method in DevicePolicyManager12169 return mService.isSecondaryLockscreenEnabled(userHandle); in isSecondaryLockscreenEnabled()
1543 when(mDevicePolicyManager.isSecondaryLockscreenEnabled(eq(UserHandle.of(user)))) in testSecondaryLockscreenRequirement()
1622 boolean enabled = mDevicePolicyManager.isSecondaryLockscreenEnabled(UserHandle.of(userId)); in updateSecondaryLockscreenRequirement()
14827 public boolean isSecondaryLockscreenEnabled(@NonNull UserHandle userHandle) { in isSecondaryLockscreenEnabled() method
1272 method public boolean isSecondaryLockscreenEnabled(@NonNull android.os.UserHandle);
3203 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSecondaryLockscreenEnabled(Landr…