Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DSapProfileTest.java53 private SapProfile mProfile;
60 mProfile = new SapProfile(RuntimeEnvironment.application, mDeviceManager, mProfileManager); in setUp()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
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
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()
573 SapProfile getSapProfile() { in getSapProfile()
DCachedBluetoothDevice.java1884 SapProfile sapProfile = mProfileManager.getSapProfile(); in isConnectedSapDevice()