Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java221 public boolean connect(BluetoothDevice device) { in connect()
230 public boolean disconnect(BluetoothDevice device) { in disconnect()
257 public int getConnectionState(BluetoothDevice device) { in getConnectionState()
266 public boolean setConnectionPolicy(BluetoothDevice device, int connectionPolicy) { in setConnectionPolicy()
275 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
284 public boolean startVoiceRecognition(BluetoothDevice device) { in startVoiceRecognition()
293 public boolean stopVoiceRecognition(BluetoothDevice device) { in stopVoiceRecognition()
302 public int getAudioState(BluetoothDevice device) { in getAudioState()
311 public void setAudioRouteAllowed(BluetoothDevice device, boolean allowed) { in setAudioRouteAllowed()
316 public boolean getAudioRouteAllowed(BluetoothDevice device) { in getAudioRouteAllowed()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java240 public boolean connect(BluetoothDevice device) { in connect()
292 public boolean disconnect(BluetoothDevice device) { in disconnect()
329 private boolean connectionAllowedCheckMaxDevices(BluetoothDevice device) { in connectionAllowedCheckMaxDevices()
360 public boolean okToConnect(BluetoothDevice device, boolean isOutgoingRequest) { in okToConnect()
438 public int getConnectionState(BluetoothDevice device) { in getConnectionState()
491 public boolean setSilenceMode(BluetoothDevice device, boolean silence) { in setSilenceMode()
514 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice()
621 private boolean isActiveDevice(BluetoothDevice device) { in isActiveDevice()
642 public boolean setConnectionPolicy(BluetoothDevice device, int connectionPolicy) { in setConnectionPolicy()
673 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
[all …]
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceFeature.java59 protected void onMessageReceived(CompanionDevice device, byte[] message) { in onMessageReceived()
66 protected void onDeviceError(CompanionDevice device, int error) { in onDeviceError()
73 protected void onAssociatedDeviceAdded(AssociatedDevice device) { in onAssociatedDeviceAdded()
80 protected void onAssociatedDeviceRemoved(AssociatedDevice device) { in onAssociatedDeviceRemoved()
87 protected void onAssociatedDeviceUpdated(AssociatedDevice device) { in onAssociatedDeviceUpdated()
95 void onMessageReceived(@NonNull CompanionDevice device, @NonNull byte[] message); in onMessageReceived()
98 void onDeviceError(@NonNull CompanionDevice device, int error); in onDeviceError()
103 void onAssociatedDeviceAdded(@NonNull AssociatedDevice device); in onAssociatedDeviceAdded()
106 void onAssociatedDeviceRemoved(AssociatedDevice device); in onAssociatedDeviceRemoved()
109 void onAssociatedDeviceUpdated(@NonNull AssociatedDevice device); in onAssociatedDeviceUpdated()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java222 BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(address); in makeDeviceList() local
260 private void mockDeviceAvailability(BluetoothDevice device, boolean available) in mockDeviceAvailability()
280 private void captureDevicePriority(BluetoothDevice device) throws Exception { in captureDevicePriority()
295 private void mockDevicePriority(BluetoothDevice device, int priority) throws Exception { in mockDevicePriority()
306 private void sendBondStateChanged(BluetoothDevice device, int newState) { in sendBondStateChanged()
314 private void sendDeviceUuids(BluetoothDevice device, ParcelUuid[] uuids) { in sendDeviceUuids()
322 private void sendConnectionStateChanged(BluetoothDevice device, int newState) { in sendConnectionStateChanged()
482 BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(SINGLE_DEVICE_LIST.get(0)); in testAddDeviceAlreadyInList_priorityListUnchanged() local
521 BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(SINGLE_DEVICE_LIST.get(0)); in testRemoveDeviceFront_deviceNoLongerInPriorityList() local
542 BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(SMALL_DEVICE_LIST.get(1)); in testRemoveDeviceMiddle_deviceNoLongerInPriorityList() local
[all …]
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/
DRemoteFeature.java112 CompanionDevice device = getConnectedDeviceById(deviceId); in sendMessageSecurely() local
124 public void sendMessageSecurely(@NonNull CompanionDevice device, @NonNull byte[] message) { in sendMessageSecurely()
135 CompanionDevice device = getConnectedDeviceById(deviceId); in sendMessageUnsecurely() local
145 public void sendMessageUnsecurely(@NonNull CompanionDevice device, @NonNull byte[] message) { in sendMessageUnsecurely()
180 protected void onDeviceConnected(@NonNull CompanionDevice device) { } in onDeviceConnected()
183 protected void onDeviceDisconnected(@NonNull CompanionDevice device) { } in onDeviceDisconnected()
186 protected void onSecureChannelEstablished(@NonNull CompanionDevice device) { } in onSecureChannelEstablished()
200 protected void onMessageReceived(@NonNull CompanionDevice device, @NonNull byte[] message) { } in onMessageReceived()
203 protected void onDeviceError(@NonNull CompanionDevice device, int error) { } in onDeviceError()
206 protected void onAssociatedDeviceAdded(@NonNull AssociatedDevice device) { } in onAssociatedDeviceAdded()
[all …]
DLocalFeature.java100 ConnectedDevice device = getConnectedDeviceById(deviceId); in sendMessageSecurely() local
112 public void sendMessageSecurely(@NonNull ConnectedDevice device, byte[] message) { in sendMessageSecurely()
118 ConnectedDevice device = getConnectedDeviceById(deviceId); in sendMessageUnsecurely() local
130 public void sendMessageUnsecurely(@NonNull ConnectedDevice device, @NonNull byte[] message) { in sendMessageUnsecurely()
155 protected void onDeviceConnected(@NonNull ConnectedDevice device) { } in onDeviceConnected()
158 protected void onDeviceDisconnected(@NonNull ConnectedDevice device) { } in onDeviceDisconnected()
161 protected void onSecureChannelEstablished(@NonNull ConnectedDevice device) { } in onSecureChannelEstablished()
164 protected void onMessageReceived(@NonNull ConnectedDevice device, @NonNull byte[] message) { } in onMessageReceived()
175 protected void onDeviceError(@NonNull ConnectedDevice device, @DeviceError int error) { } in onDeviceError()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java232 public boolean connect(BluetoothDevice device) { in connect()
299 public boolean disconnect(BluetoothDevice device) { in disconnect()
352 public boolean isConnectedPeerDevices(BluetoothDevice device) { in isConnectedPeerDevices()
368 public boolean okToConnect(BluetoothDevice device) { in okToConnect()
458 public int getConnectionState(BluetoothDevice device) { in getConnectionState()
484 public boolean setConnectionPolicy(BluetoothDevice device, int connectionPolicy) { in setConnectionPolicy()
515 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
526 long getHiSyncId(BluetoothDevice device) { in getHiSyncId()
535 int getCapabilities(BluetoothDevice device) { in getCapabilities()
544 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java97 public synchronized boolean connect(BluetoothDevice device) { in connect()
159 private synchronized void addDeviceToMapAndConnect(BluetoothDevice device) { in addDeviceToMapAndConnect()
166 public synchronized boolean disconnect(BluetoothDevice device) { in disconnect()
199 MceStateMachine getMceStateMachineForDevice(BluetoothDevice device) { in getMceStateMachineForDevice()
221 public synchronized int getConnectionState(BluetoothDevice device) { in getConnectionState()
243 public boolean setConnectionPolicy(BluetoothDevice device, int connectionPolicy) { in setConnectionPolicy()
274 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
281 public synchronized boolean sendMessage(BluetoothDevice device, Uri[] contacts, String message, in sendMessage()
359 public void cleanupDevice(BluetoothDevice device) { in cleanupDevice()
404 public synchronized boolean getUnreadMessages(BluetoothDevice device) { in getUnreadMessages()
[all …]
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java268 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, 0); in testGetHeadsetService() local
281 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, 0); in testConnectFromApi() local
324 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, 0); in testUnbondDevice_disconnectBeforeUnbond() local
367 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, 0); in testUnbondDevice_disconnectAfterUnbond() local
428 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, i); in testVirtualCall_normalStartStop() local
464 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, i); in testVirtualCall_preemptedByTelecomCall() local
504 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, i); in testVirtualCall_rejectedWhenThereIsTelecomCall() local
532 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, i); in testDialingOutCall_NormalDialingOut() local
611 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, i); in testDialingOutCall_DialingOutPreemptVirtualCall() local
668 BluetoothDevice device = TestUtils.getTestDevice(mAdapter, 0); in testVoiceRecognition_SingleHfInitiatedSuccess() local
[all …]
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/external/
DIDeviceAssociationCallback.aidl24 void onAssociatedDeviceAdded(in AssociatedDevice device); in onAssociatedDeviceAdded()
27 void onAssociatedDeviceRemoved(in AssociatedDevice device); in onAssociatedDeviceRemoved()
30 void onAssociatedDeviceUpdated(in AssociatedDevice device); in onAssociatedDeviceUpdated()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java116 void cleanupDevice(BluetoothDevice device) { in cleanupDevice()
195 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
208 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
251 public boolean connect(BluetoothDevice device) { in connect()
264 public boolean disconnect(BluetoothDevice device) { in disconnect()
291 public int getConnectionState(BluetoothDevice device) { in getConnectionState()
300 public boolean setConnectionPolicy(BluetoothDevice device, int connectionPolicy) { in setConnectionPolicy()
309 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
340 public boolean connect(BluetoothDevice device) { in connect()
371 public boolean disconnect(BluetoothDevice device) { in disconnect()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java114 public void requestAudioFocus(BluetoothDevice device, boolean request) { in requestAudioFocus()
133 boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying()
174 public boolean connect(BluetoothDevice device) { in connect()
183 public boolean disconnect(BluetoothDevice device) { in disconnect()
210 public int getConnectionState(BluetoothDevice device) { in getConnectionState()
219 public boolean setConnectionPolicy(BluetoothDevice device, int connectionPolicy) { in setConnectionPolicy()
228 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
237 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying()
246 public BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig()
262 public boolean connect(BluetoothDevice device) { in connect()
[all …]
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceViewModel.java57 void setAssociatedDevice(@NonNull AssociatedDevice device) { in setAssociatedDevice()
66 void setDeviceToDisable(TrustedDevice device) { in setDeviceToDisable()
75 void setDeviceToEnable(AssociatedDevice device) { in setDeviceToEnable()
80 void setDisabledDevice(TrustedDevice device) { in setDisabledDevice()
85 void setEnabledDevice(TrustedDevice device) { in setEnabledDevice()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java346 public boolean connect(BluetoothDevice device) { in connect()
356 public boolean disconnect(BluetoothDevice device) { in disconnect()
366 public int getConnectionState(BluetoothDevice device) { in getConnectionState()
396 public boolean setConnectionPolicy(BluetoothDevice device, int connectionPolicy) { in setConnectionPolicy()
406 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
417 public boolean getProtocolMode(BluetoothDevice device) { in getProtocolMode()
427 public boolean virtualUnplug(BluetoothDevice device) { in virtualUnplug()
437 public boolean setProtocolMode(BluetoothDevice device, int protocolMode) { in setProtocolMode()
447 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, in getReport()
458 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
[all …]
DHidDeviceService.java93 BluetoothDevice device = msg.obj != null ? (BluetoothDevice) msg.obj : null; in handleMessage() local
147 BluetoothDevice device = (BluetoothDevice) msg.obj; in handleMessage() local
342 public boolean sendReport(BluetoothDevice device, int id, byte[] data) { in sendReport()
356 public boolean replyReport(BluetoothDevice device, byte type, byte id, byte[] data) { in replyReport()
370 public boolean unplug(BluetoothDevice device) { in unplug()
384 public boolean connect(BluetoothDevice device) { in connect()
398 public boolean disconnect(BluetoothDevice device) { in disconnect()
412 public boolean setConnectionPolicy(BluetoothDevice device, int connectionPolicy) { in setConnectionPolicy()
427 public boolean reportError(BluetoothDevice device, byte error) { in reportError()
441 public int getConnectionState(BluetoothDevice device) { in getConnectionState()
[all …]
/packages/services/Car/car-lib/src/android/car/
DICarBluetoothUserService.aidl26 boolean bluetoothConnectToProfile(in int profile, in BluetoothDevice device); in bluetoothConnectToProfile()
27 boolean bluetoothDisconnectFromProfile(in int profile, in BluetoothDevice device); in bluetoothDisconnectFromProfile()
28 int getProfilePriority(in int profile, in BluetoothDevice device); in getProfilePriority()
29 void setProfilePriority(in int profile, in BluetoothDevice device, in int priority); in setProfilePriority()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java271 private boolean doForStateMachine(BluetoothDevice device, StateMachineTask task) { in doForStateMachine()
443 public boolean connect(BluetoothDevice device) { in connect()
452 public boolean disconnect(BluetoothDevice device) { in disconnect()
479 public int getConnectionState(BluetoothDevice device) { in getConnectionState()
488 public boolean setPriority(BluetoothDevice device, int connectionPolicy) { in setPriority()
498 public boolean setConnectionPolicy(BluetoothDevice device, int connectionPolicy) { in setConnectionPolicy()
508 public int getPriority(BluetoothDevice device) { in getPriority()
518 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
528 public boolean startVoiceRecognition(BluetoothDevice device) { in startVoiceRecognition()
537 public boolean stopVoiceRecognition(BluetoothDevice device) { in stopVoiceRecognition()
[all …]
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java154 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
159 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
164 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
188 private void handleDeviceConnectionStateChange(BluetoothDevice device, int state) { in handleDeviceConnectionStateChange()
216 private void handleDeviceBondStateChange(BluetoothDevice device, int state) { in handleDeviceBondStateChange()
239 private void handleDeviceUuidEvent(BluetoothDevice device, Parcelable[] uuids) { in handleDeviceUuidEvent()
396 BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(address); in load() local
474 public void addDevice(BluetoothDevice device) { in addDevice()
489 public void removeDevice(BluetoothDevice device) { in removeDevice()
505 public int getDeviceConnectionPriority(BluetoothDevice device) { in getDeviceConnectionPriority()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtManager.java83 void onImageDownloadComplete(BluetoothDevice device, DownloadEvent event); in onImageDownloadComplete()
97 AvrcpBipSession(BluetoothDevice device) { in AvrcpBipSession()
140 public synchronized boolean connect(BluetoothDevice device, int psm) { in connect()
155 public synchronized boolean refreshSession(BluetoothDevice device) { in refreshSession()
172 public synchronized boolean disconnect(BluetoothDevice device) { in disconnect()
205 public int getState(BluetoothDevice device) { in getState()
227 public String getUuidForHandle(BluetoothDevice device, String handle) { in getUuidForHandle()
242 public String getHandleForUuid(BluetoothDevice device, String uuid) { in getHandleForUuid()
248 private void clearHandleUuids(BluetoothDevice device) { in clearHandleUuids()
261 public Uri getImageUri(BluetoothDevice device, String imageUuid) { in getImageUri()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java170 BluetoothDevice device = in handleMessage() local
187 BluetoothDevice device = in handleMessage() local
206 BluetoothDevice device = (BluetoothDevice) msg.obj; in handleMessage() local
218 BluetoothDevice device = in handleMessage() local
255 private void processInitProfilePriorities(BluetoothDevice device, ParcelUuid[] uuids) { in processInitProfilePriorities()
308 private void processProfileStateChanged(BluetoothDevice device, int profileId, int nextState, in processProfileStateChanged()
339 private void processActiveDeviceChanged(BluetoothDevice device, int profileId) { in processActiveDeviceChanged()
347 private void processDeviceConnected(BluetoothDevice device) { in processDeviceConnected()
352 private boolean handleAllProfilesDisconnected(BluetoothDevice device) { in handleAllProfilesDisconnected()
419 private void autoConnectA2dp(BluetoothDevice device) { in autoConnectA2dp()
[all …]
DSilenceDeviceManager.java125 BluetoothDevice device = (BluetoothDevice) msg.obj; in handleMessage() local
133 BluetoothDevice device = in handleMessage() local
157 BluetoothDevice device = in handleMessage() local
237 boolean setSilenceMode(BluetoothDevice device, boolean silence) { in setSilenceMode()
249 void handleSilenceDeviceStateChanged(BluetoothDevice device, boolean state) { in handleSilenceDeviceStateChanged()
278 void broadcastSilenceStateChange(BluetoothDevice device, boolean state) { in broadcastSilenceStateChange()
286 boolean getSilenceMode(BluetoothDevice device) { in getSilenceMode()
294 void addConnectedDevice(BluetoothDevice device, int profile) { in addConnectedDevice()
312 void removeConnectedDevice(BluetoothDevice device, int profile) { in removeConnectedDevice()
330 boolean isBluetoothAudioConnected(BluetoothDevice device) { in isBluetoothAudioConnected()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBleCentralManager.java125 BleDevice device = getConnectedDevice(deviceId); in disconnectDevice() local
133 private void ignoreDevice(@NonNull BleDevice device) { in ignoreDevice()
137 private boolean isDeviceIgnored(@NonNull BluetoothDevice device) { in isDeviceIgnored()
158 BluetoothDevice device = result.getDevice(); in shouldAttemptConnection() local
201 private void startDeviceConnection(@NonNull BluetoothDevice device) { in startDeviceConnection()
218 private void deviceConnected(@NonNull BleDevice device) { in deviceConnected()
230 private void deviceDisconnected(@NonNull BleDevice device, int status) { in deviceDisconnected()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java74 private void switchVolumeDevice(@NonNull BluetoothDevice device) { in switchVolumeDevice()
123 synchronized void storeVolumeForDevice(@NonNull BluetoothDevice device, int storeVolume) { in storeVolumeForDevice()
137 synchronized void storeVolumeForDevice(@NonNull BluetoothDevice device) { in storeVolumeForDevice()
142 synchronized void removeStoredVolumeForDevice(@NonNull BluetoothDevice device) { in removeStoredVolumeForDevice()
156 synchronized int getVolume(@NonNull BluetoothDevice device, int defaultValue) { in getVolume()
170 void setVolume(@NonNull BluetoothDevice device, int avrcpVolume) { in setVolume()
184 void sendVolumeChanged(@NonNull BluetoothDevice device, int deviceVolume) { in sendVolumeChanged()
201 boolean getAbsoluteVolumeSupported(BluetoothDevice device) { in getAbsoluteVolumeSupported()
242 synchronized void deviceConnected(@NonNull BluetoothDevice device, boolean absoluteVolume) { in deviceConnected()
254 synchronized void volumeDeviceSwitched(@Nullable BluetoothDevice device) { in volumeDeviceSwitched()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpClient.java132 public void deviceAdded(MtpDevice device); in deviceAdded()
139 public void deviceRemoved(MtpDevice device); in deviceRemoved()
149 static public boolean isCamera(UsbDevice device) { in isCamera()
300 MtpDevice device = getDevice(deviceName); in getStorageList() local
332 MtpDevice device = getDevice(deviceName); in getObjectInfo() local
347 MtpDevice device = getDevice(deviceName); in deleteObject() local
368 MtpDevice device = getDevice(deviceName); in getObjectList() local
404 MtpDevice device = getDevice(deviceName); in getObject() local
419 MtpDevice device = getDevice(deviceName); in getThumbnail() local
437 MtpDevice device = getDevice(deviceName); in importFile() local
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbDeviceHandlerResolver.java62 UsbDevice device, List<UsbDeviceSettings> availableSettings); in onHandlersResolveCompleted()
99 public void resolve(UsbDevice device) { in resolve()
106 public boolean dispatch(UsbDevice device, ComponentName component, boolean inAoap) { in dispatch()
151 private static Intent createDeviceAttachedIntent(UsbDevice device) { in createDeviceAttachedIntent()
158 private void doHandleResolveHandlers(UsbDevice device) { in doHandleResolveHandlers()
185 private UsbDeviceSettings createSettings(UsbDevice device, UsbHandlerPackage pkg) { in createSettings()
192 private void requestAoapSwitch(UsbDevice device, UsbDeviceFilter filter) { in requestAoapSwitch()
213 private void deviceProbingComplete(UsbDevice device, List<UsbDeviceSettings> settings) { in deviceProbingComplete()
221 UsbDevice device, Intent intent, boolean forAoap) { in getDeviceMatches()
279 private UsbDeviceFilter packageMatches(ActivityInfo ai, String metaDataName, UsbDevice device, in packageMatches()
[all …]

12345678910>>...13