Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DObbInfo.java28 public class ObbInfo implements Parcelable { class
61 /* package */ ObbInfo() { in ObbInfo() method in ObbInfo
102 private ObbInfo(Parcel source) { in ObbInfo() method in ObbInfo
/frameworks/base/libs/storage/
DObbInfo.cpp25 ObbInfo::ObbInfo(const String16 fileName, const String16 packageName, int32_t version, in ObbInfo() function in android::ObbInfo