Home
last modified time | relevance | path

Searched defs:null (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DUserCleanerFuncTest.java62 mCleaner.tearDown(getDevice(), null, null); in testTearDown() local
DDeviceWiperFuncTest.java14 new DeviceWiper().setUp(getDevice(), null); in testWipe() local
DAppSetupFuncTest.java72 appSetup.tearDown(getDevice(), appBuild, null); in testSetupTeardown() local
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DCommonLogRemoteFileUtil.java47 NESTED_REMOTE_LOG_DIR + "kernel.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put() argument
55 NESTED_REMOTE_LOG_DIR + "cuttlefish_config.json", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put() argument
65 new KnownLogFileEntry(EMULATOR_REMOTE_LOG_DIR + "adb.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put() argument
69 EMULATOR_REMOTE_LOG_DIR + "kernel.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put() argument
72 new KnownLogFileEntry("/var/log/daemon.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put() argument
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java545 assert entry != null; in entries() local
607 assert directory != null; in readData() local
688 assert eocdEntry != null; in readData() local
1035 assert storedEntry != null; in update() local
1125 assert entryStore != null; in update() local
1206 assert storedEntry != null; in packIfNecessary() local
1473 assert directory != null; in computeEocd() local
1872 assert replaceStore != null; in addToEntries() local
1986 assert currentStore != null; in mergeFrom() local
2286 assert raf != null; in directWrite() local
[all …]
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiElement.java41 assert name != null; in ApiElement() local
60 assert name != null; in ApiElement() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraStartupTest.java138 preparer.setUp(getDevice(), null); in postSetupTestRun() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java304 null); in updateRunner() local
/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java375 CircularAtraceUtil.startTrace(getDevice(), null, 10); in runMonkey() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestTest.java778 mInstrumentationTest.collectTestsAndRetry(mock(IRemoteAndroidTestRunner.class), null); in testCollectTestsAndRetry_Failure() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java651 internalInjectOptionValue(createOptionSetter(), optionName, optionKey, optionValue, null); in injectOptionValue() local