Searched refs:supportedBitmap (Results 1 – 4 of 4) sorted by relevance
39 void onSupportedTetheringTypes(long supportedBitmap); in onSupportedTetheringTypes() argument
540 public void onSupportedTetheringTypes(long supportedBitmap) { } in onSupportedTetheringTypes() argument1429 public void onSupportedTetheringTypes(long supportedBitmap) {1431 callback.onSupportedTetheringTypes(unpackBits(supportedBitmap));
2435 private void reportTetheringSupportedChange(final long supportedBitmap) { in reportTetheringSupportedChange() argument2441 supportedBitmap); in reportTetheringSupportedChange()
2258 public void onSupportedTetheringTypes(long supportedBitmap) { in onSupportedTetheringTypes() argument2259 mSupportedBitmaps.add(supportedBitmap); in onSupportedTetheringTypes()