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

1 23 4

  /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/samples/android/deprecated/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/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 84 public int onStartCommand(Intent intent, int flags, int startId) {
ServiceStartArguments.java 126 public int onStartCommand(Intent intent, int flags, int startId) {
137 // for some reason in onStartCommand().
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 73 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
  /device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
GceService.java 112 public int onStartCommand(Intent intent, int flags, int startId) {
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsService.java 161 public int onStartCommand(Intent intent, int flags, int startId) {
162 logger.debug("RcsService onStartCommand");
164 return super.onStartCommand(intent, flags, startId);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
ServiceControllerTest.java 107 assertThat(transcript).containsAllOf("finishedOnStartCommand", "onStartCommand");
153 public int onStartCommand(Intent intent, int flags, int startId) {
157 transcribeWhilePaused("onStartCommand");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerService.java 152 public int onStartCommand(Intent intent, int flags, int startId) {
BleEncryptedServerService.java 152 public int onStartCommand(Intent intent, int flags, int startId) {
BleScannerService.java 99 public int onStartCommand(Intent intent, int flags, int startId) {
BleAdvertiserService.java 141 public int onStartCommand(Intent intent, int flags, int startId) {
BleConnectionPriorityClientService.java 166 public int onStartCommand(Intent intent, int flags, int startId) {
BleEncryptedClientService.java 174 public int onStartCommand(Intent intent, int flags, int startId) {
BleCocClientService.java 177 public int onStartCommand(final Intent intent, int flags, int startId) {
BleCocServerService.java 243 public int onStartCommand(Intent intent, int flags, int startId) {
247 Log.d(TAG, "onStartCommand: action=" + action);
BleClientService.java 329 public int onStartCommand(final Intent intent, int flags, int startId) {
    [all...]
BleServerService.java 290 public int onStartCommand(Intent intent, int flags, int startId) {
    [all...]
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 67 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
SimpleAppWidgetHostService.java 130 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 69 public int onStartCommand(Intent intent, int flags, int id) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DeviceSuspendTestActivity.java 149 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java 111 // to be executed (see {@link #onStartCommand})
114 // should be executed (see {@link #onStartCommand})
117 // indicates that the music playback should be paused (see {@link #onStartCommand})
182 * @see android.app.Service#onStartCommand(android.content.Intent, int, int)
185 public int onStartCommand(Intent startIntent, int flags, int startId) {
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABService.java 304 public int onStartCommand(Intent intent, int flags, int startId) {
310 logger.debug("Enter : onStartCommand for intent : " + intent.getAction());
    [all...]

Completed in 1023 milliseconds

1 23 4