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

1 2

  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 37 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ReceiverService.java 45 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 28 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalService.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
ForegroundService.java 148 // platform. On 2.0 or later we override onStartCommand() so this
156 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().
  /frameworks/base/core/java/android/app/
IntentService.java 85 * {@link #onStartCommand(Intent, int, int)} will return
92 * {@link #onStartCommand(Intent, int, int)} will return
126 * @see android.app.Service#onStartCommand
129 public int onStartCommand(Intent intent, int flags, int startId) {
Service.java 118 * if needed) and then call its {@link #onStartCommand} method with the
123 * calls to onStartCommand()), so no matter how many times it is started a service
130 * onStartCommand(): {@link #START_STICKY} is used for services that are
139 * doing so), but does not call onStartCommand(). The client will receive the
198 * {@link #onCreate onCreate()}, {@link #onStartCommand onStartCommand()},
222 * consequence of this is that if you implement {@link #onStartCommand onStartCommand()}
310 * @deprecated Implement {@link #onStartCommand(Intent, int, int)} instead.
317 * Bits returned by {@link #onStartCommand} describing how to continu
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncService.java 40 /** The command sent when a onStartCommand is invoked */
57 * The flags returned by onStartCommand on how to restart.
94 public int onStartCommand(Intent intent, int flags, int startId) {
95 if (DBG) Slog.d(TAG, "onStartCommand");
  /packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java 38 public int onStartCommand(Intent intent, int flags, final 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) {
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 198 mService.onStartCommand(intent, 0, mServiceId);
  /packages/apps/Email/src/com/android/email/provider/
WidgetProvider.java 112 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/core/java/android/service/dreams/
Dream.java 222 public int onStartCommand(Intent intent, int flags, int startId) {
223 return super.onStartCommand(intent, flags, startId);
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
LocalServiceBroadcaster.java 139 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 231 public int onStartCommand(Intent intent, int flags, int startId) {
232 int returnValue = super.onStartCommand(intent, flags, startId);
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 64 public int onStartCommand(Intent intent, int flags, int id) {
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 164 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 50 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 79 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
ManagerService.java 156 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 112 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 106 @Override public int onStartCommand(Intent intent, int flags, int startId) {
107 Log.d(TAG, "onStartCommand");
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 131 public int onStartCommand(Intent intent, int flags, int startId)
143 Log.e(TAG, "Intent is null in onStartCommand: ",
MtpService.java 126 public int onStartCommand(Intent intent, int flags, int startId) {

Completed in 1296 milliseconds

1 2