Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java500 private boolean mAdbNotificationShown; field in UsbDeviceManager.UsbHandler
1316 if (force && mAdbNotificationShown) { in updateAdbNotification()
1317 mAdbNotificationShown = false; in updateAdbNotification()
1321 if (!mAdbNotificationShown) { in updateAdbNotification()
1324 mAdbNotificationShown = true; in updateAdbNotification()
1327 } else if (mAdbNotificationShown) { in updateAdbNotification()
1328 mAdbNotificationShown = false; in updateAdbNotification()
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java602 private boolean mAdbNotificationShown; field in AdbDebuggingManager.AdbDebuggingHandler
783 if (show == mAdbNotificationShown) { in showAdbConnectedNotification()
787 if (!mAdbNotificationShown) { in showAdbConnectedNotification()
790 mAdbNotificationShown = true; in showAdbConnectedNotification()
794 mAdbNotificationShown = false; in showAdbConnectedNotification()