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