Searched refs:mAvailOps (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java140 mAvailOpLabels = new String[TestService.mAvailOps.length];
141 mAvailOpDescriptions = new String[TestService.mAvailOps.length];
142 for (int i=0; i<TestService.mAvailOps.length; i++) {
143 TestService.Op op = TestService.mAvailOps[i];
213 TestService.Op op = TestService.mAvailOps[position];
317 if (mCurOpIndex >= TestService.mAvailOps.length) {
H A DTestService.java116 final static Op[] mAvailOps = new Op[] { field in class:TestService
302 mForegroundOp = mAvailOps[args.fgOp];
303 mBackgroundOp = mAvailOps[args.bgOp];

Completed in 47 milliseconds