Searched refs:STATUS_PENDING (Results 1 – 15 of 15) sorted by relevance
96 if (mStatus == BluetoothShare.STATUS_PENDING && mUri != null) { in isReadyToStart()100 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
212 if (share.mStatus == BluetoothShare.STATUS_PENDING) { in getPendingShare()
269 filteredValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_PENDING); in insert()
264 if (statusCode == BluetoothShare.STATUS_PENDING) { in getStatusDescription()
108 assertEquals(DownloadManager.STATUS_PENDING, in testBasicRequest()267 .setFilterByStatus(DownloadManager.STATUS_PENDING)); in testFiltering()710 assertEquals(DownloadManager.STATUS_PENDING, in testRestart()
58 assertEquals(Downloads.Impl.STATUS_PENDING, getDownloadStatus(downloadUri)); in testDownloadTextFile()
332 case Downloads.Impl.STATUS_PENDING: // download is explicit marked as ready to start in isReadyToDownload()622 return Downloads.Impl.STATUS_PENDING; in queryDownloadStatus()
600 filteredValues.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING); in insert()1069 boolean isRestart = status != null && status == Downloads.Impl.STATUS_PENDING; in update()
318 case DownloadManager.STATUS_PENDING: in includeDownloadFromCursor()
68 if (message != null && message.getStatus() < Sms.STATUS_PENDING) { in onHandleIntent()
273 address, msgText, threadId, status == Sms.STATUS_PENDING, in sendFirstQueuedMessage()
79 case DownloadManager.STATUS_PENDING: in onCreate()
356 } else if (status >= Sms.STATUS_PENDING) { in getSmsStatusText()
130 } else if (status >= Sms.STATUS_PENDING) { in MessageItem()