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

  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 210 int foregroundUser = ActivityManager.getCurrentUser();
211 ok = (foregroundUser == callingUser);
244 int foregroundUser = ActivityManager.getCurrentUser();
245 ok = (foregroundUser == callingUser) ||
246 (foregroundUser == parentUser);
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java     [all...]
TelephonyRegistry.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]

Completed in 89 milliseconds