Searched refs:rawServiceInfo (Results 1 – 2 of 2) sorted by relevance
153 static VendorServiceInfo parse(String rawServiceInfo) { in parse() argument154 String[] serviceParamTokens = rawServiceInfo.split("#"); in parse()157 + rawServiceInfo + ", expected a single '#' symbol"); in parse()164 + rawServiceInfo); in parse()
456 for (String rawServiceInfo: res.getStringArray(R.array.config_earlyStartupServices)) { in loadXmlConfiguration()457 if (TextUtils.isEmpty(rawServiceInfo)) { in loadXmlConfiguration()460 VendorServiceInfo service = VendorServiceInfo.parse(rawServiceInfo); in loadXmlConfiguration()