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()
DBluetoothShare.java302 public static boolean isStatusError(int status) { in isStatusError() method in BluetoothShare
DBluetoothOppNotification.java387 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
434 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
DBluetoothOppReceiver.java268 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) { in onReceive()
DBluetoothOppTransferActivity.java344 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.java142 if (Downloads.Impl.isStatusError(info.mStatus)) { in updateWithLocked()
215 if (Downloads.Impl.isStatusError(info.mStatus)) { in updateWithLocked()
DDownloadThread.java353 if (state.mFilename != null && Downloads.Impl.isStatusError(finalStatus)) { in cleanupDestination()
740 if (Downloads.Impl.isStatusError(statusCode)) { in handleOtherStatus()