Home
last modified time | relevance | path

Searched refs:showTetheredNotification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java592 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 Tethering
611 showTetheredNotification(id, true); in showTetheredNotification()
615 protected void showTetheredNotification(int id, boolean tetheringOn) { in showTetheredNotification() method in Tethering
810 mWrapper.showTetheredNotification( in onUserRestrictionsChanged()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java857 .showTetheredNotification(anyInt(), eq(false)); in userRestrictionsListenerBehaviour()