Home
last modified time | relevance | path

Searched defs:hasWorkProfile (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooterUtils.java267 protected CharSequence getFooterText(boolean isDeviceManaged, boolean hasWorkProfile, in getFooterText()
362 private String getManagedAndPersonalProfileFooterText(boolean hasWorkProfile, in getManagedAndPersonalProfileFooterText()
403 private String getVpnText(boolean hasWorkProfile, String vpnName, String vpnNameWorkProfile, in getVpnText()
705 protected CharSequence getVpnMessage(boolean isDeviceManaged, boolean hasWorkProfile, in getVpnMessage()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeSecurityController.java42 public boolean hasWorkProfile() { in hasWorkProfile() method in FakeSecurityController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityController.java30 boolean hasWorkProfile(); in hasWorkProfile() method
H A DSecurityControllerImpl.java225 public boolean hasWorkProfile() { in hasWorkProfile() method in SecurityControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionAppSelectorActivity.kt281 private fun hasWorkProfile() = mMultiProfilePagerAdapter.count > 1 regex