Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DSapProfile.java40 final class SapProfile implements LocalBluetoothProfile { class
74 device.onProfileStateChanged(SapProfile.this, in onServiceConnected()
98 SapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in SapProfile() method in SapProfile
H A DLocalBluetoothProfileManager.java113 private SapProfile mSapProfile;
235 mSapProfile = new SapProfile(mContext, mDeviceManager, this); in updateLocalProfiles()
236 addProfile(mSapProfile, SapProfile.NAME, BluetoothSap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
571 SapProfile getSapProfile() { in getSapProfile()
H A DCachedBluetoothDevice.java1478 SapProfile sapProfile = mProfileManager.getSapProfile(); in isConnectedSapDevice()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DSapProfileTest.java53 private SapProfile mProfile;
60 mProfile = new SapProfile(RuntimeEnvironment.application, mDeviceManager, mProfileManager); in setUp()