Searched refs:supportedBitmap (Results 1 – 4 of 4) sorted by relevance
39 void onSupportedTetheringTypes(long supportedBitmap); in onSupportedTetheringTypes() argument
529 public void onSupportedTetheringTypes(long supportedBitmap) { } in onSupportedTetheringTypes() argument1386 public void onSupportedTetheringTypes(long supportedBitmap) {1388 callback.onSupportedTetheringTypes(unpackBits(supportedBitmap));
2377 private void reportTetheringSupportedChange(final long supportedBitmap) { in reportTetheringSupportedChange() argument2383 supportedBitmap); in reportTetheringSupportedChange()
1799 public void onSupportedTetheringTypes(long supportedBitmap) { in onSupportedTetheringTypes() argument1800 mSupportedBitmaps.add(supportedBitmap); in onSupportedTetheringTypes()