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

  /packages/apps/Bluetooth/jni/
permission_helpers.cc 32 uid_t foregroundUserId;
58 return (foregroundUserId == callingUser) || (systemUiUid == callingUid) ||
70 if ((foregroundUserId == callingUser) || (systemUiUid == callingUid) ||
86 return foregroundUserId == parentUser;
com_android_bluetooth_btservice_AdapterService.cpp     [all...]

Completed in 61 milliseconds