OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForegroundService
(Results
1 - 5
of
5
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService2.java
19
public class ForegroundService2 extends
ForegroundService
{
ForegroundService.java
55
public class
ForegroundService
extends Service {
67
Log.i("
ForegroundService
", "PULSE!");
150
* <p>Example of explicitly starting and stopping the {@link
ForegroundService
}.
183
Intent intent = new Intent(
ForegroundService
.ACTION_FOREGROUND);
184
intent.setClass(Controller.this,
ForegroundService
.class);
191
Intent intent = new Intent(
ForegroundService
.ACTION_FOREGROUND_WAKELOCK);
192
intent.setClass(Controller.this,
ForegroundService
.class);
199
Intent intent = new Intent(
ForegroundService
.ACTION_BACKGROUND);
200
intent.setClass(Controller.this,
ForegroundService
.class);
207
Intent intent = new Intent(
ForegroundService
.ACTION_BACKGROUND_WAKELOCK)
[
all
...]
/external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java
25
public abstract class
ForegroundService
extends Service {
38
public
ForegroundService
(int id) {
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
TriggerService.java
31
import com.googlecode.android_scripting.
ForegroundService
;
58
public class TriggerService extends
ForegroundService
{
ScriptingLayerService.java
33
import com.googlecode.android_scripting.
ForegroundService
;
58
public class ScriptingLayerService extends
ForegroundService
{
Completed in 114 milliseconds