Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java671 enableTetheringInternal(request.tetheringType, false /* disabled */, null); in startTethering()
682 enableTetheringInternal(request.tetheringType, true /* enabled */, listener); in startTethering()
695 enableTetheringInternal(type, false /* disabled */, null); in stopTetheringInternal()
703 private void enableTetheringInternal(int type, boolean enable, in enableTetheringInternal() method in Tethering
2186 enableTetheringInternal(tetheringType, enabled, null); in processMessage()