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

12

  /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...]
WindowManagerService.java 408 int mCurrentUserId;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java 288 private int mCurrentUserId = UserHandle.USER_SYSTEM;
    [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/display/
DisplayManagerService.java 238 private @UserIdInt int mCurrentUserId;
313 mCurrentUserId = UserHandle.USER_SYSTEM;
377 if (mCurrentUserId != newUserId) {
378 mCurrentUserId = newUserId;
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 124 private int mCurrentUserId = UserHandle.USER_SYSTEM;
140 getOrCreateUserStateLocked(mCurrentUserId);
155 buildTvInputListLocked(mCurrentUserId, null);
156 buildTvContentRatingSystemListLocked(mCurrentUserId);
166 if (mCurrentUserId != userHandle) {
169 buildTvInputListLocked(mCurrentUserId, null);
170 buildTvContentRatingSystemListLocked(mCurrentUserId);
178 if (mCurrentUserId == getChangingUserId()) {
179 buildTvInputListLocked(mCurrentUserId, packages);
180 buildTvContentRatingSystemListLocked(mCurrentUserId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 418 wallpaper = mWallpaperMap.get(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/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 251 private int mCurrentUserId = UserHandle.USER_SYSTEM;
261 return getUserStateLocked(mCurrentUserId);
287 return mCurrentUserId;
330 if (getChangingUserId() != mCurrentUserId) {
351 if (userId != mCurrentUserId) {
377 if (userId != mCurrentUserId) {
411 if (userId != mCurrentUserId) {
509 + " and userId:" + mCurrentUserId);
512 (resolvedUserId == mCurrentUserId) ? userState.getClientState() : 0,
544 if (resolvedUserId == mCurrentUserId) {
    [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-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 1082 milliseconds

12