Searched refs:ERROR_INTERNAL (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/os/storage/ |
D | OnObbStateChangeListener.java | 42 public static final int ERROR_INTERNAL = 20; field in OnObbStateChangeListener
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageManagerIntegrationTest.java | 188 mountObb(filePath, OBB_FILE_2_UNSIGNED, OnObbStateChangeListener.ERROR_INTERNAL); in testMountUnsignedObb()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MountServiceTests.java | 223 mountObb(sm, R.raw.test1_nosig, outFile, OnObbStateChangeListener.ERROR_INTERNAL); in testAttemptMountNonObb()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 22 import static android.os.storage.OnObbStateChangeListener.ERROR_INTERNAL; 3047 action.notifyObbStateChange(new ObbException(ERROR_INTERNAL, in handleMessage() 3066 action.notifyObbStateChange(new ObbException(ERROR_INTERNAL, in handleMessage() 3091 action.notifyObbStateChange(new ObbException(ERROR_INTERNAL, in handleMessage() 3213 notifyObbStateChange(new ObbException(ERROR_INTERNAL, in execute() 3239 throw new ObbException(ERROR_INTERNAL, in getObbInfo() 3308 throw new ObbException(ERROR_INTERNAL, e); in handleExecute()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 22448 field public static final int ERROR_INTERNAL = 20; // 0x14
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 31747 Landroid/os/storage/OnObbStateChangeListener;->ERROR_INTERNAL:I
|
/frameworks/base/api/ |
D | current.txt | 33520 field public static final int ERROR_INTERNAL = 20; // 0x14
|