Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferAdapter.java73 if (BluetoothShare.isStatusError(status)) { in bindView()
106 if (BluetoothShare.isStatusError(status)) { in bindView()
DBluetoothOppNotification.java389 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
438 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
DBluetoothShare.java302 public static boolean isStatusError(int status) { in isStatusError() method in BluetoothShare
DBluetoothOppReceiver.java268 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) { in onReceive()
DBluetoothOppTransferActivity.java343 if (BluetoothShare.isStatusError(mTransInfo.mStatus)) { in customizeViewContent()
DBluetoothOppTransfer.java296 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) { in markBatchFailed()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java183 if (Downloads.Impl.isStatusError(info.mStatus)) { in updateWithLocked()
257 if (Downloads.Impl.isStatusError(info.mStatus)) { in updateWithLocked()
DDownloadThread.java573 if (Downloads.Impl.isStatusError(mInfoDelta.mStatus)) { in finalizeDestination()