Home
last modified time | relevance | path

Searched refs:ACTION_LIST (Results 1 – 8 of 8) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java230 final Intent intent = new Intent(Constants.ACTION_LIST, in updateWithLocked()
265 action = Constants.ACTION_LIST; in updateWithLocked()
270 action = Constants.ACTION_LIST; in updateWithLocked()
DDownloadReceiver.java89 || Constants.ACTION_LIST.equals(action) in onReceive()
168 if (Constants.ACTION_LIST.equals(action)) { in handleNotificationBroadcast()
DConstants.java52 public static final String ACTION_LIST = "android.intent.action.DOWNLOAD_LIST"; field in Constants
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java81 public static final String ACTION_LIST = "android.btopp.intent.action.LIST"; field in Constants
DBluetoothOppReceiver.java110 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) { in onReceive()
DBluetoothOppNotification.java359 Intent intent = new Intent(Constants.ACTION_LIST); in updateActiveNotification()
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DTrampolineActivity.java126 final Intent intent = new Intent(Constants.ACTION_LIST); in sendRunningDownloadClickedBroadcast()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java547 Intent intent = new Intent(Constants.ACTION_LIST); in testNotificationClickedBroadcast()