HomeSort by relevance Sort by last modified time
    Searched refs:isStatusError (Results 1 - 11 of 11) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 296 public static boolean isStatusError(int status) {
379 * status values that indicate errors in the future. Use isStatusError() to
BluetoothOppTransferAdapter.java 73 if (BluetoothShare.isStatusError(status)) {
106 if (BluetoothShare.isStatusError(status)) {
BluetoothOppNotification.java 358 if (BluetoothShare.isStatusError(status)) {
405 if (BluetoothShare.isStatusError(status)) {
BluetoothOppReceiver.java 234 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) {
BluetoothOppTransfer.java 317 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) {
BluetoothOppTransferActivity.java 345 if (BluetoothShare.isStatusError(mTransInfo.mStatus)) {
  /frameworks/base/core/java/android/provider/
Downloads.java 401 public static boolean isStatusError(int status) {
494 * the future. Use isStatusError() to capture the entire category.
    [all...]
  /frameworks/base/core/java/android/net/
Downloads.java 75 * the future. Use isStatusError() to capture the entire category.
109 public static boolean isStatusError(int status) {
628 if (android.provider.Downloads.Impl.isStatusError(status)) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 229 if (Downloads.Impl.isStatusError(download.mStatus)) {
DownloadThread.java 300 if (state.mFilename != null && Downloads.Impl.isStatusError(finalStatus)) {
673 if (Downloads.Impl.isStatusError(statusCode)) {
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]

Completed in 128 milliseconds