Home
last modified time | relevance | path

Searched refs:getCallingAppId (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothServiceBinder.java26 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()
DBtPermissionUtils.java147 static int getCallingAppId() { in getCallingAppId() method in BtPermissionUtils
326 final int callingAppId = getCallingAppId(); in checkBluetoothPermissions()