Home
last modified time | relevance | path

Searched defs:objectPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/server/
DBluetoothEventLoop.java412 private String checkPairingRequestAndGetAddress(String objectPath, int nativeData) { in checkPairingRequestAndGetAddress()
437 private void onRequestPairingConsent(String objectPath, int nativeData) { in onRequestPairingConsent()
462 private void onRequestPasskeyConfirmation(String objectPath, int passkey, int nativeData) { in onRequestPasskeyConfirmation()
475 private void onRequestPasskey(String objectPath, int nativeData) { in onRequestPasskey()
487 private void onRequestPinCode(String objectPath, int nativeData) { in onRequestPinCode()
520 private void onDisplayPasskey(String objectPath, int passkey, int nativeData) { in onDisplayPasskey()
532 private boolean onAgentAuthorize(String objectPath, String deviceUuid) { in onAgentAuthorize()
DBluetoothService.java963 String objectPath = getObjectPathFromAddress(address); in getRemoteDeviceProperties() local
1608 /*package*/ String getAddressFromObjectPath(String objectPath) { in getAddressFromObjectPath()
1654 private native Object[] getDevicePropertiesNative(String objectPath); in getDevicePropertiesNative()
1664 private native boolean removeDeviceNative(String objectPath); in removeDeviceNative()
1665 private native int getDeviceServiceChannelNative(String objectPath, String uuid, in getDeviceServiceChannelNative()
1673 private native boolean setDevicePropertyBooleanNative(String objectPath, String key, in setDevicePropertyBooleanNative()
1676 /*package*/ native boolean discoverServicesNative(String objectPath, String pattern); in discoverServicesNative()