Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java1486 if (isNormalBoot()) { in UsbHandlerLegacy()
1671 private boolean isNormalBoot() { in isNormalBoot() method in UsbDeviceManager.UsbHandlerLegacy
1704 if (!isNormalBoot() && !mCurrentFunctionsStr.equals(functions)) { in trySetEnabledFunctions()