Home
last modified time | relevance | path

Searched defs:tetheringCallback (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/cts/multidevices/snippet/
DConnectivityMultiDevicesSnippet.kt134 val tetheringCallback = ctsTetheringUtils.registerTetheringEventCallback() in hasHotspotFeature() constant
157 val tetheringCallback = ctsTetheringUtils.registerTetheringEventCallback() in startHotspot() constant
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java3212 final StartTetheringCallback tetheringCallback = new StartTetheringCallback() { in startTethering() local