/packages/apps/Messaging/src/com/android/messaging/receiver/ |
D | SendStatusReceiver.java | 97 } else status = Sms.STATUS_PENDING; in onReceive() 102 status = Sms.STATUS_PENDING; in onReceive() 108 status = Sms.STATUS_PENDING; in onReceive()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppShareInfo.java | 96 if (mStatus == BluetoothShare.STATUS_PENDING && mUri != null) { in isReadyToStart() 100 if (mStatus == BluetoothShare.STATUS_PENDING) { in isReadyToStart()
|
D | BluetoothShare.java | 285 return (status == STATUS_PENDING); in isStatusSuspended() 327 public static final int STATUS_PENDING = 190; field in BluetoothShare
|
D | BluetoothOppBatch.java | 195 if (share.mStatus == BluetoothShare.STATUS_PENDING) { in getPendingShare()
|
D | BluetoothOppProvider.java | 236 filteredValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_PENDING); in insert()
|
D | BluetoothOppUtility.java | 333 if (statusCode == BluetoothShare.STATUS_PENDING) { in getStatusDescription()
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/ |
D | Downloads.java | 566 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/ |
D | WifiScanningServiceImpl.java | 764 private static final int STATUS_PENDING = 0; field in WifiScanningServiceImpl.WifiSingleScanStateMachine.ScannerImplsTracker 788 mStatusPerImpl.put(ifaceName, STATUS_PENDING); in startSingleScan() 818 if (status != null && status == STATUS_PENDING) { in reportFullScanResultForImpl() 825 .anyMatch(status -> status == STATUS_PENDING); in getConsolidatedStatus() 827 if (anyPending) return STATUS_PENDING; in getConsolidatedStatus() 842 if (currentStatus != null && currentStatus == STATUS_PENDING) { in reportScanStatusForImpl() 1953 private static final int STATUS_PENDING = 0; field in WifiScanningServiceImpl.WifiPnoScanStateMachine.ScannerImplsTracker 1975 mStatusPerImpl.put(ifaceName, STATUS_PENDING); in setHwPnoList() 2016 if (status != null && status == STATUS_PENDING) { in reportPnoNetworkFoundForImpl() 2023 .anyMatch(status -> status == STATUS_PENDING); in getConsolidatedStatus() [all …]
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadInfo.java | 338 case Downloads.Impl.STATUS_PENDING: in isReadyToSchedule() 461 return queryDownloadInt(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING); in queryDownloadStatus()
|
D | DownloadProvider.java | 790 filteredValues.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING); in insert() 1472 boolean isRestart = status != null && status == Downloads.Impl.STATUS_PENDING; in update()
|
D | DownloadStorageProvider.java | 669 case DownloadManager.STATUS_PENDING: in includeDownloadFromCursor()
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | PublicApiFunctionalTest.java | 113 assertEquals(DownloadManager.STATUS_PENDING, in testBasicRequest() 272 .setFilterByStatus(DownloadManager.STATUS_PENDING)); in testFiltering() 743 assertEquals(DownloadManager.STATUS_PENDING, in testRestart()
|
D | DownloadProviderFunctionalTest.java | 60 assertEquals(Downloads.Impl.STATUS_PENDING, getDownloadStatus(downloadUri)); in testDownloadTextFile()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | SystemBroadcastReceiver.java | 122 | DownloadManager.STATUS_PENDING in removeOldDownloads()
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
D | TrampolineActivity.java | 108 case DownloadManager.STATUS_PENDING: in onCreate()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | DownloadMmsAction.java | 264 if (status == MmsUtils.STATUS_PENDING) { in doBackgroundWork()
|
D | SendMessageAction.java | 248 if (result == MmsUtils.STATUS_PENDING) { in doBackgroundWork()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsUtils.java | 1804 public static final StatusPlusUri STATUS_PENDING = new StatusPlusUri(-1, -1, null); field in MmsUtils 1863 return STATUS_PENDING; // Download happens asynchronously; no status to return in downloadMmsMessage() 2066 return STATUS_PENDING; in sendMmsMessage()
|