Home
last modified time | relevance | path

Searched refs:notifyTetheringDisabledByRestriction (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt239 notificationUpdater.notifyTetheringDisabledByRestriction() in testRestrictedNotification()
252 notificationUpdater.notifyTetheringDisabledByRestriction() in testRestrictedNotification()
DTetheringTest.java2068 .notifyTetheringDisabledByRestriction(); in runUserRestrictionsChange()
2150 verify(mNotificationUpdater, times(1)).notifyTetheringDisabledByRestriction(); in testUntetherUsbWhenRestrictionIsOn()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java266 void notifyTetheringDisabledByRestriction() { in notifyTetheringDisabledByRestriction() method in TetheringNotificationUpdater
DTethering.java1414 mNotificationUpdater.notifyTetheringDisabledByRestriction(); in onUserRestrictionsChanged()