Home
last modified time | relevance | path

Searched refs:rawServiceInfo (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceInfo.java110 static VendorServiceInfo parse(String rawServiceInfo) { in parse() argument
111 String[] serviceParamTokens = rawServiceInfo.split("#"); in parse()
114 + rawServiceInfo + ", expected a single '#' symbol"); in parse()
121 + rawServiceInfo); in parse()
DVendorServiceController.java244 for (String rawServiceInfo: res.getStringArray(R.array.config_earlyStartupServices)) { in loadXmlConfiguration()
245 if (TextUtils.isEmpty(rawServiceInfo)) { in loadXmlConfiguration()
248 VendorServiceInfo service = VendorServiceInfo.parse(rawServiceInfo); in loadXmlConfiguration()