Home
last modified time | relevance | path

Searched refs:STATUS_PENDING (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/receiver/
DSendStatusReceiver.java97 } else status = Sms.STATUS_PENDING; in onReceive()
102 status = Sms.STATUS_PENDING; in onReceive()
108 status = Sms.STATUS_PENDING; in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java226 return (status == STATUS_PENDING); in isStatusSuspended()
255 public static final int STATUS_PENDING = 190; field in BluetoothShare
DBluetoothOppShareInfo.java108 if (mStatus == BluetoothShare.STATUS_PENDING && mUri != null) { in isReadyToStart()
112 if (mStatus == BluetoothShare.STATUS_PENDING) { in isReadyToStart()
DBluetoothOppBatch.java188 if (share.mStatus == BluetoothShare.STATUS_PENDING) { in getPendingShare()
DBluetoothOppProvider.java336 filteredValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_PENDING); in insert()
DBluetoothOppUtility.java385 if (statusCode == BluetoothShare.STATUS_PENDING) { in getStatusDescription()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppBatchTest.java58 BluetoothShare.STATUS_PENDING, in setUp()
90 BluetoothShare.STATUS_PENDING, in addShare_shareInfoStoredCorrectly()
DBluetoothOppObexClientSessionTest.java100 int status = BluetoothShare.STATUS_PENDING; in startThenStop_startsAndStopsClientThread()
168 int status = BluetoothShare.STATUS_PENDING; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
DBluetoothOppTransferActivityTest.java134 new CursorMockData(BluetoothShare.STATUS, 1, BluetoothShare.STATUS_PENDING)); in onCreate_showSendOnGoingDialog()
200 new CursorMockData(BluetoothShare.STATUS, 1, BluetoothShare.STATUS_PENDING)); in onCreate_showReceiveOnGoingDialog()
DBluetoothOppShareInfoTest.java43 private int status = BluetoothShare.STATUS_PENDING;
DBluetoothOppUtilityTest.java290 int statusValue = BluetoothShare.STATUS_PENDING; in fillRecord_filledAllProperties()
362 mContext, BluetoothShare.STATUS_PENDING, deviceName)) in getStatusDescription_returnCorrectString()
DIncomingFileConfirmActivityTest.java122 BluetoothShare.STATUS, 1, BluetoothShare.STATUS_PENDING), in setUp()
DBluetoothOppObexServerSessionTest.java141 int status = BluetoothShare.STATUS_PENDING; in addShare_updatesShareInfo()
DBluetoothOppTransferTest.java77 private final int mStatus = BluetoothShare.STATUS_PENDING;
/packages/modules/Media/apex/framework/java/android/media/
DMediaTranscodingManager.java270 } else if (session.getStatus() == TranscodingSession.STATUS_PENDING in onClientDied()
1263 public static final int STATUS_PENDING = 1; field in MediaTranscodingManager.TranscodingSession
1273 STATUS_PENDING,
1356 private @Status int mStatus = STATUS_PENDING;
1442 if (mStatus == STATUS_PENDING || mStatus == STATUS_RUNNING) { in retryInternal()
1475 mStatus = STATUS_PENDING; in retryInternal()
1635 case STATUS_PENDING: in toString()
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java566 public static final int STATUS_PENDING = 190; field in Downloads.Impl
725 case STATUS_PENDING: return "PENDING"; in statusToString()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java1034 private static final int STATUS_PENDING = 0; field in WifiScanningServiceImpl.WifiSingleScanStateMachine.ScannerImplsTracker
1058 mStatusPerImpl.put(ifaceName, STATUS_PENDING); in startSingleScan()
1088 if (status != null && status == STATUS_PENDING) { in reportFullScanResultForImpl()
1095 .anyMatch(status -> status == STATUS_PENDING); in getConsolidatedStatus()
1097 if (anyPending) return STATUS_PENDING; in getConsolidatedStatus()
1113 if (currentStatus != null && currentStatus == STATUS_PENDING) { in reportScanStatusForImpl()
2274 private static final int STATUS_PENDING = 0; field in WifiScanningServiceImpl.WifiPnoScanStateMachine.ScannerImplsTracker
2296 mStatusPerImpl.put(ifaceName, STATUS_PENDING); in setHwPnoList()
2337 if (status != null && status == STATUS_PENDING) { in reportPnoNetworkFoundForImpl()
2344 .anyMatch(status -> status == STATUS_PENDING); in getConsolidatedStatus()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSystemBroadcastReceiver.java122 | DownloadManager.STATUS_PENDING in removeOldDownloads()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java338 case Downloads.Impl.STATUS_PENDING: in isReadyToSchedule()
461 return queryDownloadInt(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING); in queryDownloadStatus()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DDownloadProviderFunctionalTest.java61 assertEquals(Downloads.Impl.STATUS_PENDING, getDownloadStatus(downloadUri)); in testDownloadTextFile()
DPublicApiFunctionalTest.java113 assertEquals(DownloadManager.STATUS_PENDING, in testBasicRequest()
272 .setFilterByStatus(DownloadManager.STATUS_PENDING)); in testFiltering()
743 assertEquals(DownloadManager.STATUS_PENDING, in testRestart()
/packages/modules/Media/apex/framework/api/
Dsystem-current.txt47 field public static final int STATUS_PENDING = 1; // 0x1
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DTrampolineActivity.java108 case DownloadManager.STATUS_PENDING: in onCreate()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DDownloadMmsAction.java264 if (status == MmsUtils.STATUS_PENDING) { in doBackgroundWork()
DSendMessageAction.java248 if (result == MmsUtils.STATUS_PENDING) { in doBackgroundWork()

12