Searched refs:mAdbNotificationShown (Results 1 – 2 of 2) sorted by relevance
500 private boolean mAdbNotificationShown; field in UsbDeviceManager.UsbHandler1316 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()
602 private boolean mAdbNotificationShown; field in AdbDebuggingManager.AdbDebuggingHandler783 if (show == mAdbNotificationShown) { in showAdbConnectedNotification()787 if (!mAdbNotificationShown) { in showAdbConnectedNotification()790 mAdbNotificationShown = true; in showAdbConnectedNotification()794 mAdbNotificationShown = false; in showAdbConnectedNotification()