Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferAdapter.java73 if (BluetoothShare.isStatusError(status)) { in bindView()
105 if (BluetoothShare.isStatusError(status)) { in bindView()
H A DBluetoothShare.java298 public static boolean isStatusError(int status) { in isStatusError() method in BluetoothShare
H A DBluetoothOppNotification.java428 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
498 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
H A DBluetoothOppReceiver.java265 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) { in onReceive()
H A DBluetoothOppTransferActivity.java344 if (BluetoothShare.isStatusError(mTransInfo.mStatus)) { in customizeViewContent()
H A DBluetoothOppTransfer.java406 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) { in markBatchFailed()
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/
H A DDownloads.java526 public static boolean isStatusError(int status) { in isStatusError() method in Downloads.Impl
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java268 if (Downloads.Impl.isStatusError(status)) { in updateWithLocked()
350 if (Downloads.Impl.isStatusError(status)) { in updateWithLocked()
H A DDownloadThread.java657 if (Downloads.Impl.isStatusError(mInfoDelta.mStatus)) { in finalizeDestination()
/aosp12/frameworks/base/core/java/android/provider/
H A DDownloads.java579 public static boolean isStatusError(int status) { in isStatusError() method in Downloads.Impl
/aosp12/frameworks/base/core/java/android/app/
H A DDownloadManager.java1837 assert Downloads.Impl.isStatusError(status); in translateStatus()