Searched refs:STATUS_PENDING (Results 1 – 15 of 15) sorted by relevance
94 if (mStatus == BluetoothShare.STATUS_PENDING && mUri != null) { in isReadyToStart()98 if (mStatus == BluetoothShare.STATUS_PENDING) { in isReadyToStart()
289 return (status == STATUS_PENDING); in isStatusSuspended()331 public static final int STATUS_PENDING = 190; field in BluetoothShare
208 if (share.mStatus == BluetoothShare.STATUS_PENDING) { in getPendingShare()
259 if (statusCode == BluetoothShare.STATUS_PENDING) { in getStatusDescription()
269 filteredValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_PENDING); in insert()
54 assertEquals(Downloads.Impl.STATUS_PENDING, getDownloadStatus(downloadUri)); in testDownloadTextFile()117 if (rslt == Downloads.Impl.STATUS_RUNNING || rslt == Downloads.Impl.STATUS_PENDING) { in runUntilStatus()
82 assertEquals(DownloadManager.STATUS_PENDING, in testBasicRequest()223 .setFilterByStatus(DownloadManager.STATUS_PENDING)); in testFiltering()586 assertEquals(DownloadManager.STATUS_PENDING, in testRestart()
62 if (message != null && message.getStatus() < Sms.STATUS_PENDING) { in onHandleIntent()
257 address, msgText, threadId, status == Sms.STATUS_PENDING, in sendFirstQueuedMessage()
159 case DownloadManager.STATUS_PENDING: in getStatusStringId()
539 case DownloadManager.STATUS_PENDING:
355 } else if (status >= Sms.STATUS_PENDING) { in getSmsStatusText()
129 } else if (status >= Sms.STATUS_PENDING) { in MessageItem()
303 case Downloads.Impl.STATUS_PENDING: // download is explicit marked as ready to start in isReadyToStart()
584 filteredValues.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING); in insert()1054 boolean isRestart = status != null && status == Downloads.Impl.STATUS_PENDING; in update()