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/
DDownloadReceiver.java97 || Constants.ACTION_LIST.equals(action) in onReceive()
181 if (Constants.ACTION_LIST.equals(action)) { in handleNotificationBroadcast()
DDownloadNotifier.java230 final Intent intent = new Intent(Constants.ACTION_LIST, in updateWithLocked()
267 action = Constants.ACTION_LIST; in updateWithLocked()
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.java82 static final String ACTION_LIST = "android.btopp.intent.action.LIST"; field in Constants
DBluetoothOppReceiver.java121 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) { in onReceive()
DBluetoothOppNotification.java388 Intent intent = new Intent(Constants.ACTION_LIST); in updateActiveNotification()
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DTrampolineActivity.java138 final Intent intent = new Intent(Constants.ACTION_LIST); in sendRunningDownloadClickedBroadcast()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java550 Intent intent = new Intent(Constants.ACTION_LIST); in testNotificationClickedBroadcast()