Home
last modified time | relevance | path

Searched refs:supportedBitmap (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() argument
DTetheringManager.java529 public void onSupportedTetheringTypes(long supportedBitmap) { } in onSupportedTetheringTypes() argument
1386 public void onSupportedTetheringTypes(long supportedBitmap) {
1388 callback.onSupportedTetheringTypes(unpackBits(supportedBitmap));
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java2377 private void reportTetheringSupportedChange(final long supportedBitmap) { in reportTetheringSupportedChange() argument
2383 supportedBitmap); in reportTetheringSupportedChange()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1799 public void onSupportedTetheringTypes(long supportedBitmap) { in onSupportedTetheringTypes() argument
1800 mSupportedBitmaps.add(supportedBitmap); in onSupportedTetheringTypes()