Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java544 private boolean mAdbNotificationShown; field in UsbDeviceManager.UsbHandler
1480 if (force && mAdbNotificationShown) { in updateAdbNotification()
1481 mAdbNotificationShown = false; in updateAdbNotification()
1485 if (!mAdbNotificationShown) { in updateAdbNotification()
1488 mAdbNotificationShown = true; in updateAdbNotification()
1491 } else if (mAdbNotificationShown) { in updateAdbNotification()
1492 mAdbNotificationShown = false; in updateAdbNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java642 private boolean mAdbNotificationShown; field in AdbDebuggingManager.AdbDebuggingHandler
828 if (show == mAdbNotificationShown) { in showAdbConnectedNotification()
832 if (!mAdbNotificationShown) { in showAdbConnectedNotification()
835 mAdbNotificationShown = true; in showAdbConnectedNotification()
839 mAdbNotificationShown = false; in showAdbConnectedNotification()