Home
last modified time | relevance | path

Searched refs:ALL_USERS (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImpl.kt58 private const val ALL_USERS = -1
133 private fun updateValues(updateDeviceProvisioned: Boolean = true, updateUser: Int = ALL_USERS) {
139 if (updateUser == ALL_USERS) {
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
H A DAppButtonsPreferenceControllerTest.java90 private static final boolean ALL_USERS = false; field in AppButtonsPreferenceControllerTest
404 mController.uninstallPkg(PACKAGE_NAME, ALL_USERS, DISABLE_AFTER_INSTALL); in uninstallPkg_intentSent()
409 .isEqualTo(ALL_USERS); in uninstallPkg_intentSent()
/aosp12/hardware/interfaces/keymaster/3.0/
H A Dtypes.hal82 ALL_USERS = TagType:BOOL | 500, /** Reserved for future use -- ignore. */
85 * Disallowed if ALL_USERS or NO_AUTH_REQUIRED is
/aosp12/system/keymaster/ng/include/
H A Dkeymaster_tags.h143 DECLARE_TYPED_TAG(ALL_USERS);
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_tags.h126 DECLARE_TYPED_TAG(ALL_USERS);
H A Dkeymaster_hidl_hal_test.cpp90 case Tag::ALL_USERS: in operator ==()