Searched refs:SapProfile (Results 1 – 4 of 4) sorted by relevance
53 private SapProfile mProfile;60 mProfile = new SapProfile(RuntimeEnvironment.application, mDeviceManager, mProfileManager); in setUp()
40 final class SapProfile implements LocalBluetoothProfile { class74 device.onProfileStateChanged(SapProfile.this, in onServiceConnected()98 SapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in SapProfile() method in SapProfile
113 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()
1884 SapProfile sapProfile = mProfileManager.getSapProfile(); in isConnectedSapDevice()