Home
last modified time | relevance | path

Searched refs:startUserInBackgroundVisibleOnDisplay (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarServiceHelperWrapper.java260 public boolean startUserInBackgroundVisibleOnDisplay(int userId, int displayId) { in startUserInBackgroundVisibleOnDisplay() method in CarServiceHelperWrapper
262 return waitForCarServiceHelper().startUserInBackgroundVisibleOnDisplay(userId, in startUserInBackgroundVisibleOnDisplay()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/app/
DActivityManagerHelper.java83 public static boolean startUserInBackgroundVisibleOnDisplay(@UserIdInt int userId, in startUserInBackgroundVisibleOnDisplay() method in ActivityManagerHelper
85 return runRemotely(() -> getActivityManager().startUserInBackgroundVisibleOnDisplay( in startUserInBackgroundVisibleOnDisplay()
/packages/services/Car/car-lib/src/com/android/car/internal/
DICarServiceHelper.aidl83 boolean startUserInBackgroundVisibleOnDisplay(int userId, int displayId) = 11; in startUserInBackgroundVisibleOnDisplay() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarServiceHelperWrapperUnitTest.java101 () -> wrapper.startUserInBackgroundVisibleOnDisplay(0, 0)); in testThrowWhenNotConnected()
DAbstractICarServiceHelperStub.java118 public boolean startUserInBackgroundVisibleOnDisplay(int userId, int displayId) { in startUserInBackgroundVisibleOnDisplay() method in AbstractICarServiceHelperStub
/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DAndroidMockitoHelperTest.java154 .startUserInBackgroundVisibleOnDisplay(TEST_USER_ID, TEST_DISPLAY_ID)) in testMockAmStartUserInBackgroundVisibleOnDisplay_true()
163 .startUserInBackgroundVisibleOnDisplay(TEST_USER_ID, TEST_DISPLAY_ID)) in testMockAmStartUserInBackgroundVisibleOnDisplay_false()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/display/
DSelfManagedVirtualDisplayView.java111 .startUserInBackgroundVisibleOnDisplay(user.id, mDisplayId); in switchUser()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java122 -> ActivityManagerHelper.startUserInBackgroundVisibleOnDisplay(userId, displayId)); in mockAmStartUserInBackgroundVisibleOnDisplay()
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt45 method public static boolean startUserInBackgroundVisibleOnDisplay(int, int);
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2144 return ActivityManagerHelper.startUserInBackgroundVisibleOnDisplay(userId, displayId) in startUserInternal()