Searched refs:mAdbNotificationShown (Results 1 – 2 of 2) sorted by relevance
503 private boolean mAdbNotificationShown; field in UsbDeviceManager.UsbHandler1318 if (force && mAdbNotificationShown) { in updateAdbNotification()1319 mAdbNotificationShown = false; in updateAdbNotification()1323 if (!mAdbNotificationShown) { in updateAdbNotification()1326 mAdbNotificationShown = true; in updateAdbNotification()1329 } else if (mAdbNotificationShown) { in updateAdbNotification()1330 mAdbNotificationShown = false; in updateAdbNotification()
595 private boolean mAdbNotificationShown; field in AdbDebuggingManager.AdbDebuggingHandler776 if (show == mAdbNotificationShown) { in showAdbConnectedNotification()780 if (!mAdbNotificationShown) { in showAdbConnectedNotification()783 mAdbNotificationShown = true; in showAdbConnectedNotification()787 mAdbNotificationShown = false; in showAdbConnectedNotification()