Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/search2/
DResultPayloadUtils.java42 public static <T> T unmarshall(byte[] bytes, Parcelable.Creator<T> creator) { in unmarshall() method in ResultPayloadUtils
50 private static Parcel unmarshall(byte[] bytes) { in unmarshall() method in ResultPayloadUtils