Searched refs:isStatusError (Results 1 – 9 of 9) sorted by relevance
73 if (BluetoothShare.isStatusError(status)) { in bindView()105 if (BluetoothShare.isStatusError(status)) { in bindView()
298 public static boolean isStatusError(int status) { in isStatusError() method in BluetoothShare
428 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()498 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
265 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) { in onReceive()
344 if (BluetoothShare.isStatusError(mTransInfo.mStatus)) { in customizeViewContent()
406 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) { in markBatchFailed()
268 if (Downloads.Impl.isStatusError(status)) { in updateWithLocked()350 if (Downloads.Impl.isStatusError(status)) { in updateWithLocked()
657 if (Downloads.Impl.isStatusError(mInfoDelta.mStatus)) { in finalizeDestination()
526 public static boolean isStatusError(int status) { in isStatusError() method in Downloads.Impl