Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DITetheringEventCallback.aidl39 void onSupportedTetheringTypes(long supportedBitmap); in onSupportedTetheringTypes() method
DTetheringManager.java529 public void onSupportedTetheringTypes(long supportedBitmap) { } in onSupportedTetheringTypes() method in TetheringManager.TetheringCallbackInternal
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1799 public void onSupportedTetheringTypes(long supportedBitmap) { in onSupportedTetheringTypes() method in TetheringTest.TestTetheringEventCallback