HomeSort by relevance Sort by last modified time
    Searched refs:mAvailOps (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 140 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) {
TestService.java 116 final static Op[] mAvailOps = new Op[] {
302 mForegroundOp = mAvailOps[args.fgOp];
303 mBackgroundOp = mAvailOps[args.bgOp];
    [all...]

Completed in 194 milliseconds