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

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 58 public static final String ACTION_LIST = "android.intent.action.DOWNLOAD_LIST";
DownloadReceiver.java 87 || action.equals(Constants.ACTION_LIST)
111 if (Constants.ACTION_LIST.equals(action)) {
DownloadNotifier.java 166 final Intent intent = new Intent(Constants.ACTION_LIST,
182 action = Constants.ACTION_LIST;
187 action = Constants.ACTION_LIST;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 81 public static final String ACTION_LIST = "android.btopp.intent.action.LIST";
BluetoothOppReceiver.java 134 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) {
BluetoothOppNotification.java 331 Intent intent = new Intent(Constants.ACTION_LIST);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
TrampolineActivity.java 109 final Intent intent = new Intent(Constants.ACTION_LIST);
DownloadList.java 639 final Intent intent = new Intent(Constants.ACTION_LIST);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 544 Intent intent = new Intent(Constants.ACTION_LIST);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 833 milliseconds