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

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 55 public static final String ACTION_LIST = "android.intent.action.DOWNLOAD_LIST";
DownloadReceiver.java 94 || Constants.ACTION_LIST.equals(action)
130 if (Constants.ACTION_LIST.equals(action)) {
DownloadNotifier.java 168 final Intent intent = new Intent(Constants.ACTION_LIST,
184 action = Constants.ACTION_LIST;
189 action = Constants.ACTION_LIST;