HomeSort by relevance Sort by last modified time
    Searched defs:callingUser (Results 1 - 12 of 12) 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);
  /frameworks/base/services/core/java/com/android/server/am/
AppTaskImpl.java 115 int callingUser = UserHandle.getCallingUserId();
135 .setMayWait(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)
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 568 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid);
570 if (currentUserHandle != null && !currentUserHandle.equals(callingUser)) {
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/content/
ContentService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java     [all...]
AppOpsService.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.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 159 milliseconds