Home
last modified time | relevance | path

Searched defs:userManager (Results 1 – 25 of 38) sorted by relevance

12

/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40086/src/android/security/cts/CVE_2023_40086/
DDeviceTest.java63 final UserManager userManager = context.getSystemService(UserManager.class); in testPocCVE_2023_40086() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21291/src/android/security/cts/CVE_2023_21291/
DDeviceTest.java61 final UserManager userManager = context.getSystemService(UserManager.class); in testPocCVE_2023_21291() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40092/src/android/security/cts/CVE_2023_40092/
DDeviceTest.java53 final UserManager userManager = context.getSystemService(UserManager.class); in testPocCVE_2023_40092() local
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DQuietModeCommandReceiver.java41 final UserManager userManager = context.getSystemService(UserManager.class); in onReceive() local
/cts/hostsidetests/packagemanager/stats/device/src/com/android/cts/packagemanager/stats/device/
DPackageInstallationSessionReportedStatsTestsHelper.java47 final UserManager userManager = inst.getTargetContext().getSystemService(UserManager.class); in getUserTypeIntegers() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40073/src/android/security/cts/CVE_2023_40073/
DDeviceTest.java64 final UserManager userManager = context.getSystemService(UserManager.class); in testPocCVE_2023_40073() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21277/src/android/security/cts/CVE_2023_21277/
DDeviceTest.java68 UserManager userManager = context.getSystemService(UserManager.class); in testPocCVE_2023_21277() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20349/src/android/security/cts/CVE_2022_20349/
DDeviceTest.java89 UserManager userManager = mContext.getSystemService(UserManager.class); in testBluetoothScanningDisallowed() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20348/src/android/security/cts/CVE_2022_20348/
DDeviceTest.java87 UserManager userManager = mContext.getSystemService(UserManager.class); in testWifiScanningDisallowed() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35668/src/android/security/cts/CVE_2023_35668/
DDeviceTest.java60 final UserManager userManager = context.getSystemService(UserManager.class); in testWearableExtenderUri() local
/cts/tests/tests/car/src/android/car/cts/
DCarServiceHelperServiceUpdatableTest.java120 UserManager userManager = null; in testSendUserLifecycleEventAndOnUserCreated() local
167 UserManager userManager = null; in testSendUserLifecycleEventAndOnUserRemoved() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20112/src/android/security/cts/CVE_2022_20112/
DDeviceTest.java77 final UserManager userManager = context.getSystemService(UserManager.class); in testPrivateDnsPreferenceController() local
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DCallNotificationTestPlayerListener.java63 final UserManager userManager = mActivity.getSystemService(UserManager.class); in enablePhoneAccount() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20360/src/android/security/cts/CVE_2022_20360/
DDeviceTest.java88 UserManager userManager = context.getSystemService(UserManager.class); in testSecureNfcPreferenceController() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21288/src/android/security/cts/CVE_2023_21288/
DDeviceTest.java56 final UserManager userManager = context.getSystemService(UserManager.class); in testPocCVE_2023_21288() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPersonalAppsSuspensionTest.java89 final UserManager userManager = UserManager.get(mContext); in requestQuietModeEnabledForProfile() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-0020/src/android/security/cts/CVE-2024-0020/
DDeviceTest.java70 final UserManager userManager = context.getSystemService(UserManager.class); in testPocCVE_2024_0020() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/concurrentuser/
DConcurrentUserActivityUtils.java67 UserManager userManager = in getResponderUserId() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-0053/src/android/security/cts/CVE_2024_0053/
DDeviceTest.java74 final UserManager userManager = context.getSystemService(UserManager.class); in testPocCVE_2024_0053() local
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DShellCommandExecutor.java108 UserManager userManager = in getUserSerialNumber() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DUserHelper.java72 UserManager userManager = context.getSystemService(UserManager.class); in UserHelper() local
/cts/tests/tests/settings/src/android/settings/cts/
DAutoPrivacySettingsTest.java103 UserManager userManager = mContext.getSystemService(UserManager.class); in setUp() local
/cts/common/device-side/bedstead/modules/permissions/src/test/kotlin/com/android/bedstead/permissions/
DPermissionsTest.kt430 private val userManager = TestApis.context().instrumentedContext().getSystemService( constant
/cts/tests/tests/nfc/src/android/nfc/cts/
DWalletRoleTestUtils.java142 final UserManager userManager = context.getSystemService(UserManager.class); in runWithRole() local
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsMultiUserTest.kt31 private val userManager: UserManager = context.getSystemService(UserManager::class.java)!! in <lambda>() constant in android.app.appops.cts.AppOpsMultiUserTest

12