Searched refs:AUTOMATION_FILE (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.interactive.Automator.AUTOMATION_FILE;49 new File(AUTOMATION_FILE), in openFile()
22 import static com.android.interactive.Automator.AUTOMATION_FILE;88 private static final Automator sAutomator = new Automator(AUTOMATION_FILE);
66 public static final String AUTOMATION_FILE = "/sdcard/InteractiveAutomation.apk"; field in Automator