Searched refs:COMMIT_RESULT_ERROR (Results 1 – 3 of 3) sorted by relevance
18 import static android.app.blob.BlobStoreManager.COMMIT_RESULT_ERROR;477 sendCommitCallbackResult(COMMIT_RESULT_ERROR); in verifyBlobData()
18 import static android.app.blob.BlobStoreManager.COMMIT_RESULT_ERROR;707 session.sendCommitCallbackResult(COMMIT_RESULT_ERROR); in onStateChangedInternal()750 session.sendCommitCallbackResult(COMMIT_RESULT_ERROR); in onStateChangedInternal()
148 public static final int COMMIT_RESULT_ERROR = 1; field in BlobStoreManager