Searched refs:mTests (Results 1 – 5 of 5) sorted by relevance
30 private Test[] mTests; field in OrderedTestActivity41 mTests = getTests(); in onCreate()47 if ((mTestIndex >= 0) && (mTestIndex < mTests.length)) { in onCreate()48 mTests[mTestIndex].onNextClick(); in onCreate()94 if (mTestIndex < mTests.length) { in processCurrentTest()95 mTests[mTestIndex].run(); in processCurrentTest()
98 private final TreeMap<String, String> mTests; field in HostTestsActivity.HostTestCategory104 mTests = new TreeMap<>(); in HostTestCategory()110 mTests.put(testName, testId); in addTest()119 for (Map.Entry<String, String> entry : mTests.entrySet()) { in generateTestListItems()
95 private ArrayList<BubblesTestStep> mTests = new ArrayList<>(); field in BubblesVerifierActivity167 mTests.add(new LowRamBubbleTest()); in onCreate()170 mTests.add(new BubbleDisabledTest()); in onCreate()175 mTests.add(new CheckDefaultsTest()); in onCreate()176 mTests.add(new BubbleButtonTest()); in onCreate()177 mTests.add(new BubblePreferenceSelected()); in onCreate()178 mTests.add(new DisableFeature()); in onCreate()179 mTests.add(new EnableBubblesTest()); in onCreate()184 mTests.add(new SendBubbleTest()); in onCreate()185 mTests.add(new SuppressNotifTest()); in onCreate()[all …]
53 private final ArrayList<TestStep> mTests = new ArrayList<>(); field in CompanionDeviceServiceTestActivity93 mTests.add(new BluetoothFeatureTestStep()); in onCreate()96 mTests.add(new DeviceAssociationTestStep()); in onCreate()97 mTests.add(new DevicePresentTestStep()); in onCreate()98 mTests.add(new DeviceGoneTestStep()); in onCreate()99 mTests.add(new DeviceDisassociationTestStep()); in onCreate()172 return mTests.get(mCurrentTestIndex); in getCurrentTest()176 if (mCurrentTestIndex + 1 >= mTests.size()) { in runNextTestOrShowSummary()
53 private InteractiveTestCase[] mTests; field in VrListenerVerifierActivity86 mTests = new InteractiveTestCase[] { in onCreate()94 for (InteractiveTestCase test : mTests) { in onCreate()116 for (InteractiveTestCase i : mTests) { in onSaveInstanceState()126 final InteractiveTestCase current = mTests[mCurrentIdx]; in onResume()144 final InteractiveTestCase current = mTests[mCurrentIdx]; in waitForPreviousRunningTest()170 for (InteractiveTestCase t : mTests) { in updateUiState()196 if (mCurrentIdx >= mTests.length) { in selectNext()200 final InteractiveTestCase current = mTests[mCurrentIdx]; in selectNext()205 if (mCurrentIdx >= mTests.length) { in runNext()[all …]