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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java296 public static boolean isStatusError(int status) { method in class:BluetoothShare
379 * status values that indicate errors in the future. Use isStatusError() to
H A DBluetoothOppTransferAdapter.java73 if (BluetoothShare.isStatusError(status)) {
106 if (BluetoothShare.isStatusError(status)) {
H A DBluetoothOppNotification.java349 if (BluetoothShare.isStatusError(status)) {
396 if (BluetoothShare.isStatusError(status)) {
H A DBluetoothOppReceiver.java239 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) {
H A DBluetoothOppTransfer.java320 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) {
H A DBluetoothOppTransferActivity.java344 if (BluetoothShare.isStatusError(mTransInfo.mStatus)) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotification.java222 if (Downloads.Impl.isStatusError(status)) {
H A DDownloadThread.java335 if (state.mFilename != null && Downloads.Impl.isStatusError(finalStatus)) {
701 if (Downloads.Impl.isStatusError(statusCode)) {

Completed in 115 milliseconds