Searched refs:ACTION_FOREGROUND_WAKELOCK (Results 1 – 1 of 1) sorted by relevance
52 static final String ACTION_FOREGROUND_WAKELOCK = "com.example.android.apis.FOREGROUND_WAKELOCK"; field in ForegroundService81 final boolean usingWakelock = ACTION_FOREGROUND_WAKELOCK.equals(intent.getAction()); in onStartCommand()111 if (ACTION_FOREGROUND_WAKELOCK.equals(intent.getAction()) in onStartCommand()191 Intent intent = new Intent(ForegroundService.ACTION_FOREGROUND_WAKELOCK);