Searched refs:mSupportedBitmaps (Results 1 – 1 of 1) sorted by relevance
2415 private final ArrayList<Long> mSupportedBitmaps = new ArrayList<>(); field in TetheringTest.TestTetheringEventCallback2469 assertEquals(expectedTypes, TetheringManager.unpackBits(mSupportedBitmaps.remove(0))); in expectSupportedTetheringTypes()2504 mSupportedBitmaps.add(parcel.supportedTypes); in onCallbackStarted()2512 mSupportedBitmaps.add(supportedBitmap); in onSupportedTetheringTypes()