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

  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 195 int callingUser = UserHandle.getCallingUserId();
201 ok = (foregroundUser == callingUser);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 604 private SettingsCache getOrConstructCache(int callingUser, SparseArray<SettingsCache> which) {
605 getOrEstablishDatabase(callingUser); // ignore return value; we don't need it
606 return which.get(callingUser);
610 private DatabaseHelper getOrEstablishDatabase(int callingUser) {
611 if (callingUser >= Process.SYSTEM_UID) {
613 throw new IllegalArgumentException("Uid rather than user handle: " + callingUser);
615 Slog.wtf(TAG, "establish db for uid rather than user: " + callingUser);
623 dbHelper = mOpenHelpers.get(callingUser);
626 establishDbTracking(callingUser);
628 dbHelper = mOpenHelpers.get(callingUser);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 6079 milliseconds