Searched refs:mAdbNotificationShown (Results 1 – 2 of 2) sorted by relevance
547 private boolean mAdbNotificationShown; field in UsbDeviceManager.UsbHandler1606 if (force && mAdbNotificationShown) { in updateAdbNotification()1607 mAdbNotificationShown = false; in updateAdbNotification()1611 if (!mAdbNotificationShown) { in updateAdbNotification()1614 mAdbNotificationShown = true; in updateAdbNotification()1617 } else if (mAdbNotificationShown) { in updateAdbNotification()1618 mAdbNotificationShown = false; in updateAdbNotification()
656 private boolean mAdbNotificationShown; field in AdbDebuggingManager.AdbDebuggingHandler843 if (show == mAdbNotificationShown) { in showAdbConnectedNotification()847 if (!mAdbNotificationShown) { in showAdbConnectedNotification()850 mAdbNotificationShown = true; in showAdbConnectedNotification()854 mAdbNotificationShown = false; in showAdbConnectedNotification()