Searched refs:SapProfile (Results 1 – 3 of 3) sorted by relevance
37 final class SapProfile implements LocalBluetoothProfile { class71 device.onProfileStateChanged(SapProfile.this, in onServiceConnected()95 SapProfile(Context context, CachedBluetoothDeviceManager deviceManager, in SapProfile() method in SapProfile
101 private SapProfile mSapProfile;218 mSapProfile = new SapProfile(mContext, mDeviceManager, this); in updateLocalProfiles()219 addProfile(mSapProfile, SapProfile.NAME, BluetoothSap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()
54 private SapProfile mProfile;61 mProfile = new SapProfile(RuntimeEnvironment.application, mDeviceManager, mProfileManager); in setUp()