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.java244 device -> resolveActivity(createDeviceAttachedIntent(device), in UsbProfileGroupSettingsManager()
741 final Intent intent = createDeviceAttachedIntent(device); in deviceAttached()
770 final Intent intent = createDeviceAttachedIntent(device); in deviceAttachedForFixedHandler()
1208 private static Intent createDeviceAttachedIntent(UsbDevice device) { in createDeviceAttachedIntent() method in UsbProfileGroupSettingsManager