HomeSort by relevance Sort by last modified time
    Searched defs:obbInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/content/res/
ObbScanner.java 24 * about an OBB file for use in a program via {@link ObbInfo}.
34 * @return ObbInfo object information corresponding to the file path
38 public static ObbInfo getObbInfo(String filePath) throws IOException {
54 ObbInfo obbInfo = new ObbInfo();
55 obbInfo.filename = canonicalFilePath;
56 getObbInfo_native(canonicalFilePath, obbInfo);
58 return obbInfo;
61 private native static void getObbInfo_native(String filePath, ObbInfo obbInfo
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 120 milliseconds