Searched refs:mTestDescription (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | DeviceBatteryLevelCheckerTest.java | 54 private TestDescription mTestDescription = new TestDescription("BatteryCharging", "charge"); field in DeviceBatteryLevelCheckerTest 126 mMockListener.testStarted(mTestDescription); in testNull() 128 mTestDescription, FailureDescription.create("Failed to determine battery level")); in testNull() 129 mMockListener.testEnded(mTestDescription, new HashMap<String, Metric>()); in testNull() 148 mMockListener.testStarted(mTestDescription); in testNormal() 149 mMockListener.testEnded(mTestDescription, new HashMap<String, Metric>()); in testNormal() 172 mMockListener.testStarted(mTestDescription); in testLow() 173 mMockListener.testEnded(mTestDescription, new HashMap<String, Metric>()); in testLow() 201 mMockListener.testStarted(mTestDescription); in testLow_becomeHigh() 202 mMockListener.testEnded(mTestDescription, new HashMap<String, Metric>()); in testLow_becomeHigh() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | DeviceBatteryLevelChecker.java | 50 private TestDescription mTestDescription = new TestDescription("BatteryCharging", "charge"); field in DeviceBatteryLevelChecker 129 listener.testStarted(mTestDescription); in run() 148 listener.testEnded(mTestDescription, new HashMap<String, Metric>()); in run() 181 mTestDescription, in runTest() 215 finalBattery = runBatteryCharging(listener, mTestDescription); in runTest()
|