OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_OPEN
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java
22
import static com.android.documentsui.State.
ACTION_OPEN
;
90
} else if (mState.action ==
ACTION_OPEN
||
124
state.action =
ACTION_OPEN
;
135
if (state.action ==
ACTION_OPEN
|| state.action == ACTION_GET_CONTENT) {
140
if (state.action ==
ACTION_OPEN
|| state.action == ACTION_GET_CONTENT
198
if (mState.action ==
ACTION_OPEN
||
330
} else if (mState.action ==
ACTION_OPEN
|| mState.action == ACTION_GET_CONTENT) {
342
if (mState.action ==
ACTION_OPEN
|| mState.action == ACTION_GET_CONTENT) {
State.java
49
ACTION_OPEN
,
60
public static final int
ACTION_OPEN
= 3;
Metrics.java
283
private static final int
ACTION_OPEN
= 2;
293
ACTION_OPEN
,
332
case State.
ACTION_OPEN
:
[
all
...]
RootsCache.java
489
if (state.action == State.
ACTION_OPEN
&& root.isEmpty()) {
490
if (DEBUG) Log.d(TAG, "Excluding empty root because:
ACTION_OPEN
.");
BaseActivity.java
23
import static com.android.documentsui.State.
ACTION_OPEN
;
225
|| state.action ==
ACTION_OPEN
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java
49
public static final String
ACTION_OPEN
= "android.intent.action.DOWNLOAD_OPEN";
DownloadReceiver.java
88
} else if (Constants.
ACTION_OPEN
.equals(action)
162
} else if (Constants.
ACTION_OPEN
.equals(action)) {
DownloadNotifier.java
248
action = Constants.
ACTION_OPEN
;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
FragmentTuner.java
22
import static com.android.documentsui.State.
ACTION_OPEN
;
138
case
ACTION_OPEN
:
159
|| mState.action ==
ACTION_OPEN
);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
RootsCacheTest.java
57
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
141
} else if (action.equals(Constants.
ACTION_OPEN
) || action.equals(Constants.ACTION_LIST)) {
143
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 1259 milliseconds