Home
last modified time | relevance | path

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

/packages/services/Car/car-builtin-lib/src/android/car/builtin/app/
DActivityManagerHelper.java74 return runRemotely(() -> getActivityManager().startUserInBackground(userId), in startUserInBackground()
85 return runRemotely(() -> getActivityManager().startUserInBackgroundVisibleOnDisplay( in startUserInBackgroundVisibleOnDisplay()
97 return runRemotely( in startUserInForeground()
111 return runRemotely( in stopUser()
124 return runRemotely( in stopUserWithDelayedLocking()
136 return runRemotely(() -> getActivityManager().unlockUser2(userId, /* listener= */ null), in unlockUser()
171 private static <T> T runRemotely(Callable<T> callable, String format, Object...args) { in runRemotely() method in ActivityManagerHelper