Searched refs:sParcellingForJarPath (Results 1 – 1 of 1) sorted by relevance
156 static Parcelling<String> sParcellingForJarPath = field in ParsedApexSystemServiceImpl160 if (sParcellingForJarPath == null) {161 sParcellingForJarPath = Parcelling.Cache.put(200 sParcellingForJarPath.parcel(jarPath, dest, flags); in writeToParcel()219 String _jarPath = sParcellingForJarPath.unparcel(in); in ParsedApexSystemServiceImpl()