Home
last modified time | relevance | path

Searched defs:getIdleTime (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidHost.aidl60 boolean getIdleTime(in BluetoothDevice device, in AttributionSource attributionSource); in getIdleTime() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidHost.java789 public boolean getIdleTime(BluetoothDevice device) { in getIdleTime() method in BluetoothHidHost
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java105 boolean getIdleTime(byte[] address, int addressType, int transport) { in getIdleTime() method in HidHostNativeInterface
DHidHostService.java983 public boolean getIdleTime(BluetoothDevice device, AttributionSource source) { in getIdleTime() method in HidHostService.BluetoothHidHostBinder
1248 boolean getIdleTime(BluetoothDevice device) { in getIdleTime() method in HidHostService