OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalForegroundServiceLocation
(Results
1 - 3
of
3
) sorted by null
/cts/tests/app/app/src/android/app/stubs/
CommandReceiver.java
77
LocalForegroundServiceLocation
.EXTRA_FOREGROUND_SERVICE_TYPE,
79
doStartForegroundServiceWithType(context,
LocalForegroundServiceLocation
.class,
83
doStopForegroundService(context,
LocalForegroundServiceLocation
.class);
119
int command =
LocalForegroundServiceLocation
.COMMAND_START_FOREGROUND_WITH_TYPE;
121
fgsIntent.putExtra(
LocalForegroundServiceLocation
.EXTRA_FOREGROUND_SERVICE_TYPE, type);
LocalForegroundServiceLocation.java
38
public class
LocalForegroundServiceLocation
extends LocalForegroundService {
40
private static final String TAG = "
LocalForegroundServiceLocation
";
/cts/tests/app/src/android/app/cts/
ActivityManagerProcessStateTest.java
38
import android.app.stubs.
LocalForegroundServiceLocation
;
[
all
...]
Completed in 84 milliseconds