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.java239 device -> resolveActivity(createDeviceAttachedIntent(device), in UsbProfileGroupSettingsManager()
656 final Intent intent = createDeviceAttachedIntent(device); in deviceAttached()
685 final Intent intent = createDeviceAttachedIntent(device); in deviceAttachedForFixedHandler()
1165 private static Intent createDeviceAttachedIntent(UsbDevice device) { in createDeviceAttachedIntent() method in UsbProfileGroupSettingsManager