Searched refs:rawServiceInfo (Results 1 – 2 of 2) sorted by relevance
110 static VendorServiceInfo parse(String rawServiceInfo) { in parse() argument111 String[] serviceParamTokens = rawServiceInfo.split("#"); in parse()114 + rawServiceInfo + ", expected a single '#' symbol"); in parse()121 + rawServiceInfo); in parse()
234 for (String rawServiceInfo: res.getStringArray(R.array.config_earlyStartupServices)) { in loadXmlConfiguration()235 if (TextUtils.isEmpty(rawServiceInfo)) { in loadXmlConfiguration()238 VendorServiceInfo service = VendorServiceInfo.parse(rawServiceInfo); in loadXmlConfiguration()