Home
last modified time | relevance | path

Searched refs:isStatusError (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferAdapter.java72 if (BluetoothShare.isStatusError(status)) { in bindView()
104 if (BluetoothShare.isStatusError(status)) { in bindView()
DBluetoothShare.java235 public static boolean isStatusError(int status) { in isStatusError() method in BluetoothShare
DBluetoothOppNotification.java489 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
578 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
DBluetoothOppReceiver.java312 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) { in onReceive()
DBluetoothOppTransferActivity.java354 if (BluetoothShare.isStatusError(mTransInfo.mStatus)) { in customizeViewContent()
DBluetoothOppTransfer.java464 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) { in markBatchFailed()
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java526 public static boolean isStatusError(int status) { in isStatusError() method in Downloads.Impl
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java281 if (Downloads.Impl.isStatusError(status)) { in updateWithLocked()
366 if (Downloads.Impl.isStatusError(status)) { in updateWithLocked()
DDownloadThread.java658 if (Downloads.Impl.isStatusError(mInfoDelta.mStatus)) { in finalizeDestination()