Searched refs:getCallingAppId (Results 1 – 2 of 2) sorted by relevance
26 import static com.android.server.bluetooth.BtPermissionUtils.getCallingAppId;137 if (!BtPermissionUtils.isCallerNfc(getCallingAppId())) { in enableNoAutoConnect()171 if (!isCallerSystem(getCallingAppId()) in getState()190 if (!isCallerSystem(getCallingAppId()) in getAddress()215 if (!isCallerSystem(getCallingAppId()) in getName()
147 static int getCallingAppId() { in getCallingAppId() method in BtPermissionUtils326 final int callingAppId = getCallingAppId(); in checkBluetoothPermissions()