OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startForegroundService
(Results
1 - 8
of
8
) sorted by null
/external/perfetto/test/cts/producer/src/android/perfetto/producer/
ProducerActivity.java
49
startForegroundService
(new Intent(ProducerActivity.this, ProducerService.class));
50
startForegroundService
(new Intent(ProducerActivity.this, ProducerIsolatedService.class));
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/
MusicService.java
219
ContextCompat.
startForegroundService
(
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContextTest.java
44
public void
startForegroundService
() {
46
context.
startForegroundService
(intent);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextImpl.java
230
protected ComponentName
startForegroundService
(Intent service) {
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/
MusicService.java
262
ContextCompat.
startForegroundService
(
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DeviceSuspendTestActivity.java
87
startForegroundService
(new Intent(this, DeviceSuspendTestService.class));
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java
[
all
...]
/cts/tests/app/src/android/app/cts/
ServiceTest.java
798
private void
startForegroundService
(int command) {
804
mContext.
startForegroundService
(foregroundServiceIntent(command));
813
startForegroundService
(LocalForegroundService.COMMAND_START_FOREGROUND);
819
startForegroundService
(
831
startForegroundService
(LocalForegroundService.COMMAND_START_FOREGROUND);
[
all
...]
Completed in 337 milliseconds