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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLiveFolder.java 73 Constants.ACTION_OPEN, BluetoothShare.CONTENT_URI));
Constants.java 60 public static final String ACTION_OPEN = "android.btopp.intent.action.OPEN";
BluetoothOppReceiver.java 134 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) {
136 if (action.equals(Constants.ACTION_OPEN)) {
BluetoothOppLauncherActivity.java 165 } else if (action.equals(Constants.ACTION_OPEN)) {
167 if (V) Log.v(TAG, "Get ACTION_OPEN intent: Uri = " + uri);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 55 public static final String ACTION_OPEN = "android.intent.action.DOWNLOAD_OPEN";
DownloadReceiver.java 86 } else if (action.equals(Constants.ACTION_OPEN)
116 } else if (Constants.ACTION_OPEN.equals(action)) {
DownloadNotifier.java 185 action = Constants.ACTION_OPEN;
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
RootsCacheTest.java 56 mState.action = State.ACTION_OPEN;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java 122 store.setDefault(ATTR_HPROF_ACTION, HProfHandler.ACTION_OPEN);
PreferencePage.java 84 Messages.PreferencePage_Open_Eclipse, HProfHandler.ACTION_OPEN
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 26 import static com.android.documentsui.DocumentsActivity.State.ACTION_OPEN;
212 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_CREATE) {
234 mState.action = ACTION_OPEN;
243 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
437 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 126 public final static String ACTION_OPEN = "hprof.open"; //$NON-NLS-1$
174 if (ACTION_OPEN.equals(value)) {
239 if (ACTION_OPEN.equals(value)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_tasks.js 243 task.title = loadTimeData.getString('ACTION_OPEN');
252 task.title = loadTimeData.getString('ACTION_OPEN');
file_selection.js 172 label: str('ACTION_OPEN'),
  /external/zxing/core/
core.jar 

Completed in 1063 milliseconds