Searched refs:serviceList (Results 1 – 1 of 1) sorted by relevance
136 String serviceList = mShellCommandExecutor.executeToString("cmd -l"); in isLocationTimeZoneManagerPresent() local137 try (BufferedReader reader = new BufferedReader(new StringReader(serviceList))) { in isLocationTimeZoneManagerPresent()