Home
last modified time | relevance | path

Searched refs:USER_ALL (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java73 protected static final int USER_ALL = -1; field in BaseMultiUserTest
100 USER_ALL); in setUp()
105 USER_ALL); in setUp()
123 USER_ALL); in tearDown()
316 String userFlag = (userId == USER_ALL) ? "" : " --user " + userId; in getSettings()
343 String userFlag = (userId == USER_ALL) ? "" : " --user " + userId; in putSettings()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java124 installAppAsUser(MANAGED_PROFILE_APK, USER_ALL); in setUp()
493 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testAppLinks_verificationStatus()
494 installAppAsUser(INTENT_SENDER_APK, USER_ALL); in testAppLinks_verificationStatus()
529 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testAppLinks_enabledStatus()
530 installAppAsUser(INTENT_SENDER_APK, USER_ALL); in testAppLinks_enabledStatus()
590 installAppAsUser(INTENT_SENDER_APK, false /* grantPermissions */, USER_ALL); in testCrossProfileContent()
591 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testCrossProfileContent()
614 installAppAsUser(NOTIFICATION_APK, USER_ALL); in testCrossProfileNotificationListeners_EmptyWhitelist()
631 installAppAsUser(NOTIFICATION_APK, USER_ALL); in testCrossProfileNotificationListeners_NullWhitelist()
648 installAppAsUser(NOTIFICATION_APK, USER_ALL); in testCrossProfileNotificationListeners_InWhitelist()
[all …]
DDevicePlusProfileOwnerHostSideTransferTest.java35 installAppAsUser(TRANSFER_OWNER_INCOMING_APK, USER_ALL); in setUp()
DLauncherAppsProfileTest.java59 installTestApps(USER_ALL); in setUp()
DBaseDevicePolicyTest.java123 protected static final int USER_ALL = -1; field in BaseDevicePolicyTest