HomeSort by relevance Sort by last modified time
    Searched defs:onStartCommand (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
EphemeralService.java 52 public int onStartCommand(Intent intent, int flags, int startId) {
56 .setMethodName("onStartCommand")
61 return super.onStartCommand(intent, flags, startId);
SomeService.java 39 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
TestService.java 30 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ExposedService.java 52 public int onStartCommand(Intent intent, int flags, int startId) {
63 .setMethodName("onStartCommand")
69 return super.onStartCommand(intent, flags, startId);
NormalService.java 35 public int onStartCommand(Intent intent, int flags, int startId) {
54 return super.onStartCommand(intent, flags, startId);
  /external/perfetto/test/cts/producer/src/android/perfetto/producer/
ProducerIsolatedService.java 51 public int onStartCommand(Intent intent, int flags, int startId) {
ProducerService.java 50 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
MediaSessionTestHelperService.java 68 public int onStartCommand(Intent intent, int flags, int startId) {
69 super.onStartCommand(intent, flags, startId);
  /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
AssistantVoiceInteractionService.java 43 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
TestService.java 41 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 42 public int onStartCommand(Intent intent, int flags, int startId) {
FgService.java 44 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainInteractionService.java 39 public int onStartCommand(Intent intent, int flags, int startId) {
41 Log.i(TAG, "onStartCommand received_testcasetype = " +
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationBackgroundService.java 41 public int onStartCommand(Intent intent, int flags, int startId) {
LocalService.java 73 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleService.java 60 public int onStartCommand(Intent intent, int flags, int startId) {
79 return super.onStartCommand(intent, flags, startId);
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
SimpleForegroundService.java 93 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyForegroundService.java 49 public int onStartCommand(Intent intent, int flags, int startId) {
50 Log.v(TAG, "MyForegroundService.onStartCommand(): " + intent);
  /cts/tests/app/app/src/android/app/stubs/
BubblesTestService.java 49 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/tests/tests/media/src/android/media/cts/
LocalMediaProjectionService.java 46 public int onStartCommand(Intent intent, int flags, int startId) {
48 return super.onStartCommand(intent, flags, startId);
  /cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
LocalMediaProjectionService.java 46 public int onStartCommand(Intent intent, int flags, int startId) {
48 return super.onStartCommand(intent, flags, startId);
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionService.java 43 public int onStartCommand(Intent intent, int flags, int startId) {
44 Log.i(TAG, "onStartCommand received");
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 52 public int onStartCommand(Intent intent, int flags, int startId) {
  /developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 52 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeService.java 52 public int onStartCommand(Intent intent, int flags, int startId) {

Completed in 896 milliseconds

1 2 3 4