Searched refs:mAdbNotificationShown (Results 1 – 2 of 2) sorted by relevance
458 private boolean mAdbNotificationShown; field in UsbDeviceManager.UsbHandler1188 if (force && mAdbNotificationShown) { in updateAdbNotification()1189 mAdbNotificationShown = false; in updateAdbNotification()1193 if (!mAdbNotificationShown) { in updateAdbNotification()1196 mAdbNotificationShown = true; in updateAdbNotification()1199 } else if (mAdbNotificationShown) { in updateAdbNotification()1200 mAdbNotificationShown = false; in updateAdbNotification()
596 private boolean mAdbNotificationShown; field in AdbDebuggingManager.AdbDebuggingHandler777 if (show == mAdbNotificationShown) { in showAdbConnectedNotification()781 if (!mAdbNotificationShown) { in showAdbConnectedNotification()784 mAdbNotificationShown = true; in showAdbConnectedNotification()788 mAdbNotificationShown = false; in showAdbConnectedNotification()