HomeSort by relevance Sort by last modified time
    Searched refs:userIdInt (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 20 import android.annotation.UserIdInt;
119 private @UserIdInt int mCurrentUserId;
123 private UsbUserSettingsManager getSettingsForUser(@UserIdInt int userIdInt) {
124 return mSettingsManager.getSettingsForUser(userIdInt);
171 private void onSwitchUser(@UserIdInt int newUserId) {
241 int userIdInt = UserHandle.getCallingUserId();
245 return mUserManager.isSameProfileGroup(userIdInt, mCurrentUserId);
259 int userIdInt = UserHandle.getCallingUserId();
263 fd = mHostManager.openDevice(deviceName, getSettingsForUser(userIdInt),
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java 42 import android.annotation.UserIdInt;
    [all...]

Completed in 624 milliseconds