Searched defs:rawPath (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/storage/ |
H A D | IStorageManager.aidl | 63 void mountObb(in String rawPath, in String canonicalPath, IObbActionListener token, in mountObb() 71 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb() 76 boolean isObbMounted(in String rawPath) = 23; field 80 String getMountedObbPath(in String rawPath) = 24; field
|
H A D | StorageManager.java | 670 public boolean mountObb(String rawPath, String key, OnObbStateChangeListener listener) { in mountObb() 744 public boolean unmountObb(String rawPath, boolean force, OnObbStateChangeListener listener) { in unmountObb() 763 public boolean isObbMounted(String rawPath) { in isObbMounted() 782 public String getMountedObbPath(String rawPath) { in getMountedObbPath()
|
/aosp14/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
H A D | ProxyServer.java | 206 String rawPath = uri.getRawPath(); in getAbsolutePathFromAbsoluteURI() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 596 public ObbState(String rawPath, String canonicalPath, int callingUid, in ObbState() 606 final String rawPath; field in StorageManagerService.ObbState 2992 public String getMountedObbPath(String rawPath) { in getMountedObbPath() 3010 public boolean isObbMounted(String rawPath) { in isObbMounted() 3018 public void mountObb(String rawPath, String canonicalPath, IObbActionListener token, in mountObb() 3036 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
|
/aosp14/frameworks/base/libs/storage/ |
H A D | IMountService.cpp | 443 void mountObb(const String16& rawPath, const String16& canonicalPath, in mountObb()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |