Home
last modified time | relevance | path

Searched refs:nullArg (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java194 List<String> nullArg = null; in testRun_scheduling() local
197 Mockito.eq(nullArg), in testRun_scheduling()
202 Mockito.eq(nullArg), in testRun_scheduling()
306 List<String> nullArg = null; in testBatteryLowLevel() local
309 Mockito.eq(nullArg), in testBatteryLowLevel()
346 List<String> nullArg = null; in testBatteryLowLevel_interruptible() local
349 Mockito.eq(nullArg), in testBatteryLowLevel_interruptible()
374 List<String> nullArg = null; in testShutdown_interruptible() local
377 Mockito.eq(nullArg), in testShutdown_interruptible()
452 List<String> nullArg = null; in testShutdown_notInterruptible() local
[all …]