Searched refs:AccessoryUtils (Results 1 – 6 of 6) sorted by relevance
140 new Intent(context, AccessoryUtils.getBluetoothDeviceServiceClass()), in onSlicePinned()216 AccessoryUtils.getCachedBluetoothDevice(getContext(), device); in createBluetoothDeviceSlice()219 deviceName = AccessoryUtils.getLocalName(device); in createBluetoothDeviceSlice()233 boolean isConnected = AccessoryUtils.isConnected(device) && cachedDevice.isConnected(); in createBluetoothDeviceSlice()342 if (AccessoryUtils.isBluetoothEnabled()) { in updateBluetoothToggle()370 AccessoryUtils.isBluetoothEnabled() in updateBluetoothToggle()377 AccessoryUtils.isBluetoothEnabled()) in updateBluetoothToggle()386 if (AccessoryUtils.isBluetoothEnabled()) { in updatePairingButton()430 AccessoryUtils.getCachedBluetoothDevice(getContext(), device); in updateConnectedDevices()431 if (!AccessoryUtils.isKnownDevice(getContext(), device)) { in updateConnectedDevices()[all …]
67 bindService(new Intent(this, AccessoryUtils.getBluetoothDeviceServiceClass()), in onCreate()90 if (AccessoryUtils.getDefaultBluetoothAdapter() != null) { in onChoice()91 AccessoryUtils.getDefaultBluetoothAdapter().disable(); in onChoice()
55 if (AccessoryUtils.getDefaultBluetoothAdapter() != null) { in onReceive()56 AccessoryUtils.getDefaultBluetoothAdapter().enable(); in onReceive()
40 final class AccessoryUtils { class156 private AccessoryUtils() { in AccessoryUtils() method in AccessoryUtils
200 AccessoryUtils.getCachedBluetoothDevice(this, device); in connectDevice()210 AccessoryUtils.getCachedBluetoothDevice(this, device); in disconnectDevice()
170 mLocalBtManager = AccessoryUtils.getLocalBluetoothManager(getContext()); in onCreate()