/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/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothShare.java | 226 return (status == STATUS_PENDING); in isStatusSuspended() 255 public static final int STATUS_PENDING = 190; field in BluetoothShare
|
D | BluetoothOppShareInfo.java | 108 if (mStatus == BluetoothShare.STATUS_PENDING && mUri != null) { in isReadyToStart() 112 if (mStatus == BluetoothShare.STATUS_PENDING) { in isReadyToStart()
|
D | BluetoothOppBatch.java | 188 if (share.mStatus == BluetoothShare.STATUS_PENDING) { in getPendingShare()
|
D | BluetoothOppProvider.java | 336 filteredValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_PENDING); in insert()
|
D | BluetoothOppUtility.java | 385 if (statusCode == BluetoothShare.STATUS_PENDING) { in getStatusDescription()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppBatchTest.java | 58 BluetoothShare.STATUS_PENDING, in setUp() 90 BluetoothShare.STATUS_PENDING, in addShare_shareInfoStoredCorrectly()
|
D | BluetoothOppObexClientSessionTest.java | 100 int status = BluetoothShare.STATUS_PENDING; in startThenStop_startsAndStopsClientThread() 168 int status = BluetoothShare.STATUS_PENDING; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
|
D | BluetoothOppTransferActivityTest.java | 134 new CursorMockData(BluetoothShare.STATUS, 1, BluetoothShare.STATUS_PENDING)); in onCreate_showSendOnGoingDialog() 200 new CursorMockData(BluetoothShare.STATUS, 1, BluetoothShare.STATUS_PENDING)); in onCreate_showReceiveOnGoingDialog()
|
D | BluetoothOppShareInfoTest.java | 43 private int status = BluetoothShare.STATUS_PENDING;
|
D | BluetoothOppUtilityTest.java | 290 int statusValue = BluetoothShare.STATUS_PENDING; in fillRecord_filledAllProperties() 362 mContext, BluetoothShare.STATUS_PENDING, deviceName)) in getStatusDescription_returnCorrectString()
|
D | IncomingFileConfirmActivityTest.java | 122 BluetoothShare.STATUS, 1, BluetoothShare.STATUS_PENDING), in setUp()
|
D | BluetoothOppObexServerSessionTest.java | 141 int status = BluetoothShare.STATUS_PENDING; in addShare_updatesShareInfo()
|
D | BluetoothOppTransferTest.java | 77 private final int mStatus = BluetoothShare.STATUS_PENDING;
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaTranscodingManager.java | 270 } 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/ |
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 | 1034 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/ |
D | SystemBroadcastReceiver.java | 122 | DownloadManager.STATUS_PENDING in removeOldDownloads()
|
/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()
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | DownloadProviderFunctionalTest.java | 61 assertEquals(Downloads.Impl.STATUS_PENDING, getDownloadStatus(downloadUri)); in testDownloadTextFile()
|
D | PublicApiFunctionalTest.java | 113 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/ |
D | system-current.txt | 47 field public static final int STATUS_PENDING = 1; // 0x1
|
/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()
|