Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DForegroundService.java58 static final String ACTION_BACKGROUND = "com.example.android.apis.BACKGROUND"; field in ForegroundService
106 } else if (ACTION_BACKGROUND.equals(intent.getAction()) in onStartCommand()
199 Intent intent = new Intent(ForegroundService.ACTION_BACKGROUND);