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.java540 public void onSupportedTetheringTypes(long supportedBitmap) { } in onSupportedTetheringTypes() argument
1429 public void onSupportedTetheringTypes(long supportedBitmap) {
1431 callback.onSupportedTetheringTypes(unpackBits(supportedBitmap));
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java2435 private void reportTetheringSupportedChange(final long supportedBitmap) { in reportTetheringSupportedChange() argument
2441 supportedBitmap); in reportTetheringSupportedChange()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2258 public void onSupportedTetheringTypes(long supportedBitmap) { in onSupportedTetheringTypes() argument
2259 mSupportedBitmaps.add(supportedBitmap); in onSupportedTetheringTypes()