HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_OPEN (Results 1 - 17 of 17) 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 174 } else if (action.equals(Constants.ACTION_OPEN)) {
176 if (V) Log.v(TAG, "Get ACTION_OPEN intent: Uri = " + uri);
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.h 53 ACTION_OPEN, // |test_name_| will be used used as the file name to open.
cdm_file_io_test.cc 50 ADD_TEST_STEP(ACTION_OPEN, kSuccess, NULL, 0)
508 case ACTION_OPEN:
552 case ACTION_OPEN:
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 52 public static final String ACTION_OPEN = "android.intent.action.DOWNLOAD_OPEN";
DownloadReceiver.java 93 } else if (Constants.ACTION_OPEN.equals(action)
135 } else if (Constants.ACTION_OPEN.equals(action)) {
DownloadNotifier.java 188 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;
206 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_CREATE
229 mState.action = ACTION_OPEN;
240 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
412 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/ui/file_manager/file_manager/foreground/js/
file_selection.js 175 label: str('ACTION_OPEN'),
file_tasks.js 245 task.title = loadTimeData.getString('ACTION_OPEN');
  /external/zxing/core/
core.jar 

Completed in 570 milliseconds