Searched defs:mUseUsbNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java112 private boolean mUseUsbNotification; field in class:UsbDeviceManager
199 mUseUsbNotification = !massStorageSupported;
656 if (mNotificationManager == null || !mUseUsbNotification) return;

Completed in 7 milliseconds