Searched refs:showTetheredNotification (Results 1 – 2 of 2) sorted by relevance
592 showTetheredNotification(SystemMessage.NOTE_TETHER_GENERAL); in sendTetherStateChangedBroadcast()594 showTetheredNotification(SystemMessage.NOTE_TETHER_USB); in sendTetherStateChangedBroadcast()598 showTetheredNotification(SystemMessage.NOTE_TETHER_GENERAL); in sendTetherStateChangedBroadcast()604 showTetheredNotification(SystemMessage.NOTE_TETHER_BLUETOOTH); in sendTetherStateChangedBroadcast()610 private void showTetheredNotification(int id) { in showTetheredNotification() method in Tethering611 showTetheredNotification(id, true); in showTetheredNotification()615 protected void showTetheredNotification(int id, boolean tetheringOn) { in showTetheredNotification() method in Tethering810 mWrapper.showTetheredNotification( in onUserRestrictionsChanged()
857 .showTetheredNotification(anyInt(), eq(false)); in userRestrictionsListenerBehaviour()