Home
last modified time | relevance | path

Searched defs:onSupportedTetheringTypes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DITetheringEventCallback.aidl39 void onSupportedTetheringTypes(long supportedBitmap); in onSupportedTetheringTypes() method
DTetheringManager.java540 public void onSupportedTetheringTypes(long supportedBitmap) { } in onSupportedTetheringTypes() method in TetheringManager.TetheringCallbackInternal
/packages/modules/Connectivity/Tethering/tests/integration/base/android/net/
DEthernetTetheringTestBase.java430 public void onSupportedTetheringTypes(Set<Integer> supportedTypes) { in onSupportedTetheringTypes() method in EthernetTetheringTestBase.MyTetheringEventCallback
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2258 public void onSupportedTetheringTypes(long supportedBitmap) { in onSupportedTetheringTypes() method in TetheringTest.TestTetheringEventCallback