Searched refs:onSupportedTetheringTypes (Results 1 – 5 of 5) sorted by relevance
39 void onSupportedTetheringTypes(long supportedBitmap); in onSupportedTetheringTypes() method
540 public void onSupportedTetheringTypes(long supportedBitmap) { } in onSupportedTetheringTypes() method in TetheringManager.TetheringCallbackInternal1108 default void onSupportedTetheringTypes(@NonNull Set<Integer> supportedTypes) {}1408 callback.onSupportedTetheringTypes(unpackBits(parcel.supportedTypes));1429 public void onSupportedTetheringTypes(long supportedBitmap) {1431 callback.onSupportedTetheringTypes(unpackBits(supportedBitmap));
430 public void onSupportedTetheringTypes(Set<Integer> supportedTypes) { in onSupportedTetheringTypes() method in EthernetTetheringTestBase.MyTetheringEventCallback
2440 mTetheringEventCallbacks.getBroadcastItem(i).onSupportedTetheringTypes( in reportTetheringSupportedChange()
2258 public void onSupportedTetheringTypes(long supportedBitmap) { in onSupportedTetheringTypes() method in TetheringTest.TestTetheringEventCallback