Home
last modified time | relevance | path

Searched refs:getDiscoveryEndMillis (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java138 public long getDiscoveryEndMillis() { in getDiscoveryEndMillis() method in LocalBluetoothAdapter
139 return mAdapter.getDiscoveryEndMillis(); in getDiscoveryEndMillis()
/frameworks/base/core/java/android/bluetooth/
DIBluetooth.aidl55 long getDiscoveryEndMillis(); in getDiscoveryEndMillis() method
DBluetoothAdapter.java1212 public long getDiscoveryEndMillis() { in getDiscoveryEndMillis() method in BluetoothAdapter
1215 if (mService != null) return mService.getDiscoveryEndMillis(); in getDiscoveryEndMillis()