Searched refs:parcelCls (Results 1 – 1 of 1) sorted by relevance
1547 @NonNull String parcelCls, in readFromParcel()1551 Method m = getReadMethod(parcelCls); in readFromParcel()1598 private @NonNull Method getReadMethod(@NonNull String parcelCls) throws IllegalAccessException, in getReadMethod() argument1600 Method m = mReadCache.get(parcelCls); in getReadMethod()1602 Class<?> cls = Class.forName(parcelCls, false, VersionedParcel.class.getClassLoader()); in getReadMethod()1604 mReadCache.put(parcelCls, m); in getReadMethod()