Searched refs:mAdbNotificationShown (Results 1 – 2 of 2) sorted by relevance
544 private boolean mAdbNotificationShown; field in UsbDeviceManager.UsbHandler1480 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()
642 private boolean mAdbNotificationShown; field in AdbDebuggingManager.AdbDebuggingHandler828 if (show == mAdbNotificationShown) { in showAdbConnectedNotification()832 if (!mAdbNotificationShown) { in showAdbConnectedNotification()835 mAdbNotificationShown = true; in showAdbConnectedNotification()839 mAdbNotificationShown = false; in showAdbConnectedNotification()