HomeSort by relevance Sort by last modified time
    Searched refs:USER_SERVICE (Results 276 - 300 of 306) sorted by null

<<111213

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 371 (UserManager) mContext.getSystemService(Context.USER_SERVICE);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DevelopmentFragment.java 256 mUm = (UserManager) getActivity().getSystemService(Context.USER_SERVICE);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 604 mUm = (UserManager) activity.getSystemService(Context.USER_SERVICE);
    [all...]
PhoneInterfaceManager.java     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 340 mUserManager = (UserManager) mContext.getSystemService(Context.USER_SERVICE);
    [all...]
StorageManagerService.java     [all...]
ConnectivityService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java 359 return (UserManager) mContext.getSystemService(Context.USER_SERVICE);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 138 case Context.USER_SERVICE:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 405 mUserManager = (UserManager) getSystemService(Context.USER_SERVICE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java 400 mUm = (UserManager) getSystemService(Context.USER_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 642 mUserManager = (UserManager) mContext.getSystemService(Context.USER_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 506 mUserManager = (UserManager) mContext.getSystemService(Context.USER_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 427 publishBinderService(Context.USER_SERVICE, mUms);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 151 when(mMockContext.getSystemService(Context.USER_SERVICE)).thenReturn(mMockUserManager);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 246 mUserManager = (UserManager) mContext.getSystemService(Context.USER_SERVICE);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1528 milliseconds

<<111213