Searched refs:mBlobs (Results 1 – 2 of 2) sorted by relevance
117 private final ArrayList<byte[]> mBlobs = new ArrayList<>(); field in WifiHealthMonitorTest150 mBlobs.clear(); in setUp()389 mBlobs.add(value); in makeSwBuildChangeExample()427 String writtenHex = hexStringFromByteArray(mBlobs.get(mKeys.size() - 1)); in testReadWriteAndSWChange()761 mBlobs.add(value); in testPostBootAbnormalScanDetection()
119 final ArrayList<byte[]> mBlobs = new ArrayList<>(); field in WifiScoreCardTest141 mBlobs.clear(); in setUp()783 mBlobs.add(value);806 String writtenHex = hexStringFromByteArray(mBlobs.get(mKeys.size() - 1));