/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | ConditionPriorityBlockingQueueTest.java | 116 delayedAdd.setName(getClass().getCanonicalName()); in testTake_delayedAdd() 140 delayedAdd.setName(getClass().getCanonicalName()); in testTake_matcher_delayedAdd() 164 waiter.setName(getClass().getCanonicalName() + "#testTake_multiple_matchers"); in testTake_multiple_matchers() 175 waiter2.setName(getClass().getCanonicalName() + "#testTake_multiple_matchers"); in testTake_multiple_matchers() 188 delayedAdd.setName(getClass().getCanonicalName() + "#testTake_multiple_matchers"); in testTake_multiple_matchers() 200 delayedAdd2.setName(getClass().getCanonicalName() + "#testTake_multiple_matchers"); in testTake_multiple_matchers() 302 iterator.setName(getClass().getCanonicalName() + "#testModificationOnIterating"); in testModificationOnIterating()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/error/ |
D | HarnessRuntimeException.java | 41 .getCanonicalName(); in HarnessRuntimeException() 69 .getCanonicalName(); in HarnessRuntimeException()
|
D | HarnessException.java | 70 mOrigin = clazz.getCanonicalName(); in setCallerClass()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/ |
D | InstantAppHandler.java | 61 excludeAnnotations.remove(AppModeInstant.class.getCanonicalName()); in applySetup() 63 excludeAnnotations.add(AppModeFull.class.getCanonicalName()); in applySetup()
|
D | SecondaryUserHandler.java | 61 excludeAnnotations.add(SystemUserOnly.class.getCanonicalName()); in applySetup()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ValidateSuiteConfigHelper.java | 47 ALLOWED_COLLECTOR_IN_MODULE.add(FilePullerLogCollector.class.getCanonicalName()); in FilePullerLogCollector.class.getCanonicalName() 115 if (!ALLOWED_COLLECTOR_IN_MODULE.contains(collector.getClass().getCanonicalName())) { in validateConfig() 157 o.getClass().getCanonicalName(), in checkTargetPrep()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | NoisyDryRunTest.java | 73 listener.testRunStarted(NoisyDryRunTest.class.getCanonicalName() + "_parseFile", 1); in testCommandFile() 75 new TestDescription(NoisyDryRunTest.class.getCanonicalName(), "parseFile"); in testCommandFile() 139 listener.testRunStarted(NoisyDryRunTest.class.getCanonicalName() + "_parseCommands", in testCommandLines() 144 NoisyDryRunTest.class.getCanonicalName(), "parseCommand" + i); in testCommandLines()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | DvmLockSampleItem.java | 71 ": found " + value.getClass().getCanonicalName() + in setAttribute() 72 " expected " + TYPES.get(attribute).getCanonicalName()); in setAttribute()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/ |
D | GeneralTestsConfigValidation.java | 145 if (!SUPPORTED_TEST_RUNNERS.contains(test.getClass().getCanonicalName())) { in checkRunners() 150 test.getClass().getCanonicalName(), name, SUPPORTED_TEST_RUNNERS)); in checkRunners()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/ |
D | CurrentInvocationTest.java | 37 assertEquals(CurrentInvocationTest.class.getCanonicalName(), description.getOrigin()); in testCreateFailure()
|
/tools/carrier_settings/java/ |
D | CarrierProtoUtils.java | 129 if (cs.getCanonicalName().equals(name)) { 152 findCarrierSettingsByCanonicalName(allOverlay, base.getCanonicalName());
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | BackgroundDeviceActionTest.java | 133 test.setName(getClass().getCanonicalName() + "#testwaitForDeviceRecovery_online"); in testwaitForDeviceRecovery_online() 158 test.setName(getClass().getCanonicalName() + "#testwaitForDeviceRecovery_blockOffline"); in testwaitForDeviceRecovery_blockOffline()
|
D | DeviceStateMonitorTest.java | 79 test.setName(getClass().getCanonicalName() + "#testWaitForDeviceOnline"); in testWaitForDeviceOnline() 141 test.setName(getClass().getCanonicalName() + "#testWaitForDeviceOffline"); in testWaitForDeviceOffline() 219 test.setName(getClass().getCanonicalName() + "#testWaitForShell_becomeAvailable"); in testWaitForShell_becomeAvailable() 300 test.setName(getClass().getCanonicalName() + "#testWaitForBoot_becomeComplete"); in testWaitForBoot_becomeComplete() 393 test.setName(getClass().getCanonicalName() + "#testWaitForPm_becomeResponsive"); in testWaitForPm_becomeResponsive() 609 test.setName(getClass().getCanonicalName() + "#testWaitForStoreMount_becomeAvailable"); in testWaitForStoreMount_becomeAvailable() 660 test.setName(getClass().getCanonicalName() + "#testWaitForStoreMount_outputBecomeValid"); in testWaitForStoreMount_outputBecomeValid()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/ |
D | FakeSocketServerHelper.java | 35 setName(getClass().getCanonicalName()); in FakeSocketServerHelper()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/ |
D | SecondaryUserHandlerTest.java | 57 SystemUserOnly.class.getCanonicalName(), test.mReceivedFiltered.iterator().next()); in testApplySetup()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/ |
D | TradefedSandboxTest.java | 128 EasyMock.eq(SandboxConfigDump.class.getCanonicalName()), in testPrepareEnvironment() 171 EasyMock.eq(SandboxConfigDump.class.getCanonicalName()), in testPrepareEnvironment_dumpConfigFail() 211 EasyMock.eq(SandboxConfigDump.class.getCanonicalName()), in testPrepareEnvironment_dumpConfigFail_fallback_fail()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | TestSystemAppInstallSetup.java | 64 IDeviceBuildInfo.class.getCanonicalName())); in setUp()
|
D | TestFilePushSetup.java | 118 IDeviceBuildInfo.class.getCanonicalName())); in setUp()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/ |
D | PrettyTestEventLogger.java | 73 && mTrace.contains(DeviceNotAvailableException.class.getCanonicalName())) { in testEnded()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | VideoMultimeterRunner.java | 66 .getCanonicalName(), RUN_KEY); in run()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | SandboxConfigUtil.java | 82 mCmdArgs.add(SandboxConfigDump.class.getCanonicalName()); in dumpConfigForVersion()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/build/ |
D | DeviceBuildInfoTest.java | 146 assertEquals(DeviceBuildInfo.class.getCanonicalName(), proto.getBuildInfoClass()); in testProtoSerialization()
|
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aEventDispatcher.java | 47 this.setName(getClass().getCanonicalName()); in Sl4aEventDispatcher()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | TestsPoolPoller.java | 311 tokenTest.getClass().getCanonicalName()); in reportNotExecuted() 323 test.getClass().getCanonicalName()); in reportNotExecuted()
|
/tools/tradefederation/contrib/src/com/android/tradefed/ |
D | Sl4aBluetoothDiscovery.java | 94 new TestDescription(this.getClass().getCanonicalName(), "bluetooth_discovery"); in run()
|