Searched refs:getApplications (Results 1 – 2 of 2) sorted by relevance
83 assertEquals(2, monkeyLog.getApplications().size()); in testHeader()84 assertEquals("UiAutomator Tests", monkeyLog.getApplications().get(0)); in testHeader()85 assertEquals("YouTube", monkeyLog.getApplications().get(1)); in testHeader()
158 public List<String> getApplications() { in getApplications() method in SmartMonkeyLogItem348 put(object, APPLICATIONS, new JSONArray(getApplications())); in toJson()