HomeSort by relevance Sort by last modified time
    Searched defs:isStatusError (Results 1 - 4 of 4) 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
  /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)) {
  /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/app/
DownloadManager.java     [all...]

Completed in 203 milliseconds