Home
last modified time | relevance | path

Searched refs:ACTION_OPEN (Results 1 – 7 of 7) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java93 } else if (Constants.ACTION_OPEN.equals(action) in onReceive()
135 } else if (Constants.ACTION_OPEN.equals(action)) { in handleNotificationBroadcast()
DConstants.java52 public static final String ACTION_OPEN = "android.intent.action.DOWNLOAD_OPEN"; field in Constants
DDownloadNotifier.java187 action = Constants.ACTION_OPEN; in updateWithLocked()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java134 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) { in onReceive()
136 if (action.equals(Constants.ACTION_OPEN)) { in onReceive()
DBluetoothOppLiveFolder.java73 Constants.ACTION_OPEN, BluetoothShare.CONTENT_URI)); in createLiveFolder()
DConstants.java60 public static final String ACTION_OPEN = "android.btopp.intent.action.OPEN"; field in Constants
DBluetoothOppLauncherActivity.java174 } else if (action.equals(Constants.ACTION_OPEN)) { in onCreate()