Searched refs:serviceList (Results 1 – 3 of 3) sorted by relevance
57 String serviceList = mShellCommandExecutor.executeToString("cmd -l"); in isNetworkTimeUpdateServicePresent() local58 try (BufferedReader reader = new BufferedReader(new StringReader(serviceList))) { in isNetworkTimeUpdateServicePresent()
93 String serviceList = mShellCommandExecutor.executeToString("cmd -l"); in isLocationTimeZoneManagerPresent() local94 try (BufferedReader reader = new BufferedReader(new StringReader(serviceList))) { in isLocationTimeZoneManagerPresent()
139 String[] serviceList = SystemUtil in testCarServiceExistence() local144 assertThat(Arrays.stream(serviceList).anyMatch(checkCarServiceName)).isTrue(); in testCarServiceExistence()