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 139 mAvailOpLabels = new String[TestService.mAvailOps.length];
140 mAvailOpDescriptions = new String[TestService.mAvailOps.length];
141 for (int i=0; i<TestService.mAvailOps.length; i++) {
142 TestService.Op op = TestService.mAvailOps[i];
211 TestService.Op op = TestService.mAvailOps[position];
315 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 213 milliseconds