OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptingLayerService
(Results
1 - 7
of
7
) sorted by null
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptProcessMonitor.java
42
import com.googlecode.android_scripting.service.
ScriptingLayerService
;
60
private volatile
ScriptingLayerService
mService;
70
mService = ((
ScriptingLayerService
.LocalBinder) service).getService();
88
bindService(new Intent(this,
ScriptingLayerService
.class), mConnection, 0);
153
Intent intent = new Intent(ScriptProcessMonitor.this,
ScriptingLayerService
.class);
174
Intent intent = new Intent(this,
ScriptingLayerService
.class);
InterpreterManager.java
50
import com.googlecode.android_scripting.service.
ScriptingLayerService
;
167
Intent intent = new Intent(this,
ScriptingLayerService
.class);
175
Intent intent = new Intent(this,
ScriptingLayerService
.class);
ScriptManager.java
58
import com.googlecode.android_scripting.service.
ScriptingLayerService
;
385
intent = new Intent(ScriptManager.this,
ScriptingLayerService
.class);
391
intent = new Intent(ScriptManager.this,
ScriptingLayerService
.class);
ScriptEditor.java
53
import com.googlecode.android_scripting.service.
ScriptingLayerService
;
203
Intent intent = new Intent(this,
ScriptingLayerService
.class);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java
59
public class
ScriptingLayerService
extends ForegroundService {
79
public
ScriptingLayerService
getService() {
80
return
ScriptingLayerService
.this;
89
public
ScriptingLayerService
() {
119
Intent notificationIntent = new Intent(this,
ScriptingLayerService
.class);
262
Intent intent = new Intent(
ScriptingLayerService
.this,
ScriptingLayerService
.class);
279
Intent intent = new Intent(
ScriptingLayerService
.this,
ScriptingLayerService
.class);
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalManager.java
38
import com.googlecode.android_scripting.service.
ScriptingLayerService
;
81
private final
ScriptingLayerService
mService;
83
public TerminalManager(
ScriptingLayerService
service) {
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java
71
import com.googlecode.android_scripting.service.
ScriptingLayerService
;
96
protected
ScriptingLayerService
mService = null;
139
mService = ((
ScriptingLayerService
.LocalBinder) service).getService();
623
Intent intent = new Intent(this,
ScriptingLayerService
.class);
734
bindService(new Intent(this,
ScriptingLayerService
.class), mConnection, 0);
[
all
...]
Completed in 655 milliseconds