Home
last modified time | relevance | path

Searched refs:getCanonicalName (Results 1 – 25 of 47) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DConditionPriorityBlockingQueueTest.java116 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/
DHarnessRuntimeException.java41 .getCanonicalName(); in HarnessRuntimeException()
69 .getCanonicalName(); in HarnessRuntimeException()
DHarnessException.java70 mOrigin = clazz.getCanonicalName(); in setCallerClass()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandler.java61 excludeAnnotations.remove(AppModeInstant.class.getCanonicalName()); in applySetup()
63 excludeAnnotations.add(AppModeFull.class.getCanonicalName()); in applySetup()
DSecondaryUserHandler.java61 excludeAnnotations.add(SystemUserOnly.class.getCanonicalName()); in applySetup()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DValidateSuiteConfigHelper.java47 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/
DNoisyDryRunTest.java73 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/
DDvmLockSampleItem.java71 ": found " + value.getClass().getCanonicalName() + in setAttribute()
72 " expected " + TYPES.get(attribute).getCanonicalName()); in setAttribute()
/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/
DGeneralTestsConfigValidation.java145 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/
DCurrentInvocationTest.java37 assertEquals(CurrentInvocationTest.class.getCanonicalName(), description.getOrigin()); in testCreateFailure()
/tools/carrier_settings/java/
DCarrierProtoUtils.java129 if (cs.getCanonicalName().equals(name)) {
152 findCarrierSettingsByCanonicalName(allOverlay, base.getCanonicalName());
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DBackgroundDeviceActionTest.java133 test.setName(getClass().getCanonicalName() + "#testwaitForDeviceRecovery_online"); in testwaitForDeviceRecovery_online()
158 test.setName(getClass().getCanonicalName() + "#testwaitForDeviceRecovery_blockOffline"); in testwaitForDeviceRecovery_blockOffline()
DDeviceStateMonitorTest.java79 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/
DFakeSocketServerHelper.java35 setName(getClass().getCanonicalName()); in FakeSocketServerHelper()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DSecondaryUserHandlerTest.java57 SystemUserOnly.class.getCanonicalName(), test.mReceivedFiltered.iterator().next()); in testApplySetup()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DTradefedSandboxTest.java128 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/
DTestSystemAppInstallSetup.java64 IDeviceBuildInfo.class.getCanonicalName())); in setUp()
DTestFilePushSetup.java118 IDeviceBuildInfo.class.getCanonicalName())); in setUp()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/
DPrettyTestEventLogger.java73 && mTrace.contains(DeviceNotAvailableException.class.getCanonicalName())) { in testEnded()
/tools/tradefederation/contrib/src/com/android/media/tests/
DVideoMultimeterRunner.java66 .getCanonicalName(), RUN_KEY); in run()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigUtil.java82 mCmdArgs.add(SandboxConfigDump.class.getCanonicalName()); in dumpConfigForVersion()
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DDeviceBuildInfoTest.java146 assertEquals(DeviceBuildInfo.class.getCanonicalName(), proto.getBuildInfoClass()); in testProtoSerialization()
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java47 this.setName(getClass().getCanonicalName()); in Sl4aEventDispatcher()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DTestsPoolPoller.java311 tokenTest.getClass().getCanonicalName()); in reportNotExecuted()
323 test.getClass().getCanonicalName()); in reportNotExecuted()
/tools/tradefederation/contrib/src/com/android/tradefed/
DSl4aBluetoothDiscovery.java94 new TestDescription(this.getClass().getCanonicalName(), "bluetooth_discovery"); in run()

12