Home
last modified time | relevance | path

Searched refs:createDeviceAttachedIntent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java282 device -> resolveActivity(createDeviceAttachedIntent(device), in UsbProfileGroupSettingsManager()
913 final Intent intent = createDeviceAttachedIntent(device); in deviceAttached()
1019 final Intent intent = createDeviceAttachedIntent(device); in deviceAttachedForFixedHandler()
1630 private static Intent createDeviceAttachedIntent(UsbDevice device) { in createDeviceAttachedIntent() method in UsbProfileGroupSettingsManager