Home
last modified time | relevance | path

Searched defs:userId (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/system-helpers/user-helper/src/android/system/helpers/
DUserHelper.java65 int userId = INVALID_USER_ID; in createSecondaryUser() local
82 int userId = INVALID_USER_ID; in getSecondaryUserId() local
90 public void removeSecondaryUser(int userId) { in removeSecondaryUser()
/platform_testing/libraries/car-helpers/multiuser-helper/src/android/platform/helpers/
DMultiUserHelper.java121 private void registerUserSwitchObserver(final CountDownLatch switchLatch, final int userId) in registerUserSwitchObserver()