Home
last modified time | relevance | path

Searched defs:unmarshall (Results 1 – 1 of 1) sorted by relevance

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DResultPayloadUtils.java38 public static <T> T unmarshall(byte[] bytes, Parcelable.Creator<T> creator) { in unmarshall() method in ResultPayloadUtils
46 private static Parcel unmarshall(byte[] bytes) { in unmarshall() method in ResultPayloadUtils