HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentUserId (Results 26 - 47 of 47) sorted by null

12

  /frameworks/base/services/core/java/com/android/server/am/
UserController.java 175 private volatile int mCurrentUserId = UserHandle.USER_SYSTEM;
176 // Holds the target user's id during a user switch. The value of mCurrentUserId will be updated
299 if (userId == UserHandle.USER_SYSTEM || userId == mCurrentUserId) {
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 119 private @UserIdInt int mCurrentUserId;
167 * Set new {@link #mCurrentUserId} and propagate it to other modules.
173 mCurrentUserId = newUserId;
234 * Check if the calling user is in the same profile group as the {@link #mCurrentUserId
245 return mUserManager.isSameProfileGroup(userIdInt, mCurrentUserId);
501 if (mCurrentUserId == UserHandle.getCallingUserId()) {
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 133 private int mCurrentUserId = UserHandle.USER_NULL;
419 mCurrentUserId = UserHandle.USER_NULL;
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java 238 private @UserIdInt int mCurrentUserId;
313 mCurrentUserId = UserHandle.USER_SYSTEM;
377 if (mCurrentUserId != newUserId) {
378 mCurrentUserId = newUserId;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 130 private int mCurrentUserId;
430 mCurrentUserId = newUserId;
704 mConnectivityManager.getDefaultNetworkCapabilitiesForUser(mCurrentUserId)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 241 private int mCurrentUserId = UserHandle.USER_SYSTEM;
341 updateUserProfiles(mCurrentUserId);
402 updateUserProfiles(mCurrentUserId);
527 PackageManager.GET_META_DATA, mCurrentUserId);
    [all...]
StorageManagerService.java 206 mStorageManagerService.mCurrentUserId = userHandle;
297 private volatile int mCurrentUserId = UserHandle.USER_SYSTEM;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 241 private int mCurrentUserId = 0;
521 com.android.internal.R.styleable.WindowAnimation, mCurrentUserId);
536 com.android.internal.R.styleable.WindowAnimation, mCurrentUserId);
    [all...]
AppWindowContainerController.java 491 com.android.internal.R.styleable.Window, mService.mCurrentUserId);
    [all...]
DockedStackDividerController.java 654 if (mService.mAmInternal.isRecentsComponentHomeActivity(mService.mCurrentUserId)) {
    [all...]
WindowManagerService.java 408 int mCurrentUserId;
    [all...]
AppWindowToken.java     [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java 99 int mCurrentUserId = -1;
366 if (mCurrentUserId != userId || userId < 0 || mClient == null) {
376 mCurrentUserId = userId;
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 443 milliseconds

12