public String getSmallPreferencesPath() { Response response = executeCommand(DesktopUtilsCommand.GET_SMALL_PREFERENCES_PATH, null); DesktopPath.Builder pathBuilder = DesktopPath.newBuilder(); buildPayload(response, pathBuilder); DesktopPath stringPath = pathBuilder.build(); return stringPath.getPath(); }
public String getOperaPath() { Response response = executeCommand(DesktopUtilsCommand.GET_OPERA_PATH, null); DesktopPath.Builder pathBuilder = DesktopPath.newBuilder(); buildPayload(response, pathBuilder); DesktopPath string_path = pathBuilder.build(); return string_path.getPath(); }