HomeSort by relevance Sort by last modified time
    Searched refs:isStatusError (Results 1 - 12 of 12) 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 335 if (BluetoothShare.isStatusError(status)) {
382 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 407 public static boolean isStatusError(int status) {
512 * 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/apps/Browser/src/com/android/browser/
BrowserDownloadPage.java 303 } else if (Downloads.Impl.isStatusError(status)) {
336 if (!Downloads.Impl.isStatusError(status)) {
BrowserDownloadAdapter.java 132 if (Downloads.Impl.isStatusError(status)) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 263 if (Downloads.Impl.isStatusError(c.getInt(statusColumn))) {
DownloadThread.java 333 if (Downloads.Impl.isStatusError(statusCode)) {
    [all...]

Completed in 275 milliseconds