Searched refs:getObbInfo (Results 1 – 8 of 8) sorted by relevance
27 ObbInfo getObbInfo(String filename); in getObbInfo() method
38 public static ObbInfo getObbInfo(String filePath) throws IOException { in getObbInfo() method in ObbScanner
83 ObbInfo* getObbInfo(char* canonicalPath) { in getObbInfo() function152 sp<ObbInfo> obbInfo = getObbInfo(canonicalPath); in mountObb()
627 getObbInfo(canonicalPath)); in mountObb()636 private ObbInfo getObbInfo(String canonicalPath) { in getObbInfo() method in StorageManager638 final ObbInfo obbInfo = ObbScanner.getObbInfo(canonicalPath); in getObbInfo()
9196 …method public static android.content.res.ObbInfo getObbInfo(java.lang.String) throws java.io.IOExc…
87037 Lcom/android/internal/app/IMediaContainerService$Stub$Proxy;->getObbInfo(Ljava/lang/String;)Landroi…87050 Lcom/android/internal/app/IMediaContainerService;->getObbInfo(Ljava/lang/String;)Landroid/content/r…
12322 method public static android.content.res.ObbInfo getObbInfo(String) throws java.io.IOException;