Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileCrossProfileTest.java123 installAppAsUser(INTENT_SENDER_APK, false /* grantPermissions */, USER_ALL); in testCrossProfileContent()
124 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testCrossProfileContent()
146 installAppAsUser(NOTIFICATION_APK, USER_ALL); in testCrossProfileNotificationListeners_EmptyAllowlist()
161 installAppAsUser(NOTIFICATION_APK, USER_ALL); in testCrossProfileNotificationListeners_NullAllowlist()
176 installAppAsUser(NOTIFICATION_APK, USER_ALL); in testCrossProfileNotificationListeners_InAllowlist()
190 installAppAsUser(NOTIFICATION_APK, USER_ALL); in testCrossProfileNotificationListeners_setAndGet()
200 installAppAsUser(INTENT_RECEIVER_APK, USER_ALL); in testCrossProfileCopyPaste()
201 installAppAsUser(INTENT_SENDER_APK, USER_ALL); in testCrossProfileCopyPaste()
240 installAppAsUser(WIDGET_PROVIDER_APK, USER_ALL); in testCrossProfileWidgets()
284 installAppAsUser(WIDGET_PROVIDER_APK, USER_ALL); in testCrossProfileWidgetsLogged()
[all …]
DBaseManagedProfileTest.java67 installAppAsUser(MANAGED_PROFILE_APK, USER_ALL); in setUp()
DLauncherAppsProfileTest.java64 installTestApps(USER_ALL); in setUp()
DManagedProfileContactsTest.java155 installAppAsUser(DIRECTORY_PROVIDER_APK, USER_ALL); in runManagedContactsTest()
DBaseDevicePolicyTest.java160 protected static final int USER_ALL = -1; field in BaseDevicePolicyTest
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java54 protected static final int USER_ALL = -1; field in BaseMultiUserTest
80 USER_ALL); in setUp()
85 USER_ALL); in setUp()
103 USER_ALL); in tearDown()
243 String userFlag = (userId == USER_ALL) ? "" : " --user " + userId; in getSettings()
270 String userFlag = (userId == USER_ALL) ? "" : " --user " + userId; in putSettings()
/cts/tests/app/src/android/app/cts/
DUserHandleTest.java36 assertSameUserHandle(UserHandle.USER_ALL); in testOf()
62 UserHandle.getUid(UserHandle.USER_ALL, TEST_APP_ID), in testGetUid()
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java1088 STUB_PACKAGE_NAME, 0, 0, UserHandle.USER_ALL, in testSecondaryUser()