OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildStartInBackgroundIntent
(Results
1 - 4
of
4
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
ScriptTrigger.java
44
Intent intent = IntentBuilders.
buildStartInBackgroundIntent
(mScript);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/
LocaleReceiver.java
40
launchIntent = IntentBuilders.
buildStartInBackgroundIntent
(script);
/external/sl4a/Common/src/com/googlecode/android_scripting/
IntentBuilders.java
50
public static Intent
buildStartInBackgroundIntent
(File script) {
121
intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT,
buildStartInBackgroundIntent
(script));
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
ScriptProvider.java
146
Intent intent = IntentBuilders.
buildStartInBackgroundIntent
(script);
Completed in 518 milliseconds