Home
last modified time | relevance | path

Searched refs:sProxy (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDejankUtils.java56 private static final ProxyTransactListener sProxy = new ProxyTransactListener() { field in DejankUtils
105 Binder.setProxyTransactListener(sProxy);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java298 DevicePolicyManager parentDpm = sProxy.getParentProfileInstance(dpm, in checkIfInputMethodDisallowed()
504 if (sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userId)) { in checkIfPasswordQualityIsSet()
569 sProxy.isSeparateProfileChallengeEnabled(lockPatternUtils, userInfo.id); in checkForLockSetting()
588 DevicePolicyManager parentDpm = sProxy.getParentProfileInstance(dpm, userInfo); in checkForLockSetting()
761 static Proxy sProxy = new Proxy(); field in RestrictedLockUtilsInternal
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java86 RestrictedLockUtilsInternal.sProxy = mProxy; in setUp()