Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DForegroundService.java56 static final String ACTION_FOREGROUND = "com.example.android.apis.FOREGROUND"; field in ForegroundService
86 if (ACTION_FOREGROUND.equals(intent.getAction()) in onStartCommand()
183 Intent intent = new Intent(ForegroundService.ACTION_FOREGROUND);
222 Intent intent = new Intent(ForegroundService.ACTION_FOREGROUND);
232 final Intent intent = new Intent(ForegroundService.ACTION_FOREGROUND);