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
425 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()491 if (BluetoothShare.isStatusError(status)) { in updateCompletedNotification()
263 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) { in onReceive()
340 if (BluetoothShare.isStatusError(mTransInfo.mStatus)) { in customizeViewContent()
400 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) { in markBatchFailed()
266 if (Downloads.Impl.isStatusError(status)) { in updateWithLocked()346 if (Downloads.Impl.isStatusError(status)) { in updateWithLocked()
668 if (Downloads.Impl.isStatusError(mInfoDelta.mStatus)) { in finalizeDestination()
526 public static boolean isStatusError(int status) { in isStatusError() method in Downloads.Impl