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.kt171 val tetheringCallback = ctsTetheringUtils.registerTetheringEventCallback() in hasHotspotFeature() constant
194 val tetheringCallback = ctsTetheringUtils.registerTetheringEventCallback() in startHotspot() constant
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java3232 final StartTetheringCallback tetheringCallback = new StartTetheringCallback() { in startTethering() local