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

1 2

  /developers/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DismissListener.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
84 return super.onStartCommand(intent, flags, startId);
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DismissListener.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
84 return super.onStartCommand(intent, flags, startId);
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DismissListener.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
84 return super.onStartCommand(intent, flags, startId);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalService.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecService.java 61 public int onStartCommand (Intent intent, int flags, int startId) {
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 39 public int onStartCommand(Intent intent, int flags, int startId) {
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
TestJobService.java 60 public int onStartCommand(Intent intent, int flags, int startId) {
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
TestJobService.java 60 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
TestJobService.java 60 public int onStartCommand(Intent intent, int flags, int startId) {
  /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/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) {
  /external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/
DebugService.java 37 public int onStartCommand(Intent intent, int flags, int startId) {
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
NotificationUpdateService.java 66 public int onStartCommand(Intent intent, int flags, int startId) {
78 return super.onStartCommand(intent, flags, startId);
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
NotificationUpdateService.java 66 public int onStartCommand(Intent intent, int flags, int startId) {
78 return super.onStartCommand(intent, flags, startId);
  /development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
NotificationUpdateService.java 66 public int onStartCommand(Intent intent, int flags, int startId) {
78 return super.onStartCommand(intent, flags, startId);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyVpnService.java 40 public int onStartCommand(Intent intent, int flags, int startId) {
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 83 public int onStartCommand(Intent intent, int flags, int startId) {
84 Log.d(TAG, "onStartCommand");
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 83 public int onStartCommand(Intent intent, int flags, int startId) {
84 Log.d(TAG, "onStartCommand");
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
LocalServiceBroadcaster.java 139 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/browseable/ElizaChat/Application/src/com.example.android.wearable.elizachat/
ResponderService.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingService.java 83 public int onStartCommand(Intent intent, int flags, int startId) {
84 Log.d(TAG, "onStartCommand");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 138 public int onStartCommand(Intent intent, int flags, int startId) {

Completed in 729 milliseconds

1 2