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

  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 221 int callingUser = UserHandle.getCallingUserId();
228 ok = (foregroundUser == callingUser);
253 int callingUser = UserHandle.getCallingUserId();
258 UserInfo ui = um.getProfileParent(callingUser);
262 ok = (foregroundUser == callingUser) ||
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 561 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid);
563 if (currentUserHandle != null && !currentUserHandle.equals(callingUser)) {
TelecomServiceImpl.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 302 ServiceRecord getServiceByNameLocked(ComponentName name, int callingUser) {
305 Slog.v(TAG_MU, "getServiceByNameLocked(" + name + "), callingUser = " + callingUser);
306 return getServiceMapLocked(callingUser).mServicesByName.get(name);
309 boolean hasBackgroundServicesLocked(int callingUser) {
310 ServiceMap smap = mServiceMap.get(callingUser);
314 private ServiceMap getServiceMapLocked(int callingUser) {
315 ServiceMap smap = mServiceMap.get(callingUser);
317 smap = new ServiceMap(mAm.mHandler.getLooper(), callingUser);
318 mServiceMap.put(callingUser, smap)
    [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 385 milliseconds