Searched refs:getLocalBluetoothManager (Results 1 – 5 of 5) sorted by relevance
54 public static LocalBluetoothManager getLocalBluetoothManager(Context context) { in getLocalBluetoothManager() method in AccessoryUtils73 LocalBluetoothManager localBluetoothManager = getLocalBluetoothManager(context); in getCachedBluetoothDevice()
170 mLocalBtManager = AccessoryUtils.getLocalBluetoothManager(getContext()); in onCreate()
82 LocalBluetoothManager getLocalBluetoothManager(Context context) { in getLocalBluetoothManager() method in BluetoothDeviceDetailsFragment110 mManager = getLocalBluetoothManager(context); in onAttach()
91 mLocalBluetoothManager = getLocalBluetoothManager(); in AccessibilityHearingAidPreferenceController()182 private LocalBluetoothManager getLocalBluetoothManager() { in getLocalBluetoothManager() method in AccessibilityHearingAidPreferenceController
82 doReturn(mLocalManager).when(mFragment).getLocalBluetoothManager(any()); in setUp()