Home
last modified time | relevance | path

Searched refs:STATUS_SUCCESSFUL (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java178 public static final int STATUS_SUCCESSFUL = 0; field in AsyncChannel
252 return result ? STATUS_SUCCESSFUL : STATUS_BINDING_UNSUCCESSFUL; in connectSrcHandlerToPackageSync()
273 return STATUS_SUCCESSFUL; in connectSync()
302 if (status == STATUS_SUCCESSFUL) { in fullyConnectSync()
389 replyHalfConnected(STATUS_SUCCESSFUL); in connect()
475 replyDisconnected(STATUS_SUCCESSFUL); in disconnect()
927 replyHalfConnected(STATUS_SUCCESSFUL); in onServiceConnected()
932 replyDisconnected(STATUS_SUCCESSFUL); in onServiceDisconnected()
/aosp14/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DBidirectionalAsyncChannelServer.java63 AsyncChannel.STATUS_SUCCESSFUL); in BidirectionalAsyncChannelServer()
H A DBidirectionalAsyncChannel.java55 if (msg.arg1 == AsyncChannel.STATUS_SUCCESSFUL) { in connect()
/aosp14/frameworks/base/core/java/android/app/
H A DDownloadManager.java212 public final static int STATUS_SUCCESSFUL = 1 << 3; field in DownloadManager
998 if ((mStatusFlags & STATUS_SUCCESSFUL) != 0) { in runQuery()
1201 if (DownloadManager.STATUS_SUCCESSFUL == status) { in getUriForDownloadedFile()
1254 if (status != STATUS_SUCCESSFUL && status != STATUS_FAILED) { in restartDownload()
1325 if (status != DownloadManager.STATUS_SUCCESSFUL) { in rename()
1834 return STATUS_SUCCESSFUL; in translateStatus()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java376 q.setFilterByStatus(DownloadManager.STATUS_SUCCESSFUL); in hasDownloadFinished()
448 (value != DownloadManager.STATUS_SUCCESSFUL)) { in waitForDownloadToStart()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java109 assertEquals(errorString, DownloadManager.STATUS_SUCCESSFUL, status); in testMultipleDownloads()
H A DDownloadManagerFunctionalTest.java173 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_SUCCESSFUL); in testDownloadToExternal_fileExists()
H A DDownloadManagerBaseTest.java812 (value != DownloadManager.STATUS_SUCCESSFUL)) { in waitForDownloadToStart()
/aosp14/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java239 if (msg.arg1 == AsyncChannel.STATUS_SUCCESSFUL) { in handleMessage()
422 if (DownloadManager.STATUS_SUCCESSFUL == c.getInt(columnIndex)) { in downloadSuccessful()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5492 field public static final int STATUS_SUCCESSFUL = 8; // 0x8