OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_START
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
TouchEventSynthesizer.java
21
private static final int
ACTION_START
= 0;
58
case
ACTION_START
: {
TracingControllerAndroid.java
47
private static final String
ACTION_START
= "GPU_PROFILER_START";
276
addAction(context.getPackageName() + "." +
ACTION_START
);
285
if (intent.getAction().endsWith(
ACTION_START
)) {
/packages/services/Telephony/src/com/android/phone/
HfaLogic.java
52
private static final String
ACTION_START
= "com.android.action.START_HFA";
98
sendHfaCommand(
ACTION_START
);
Completed in 80 milliseconds