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