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

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintErrorFragment.java 37 public static final int ACTION_RETRY = 1;
76 case ACTION_RETRY: {
PrintActivity.java 421 ensureErrorUiShown(null, PrintErrorFragment.ACTION_RETRY);
510 ensureErrorUiShown(error, PrintErrorFragment.ACTION_RETRY);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 49 public static final String ACTION_RETRY = "android.intent.action.DOWNLOAD_WAKEUP";
DownloadReceiver.java 90 } else if (Constants.ACTION_RETRY.equals(action)) {
DownloadService.java 423 final Intent intent = new Intent(Constants.ACTION_RETRY);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 57 public static final String ACTION_RETRY = "android.btopp.intent.action.RETRY";

Completed in 100 milliseconds