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

  /packages/apps/Bluetooth/jni/
permission_helpers.cc 55 uid_t callingUser = callingUid / PER_USER_RANGE;
58 return (foregroundUserId == callingUser) || (systemUiUid == callingUid) ||
67 uid_t callingUser = callingUid / PER_USER_RANGE;
70 if ((foregroundUserId == callingUser) || (systemUiUid == callingUid) ||
74 uid_t parentUser = callingUser;
82 parentUser = um->getProfileParentId(callingUser);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 236 int callingUser = UserHandle.getCallingUserId();
238 return (sForegroundUserId == callingUser) || (sSystemUiUid == callingUid)
246 int callingUser = UserHandle.getCallingUserId();
253 UserInfo ui = um.getProfileParent(callingUser);
257 return (sForegroundUserId == callingUser) || (sForegroundUserId == parentUser)
  /frameworks/base/services/core/java/com/android/server/am/
AppTaskImpl.java 115 int callingUser = UserHandle.getCallingUserId();
135 .setMayWait(callingUser)
ActiveServices.java 358 ServiceRecord getServiceByNameLocked(ComponentName name, int callingUser) {
361 Slog.v(TAG_MU, "getServiceByNameLocked(" + name + "), callingUser = " + callingUser);
362 return getServiceMapLocked(callingUser).mServicesByName.get(name);
365 boolean hasBackgroundServicesLocked(int callingUser) {
366 ServiceMap smap = mServiceMap.get(callingUser);
370 private ServiceMap getServiceMapLocked(int callingUser) {
371 ServiceMap smap = mServiceMap.get(callingUser);
373 smap = new ServiceMap(mAm.mHandler.getLooper(), callingUser);
374 mServiceMap.put(callingUser, smap)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 568 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid);
570 if (currentUserHandle != null && !currentUserHandle.equals(callingUser)) {
TelecomServiceImpl.java     [all...]
CallsManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/slice/
SliceManagerService.java 145 int callingUser = Binder.getCallingUserHandle().getIdentifier();
151 int userId = ContentProvider.getUserIdFromUri(uri, callingUser);
152 if (userId == callingUser) {
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java     [all...]
AppOpsService.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/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 830 milliseconds