Searched refs:IS_SL4A_RUNNING_CMD (Results 1 – 2 of 2) sorted by relevance
80 when(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD)) in testIsSl4ARunning()95 when(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD)).thenReturn(""); in testIsSl4ARunning_notRunning()106 when(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD)).thenReturn(""); in testStartSl4A_notRunning()123 when(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD)) in setupStartExpectation()
44 public static final String IS_SL4A_RUNNING_CMD = field in Sl4aClient173 String out2 = mDevice.executeShellCommand(IS_SL4A_RUNNING_CMD); in isSl4ARunning()