Home
last modified time | relevance | path

Searched refs:ACTION_BACKGROUND_WAKELOCK (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DForegroundService.java59 static final String ACTION_BACKGROUND_WAKELOCK = "com.example.android.apis.BACKGROUND_WAKELOCK"; field in ForegroundService
107 || ACTION_BACKGROUND_WAKELOCK.equals(intent.getAction())) { in onStartCommand()
112 || ACTION_BACKGROUND_WAKELOCK.equals(intent.getAction())) { in onStartCommand()
207 Intent intent = new Intent(ForegroundService.ACTION_BACKGROUND_WAKELOCK);