Searched refs:mAbi (Results 1 – 3 of 3) sorted by relevance
25 private final String mAbi; field in TestFilter79 mAbi = abi; in TestFilter()98 if (mAbi != null) { in toString()99 sb.append(mAbi.trim()); in toString()116 return mAbi; in getAbi()
32 private final String mAbi; field in MetricsReportLog67 mAbi = abi; in MetricsReportLog()279 MetricsStore.storeResult(mBuildInfo, mAbi, mClassMethodName, this); in submit()
159 private IAbi mAbi = null; field in BusinessLogicPreparer165 mAbi = abi; in setAbi()171 return mAbi; in getAbi()256 String bitness = (mAbi != null) ? mAbi.getBitness() : ""; in setUp()