Searched refs:scanRecordClass (Results 1 – 3 of 3) sorted by relevance
156 Class<?> scanRecordClass = ScanRecord.class; in parseScanRecord() local158 Method method = scanRecordClass in parseScanRecord()
89 Class<?> scanRecordClass = ScanRecord.class; in parseScanRecord() local91 Method method = scanRecordClass.getDeclaredMethod("parseFromBytes", byte[].class); in parseScanRecord()
230 Class<?> scanRecordClass = ScanRecord.class; in parseScanRecord() local232 Method method = scanRecordClass.getDeclaredMethod("parseFromBytes", byte[].class); in parseScanRecord()