Searched refs:ACTION_BACKGROUND (Results 1 – 1 of 1) sorted by relevance
58 static final String ACTION_BACKGROUND = "com.example.android.apis.BACKGROUND"; field in ForegroundService106 } else if (ACTION_BACKGROUND.equals(intent.getAction()) in onStartCommand()199 Intent intent = new Intent(ForegroundService.ACTION_BACKGROUND);