Home
last modified time | relevance | path

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

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