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

  /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/src/com/android/documentsui/
DocumentsActivity.java 23 import static com.android.documentsui.BaseActivity.State.ACTION_OPEN;
181 } else if (mState.action == ACTION_OPEN ||
219 state.action = ACTION_OPEN;
234 if (state.action == ACTION_OPEN || state.action == ACTION_GET_CONTENT) {
403 if (mState.action == ACTION_OPEN ||
615 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
657 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
BaseActivity.java 342 public static final int ACTION_OPEN = 1;
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
RootsCacheTest.java 56 mState.action = State.ACTION_OPEN;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
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);
  /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
  /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...]

Completed in 364 milliseconds