Searched refs:IS_SL4A_RUNNING_CMD_OLD (Results 1 – 2 of 2) sorted by relevance
84 when(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD_OLD)) in testIsSl4ARunning()96 when(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD_OLD)).thenReturn(""); in testIsSl4ARunning_notRunning()107 when(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD_OLD)).thenReturn(""); in testStartSl4A_notRunning()127 when(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD_OLD)) in setupStartExpectation()
46 public static final String IS_SL4A_RUNNING_CMD_OLD = field in Sl4aClient172 String out1 = mDevice.executeShellCommand(IS_SL4A_RUNNING_CMD_OLD); in isSl4ARunning()