Searched refs:ACTION_FOREGROUND (Results 1 – 1 of 1) sorted by relevance
56 static final String ACTION_FOREGROUND = "com.example.android.apis.FOREGROUND"; field in ForegroundService86 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);