Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java1392 SapProfile sapProfile = mProfileManager.getSapProfile(); in isConnectedSapDevice() local
1393 return sapProfile != null && sapProfile.getConnectionStatus(mDevice) in isConnectedSapDevice()