Home
last modified time | relevance | path

Searched refs:ACTION_FOREGROUND_WAKELOCK (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DForegroundService.java57 static final String ACTION_FOREGROUND_WAKELOCK = "com.example.android.apis.FOREGROUND_WAKELOCK"; field in ForegroundService
87 || 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);