HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_LIST (Results 1 - 9 of 9) 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 88 || action.equals(Constants.ACTION_LIST)
112 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/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 545 Intent intent = new Intent(Constants.ACTION_LIST);
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 629 final Intent intent = new Intent(Constants.ACTION_LIST);
  /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 143 milliseconds