Searched refs:ScriptingLayerService (Results 1 – 7 of 7) sorted by relevance
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptingLayerService.java | 60 public class ScriptingLayerService extends ForegroundService { class 80 public ScriptingLayerService getService() { in getService() 81 return ScriptingLayerService.this; in getService() 90 public ScriptingLayerService() { in ScriptingLayerService() method in ScriptingLayerService 109 Intent notificationIntent = new Intent(this, ScriptingLayerService.class); in createNotification() 249 Intent intent = new Intent(ScriptingLayerService.this, ScriptingLayerService.class); in launchScript() 266 Intent intent = new Intent(ScriptingLayerService.this, ScriptingLayerService.class);
|
D | ScriptProcessMonitor.java | 60 private volatile ScriptingLayerService mService; 70 mService = ((ScriptingLayerService.LocalBinder) service).getService(); 88 bindService(new Intent(this, ScriptingLayerService.class), mConnection, 0); in onCreate() 153 Intent intent = new Intent(ScriptProcessMonitor.this, ScriptingLayerService.class); in onContextItemSelected() 174 Intent intent = new Intent(this, ScriptingLayerService.class); in onOptionsItemSelected()
|
D | InterpreterManager.java | 166 Intent intent = new Intent(this, ScriptingLayerService.class); in launchService() 174 Intent intent = new Intent(this, ScriptingLayerService.class); in launchTerminal()
|
D | ScriptManager.java | 389 intent = new Intent(ScriptManager.this, ScriptingLayerService.class); in doDialogMenu() 395 intent = new Intent(ScriptManager.this, ScriptingLayerService.class); in doDialogMenu()
|
D | ScriptEditor.java | 203 Intent intent = new Intent(this, ScriptingLayerService.class); in onOptionsItemSelected()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalManager.java | 38 import com.googlecode.android_scripting.activity.ScriptingLayerService; 83 private final ScriptingLayerService mService; 85 public TerminalManager(ScriptingLayerService service) { in TerminalManager()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | ConsoleActivity.java | 72 import com.googlecode.android_scripting.activity.ScriptingLayerService; 97 protected ScriptingLayerService mService = null; 140 mService = ((ScriptingLayerService.LocalBinder) service).getService(); 624 Intent intent = new Intent(this, ScriptingLayerService.class); in onOptionsItemSelected() 735 bindService(new Intent(this, ScriptingLayerService.class), mConnection, 0); in onStart()
|