Home
last modified time | relevance | path

Searched refs:setKeyguardDisabledFeatures (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DRedactionInterstitialTest.java84 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in primaryUserUnredactedRestrictionTest()
96 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in primaryUserNotificationRestrictionTest()
128 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in managedProfileUnredactedRestrictionTest()
DShowOnLockscreenNotificationPreferenceControllerTest.java158 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in updateState_dpmSaysNo()
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/trustagent/
DTrustAgentsPreferenceControllerTest.java150 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures(0); in onStart_hasUnrestrictedTrustAgent_shouldAddThreeChangeablePreferences()
175 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in onStart_hasRestrictedTructAgent_shouldAddThreeUnchangeablePreferences()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowRestrictedLockUtilsInternal.java128 public static void setKeyguardDisabledFeatures(int features) { in setKeyguardDisabledFeatures() method in ShadowRestrictedLockUtilsInternal