Searched refs:STATUS_PENDING (Results 1 – 16 of 16) sorted by relevance
285 return (status == STATUS_PENDING); in isStatusSuspended()327 public static final int STATUS_PENDING = 190; field in BluetoothShare
96 if (mStatus == BluetoothShare.STATUS_PENDING && mUri != null) { in isReadyToStart()100 if (mStatus == BluetoothShare.STATUS_PENDING) { in isReadyToStart()
198 if (share.mStatus == BluetoothShare.STATUS_PENDING) { in getPendingShare()
236 filteredValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_PENDING); in insert()
314 if (statusCode == BluetoothShare.STATUS_PENDING) { in getStatusDescription()
566 public static final int STATUS_PENDING = 190; field in Downloads.Impl725 case STATUS_PENDING: return "PENDING"; in statusToString()
113 assertEquals(DownloadManager.STATUS_PENDING, in testBasicRequest()272 .setFilterByStatus(DownloadManager.STATUS_PENDING)); in testFiltering()742 assertEquals(DownloadManager.STATUS_PENDING, in testRestart()
60 assertEquals(Downloads.Impl.STATUS_PENDING, getDownloadStatus(downloadUri)); in testDownloadTextFile()
338 case Downloads.Impl.STATUS_PENDING: in isReadyToSchedule()461 return queryDownloadInt(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING); in queryDownloadStatus()
834 filteredValues.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING); in insert()1510 boolean isRestart = status != null && status == Downloads.Impl.STATUS_PENDING; in update()
665 case DownloadManager.STATUS_PENDING: in includeDownloadFromCursor()
122 | DownloadManager.STATUS_PENDING in removeOldDownloads()
108 case DownloadManager.STATUS_PENDING: in onCreate()
260 if (status == MmsUtils.STATUS_PENDING) { in doBackgroundWork()
240 if (result == MmsUtils.STATUS_PENDING) { in doBackgroundWork()
1840 public static final StatusPlusUri STATUS_PENDING = new StatusPlusUri(-1, -1, null); field in MmsUtils1898 return STATUS_PENDING; // Download happens asynchronously; no status to return in downloadMmsMessage()2111 return STATUS_PENDING; in sendMmsMessage()