HomeSort by relevance Sort by last modified time
    Searched refs:onStartCommand (Results 101 - 125 of 151) sorted by null

1 2 3 45 6 7

  /packages/apps/Settings/src/com/android/settings/
TetherService.java 100 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 462 assertEquals("onStartCommand return value invalid in (enabled == false) case.",
474 assertEquals("onStartCommand return value invalid in (enabled == true) case.",
604 return super.onStartCommand(intent, flags, startId);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/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...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/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...]
  /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...]
  /frameworks/base/packages/Osu/src/com/android/
MainActivity.java 213 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
SoundTriggerTestService.java 75 public synchronized int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaBrowserServiceSupport.java 114 // to be executed (see {@link #onStartCommand})
117 // should be executed (see {@link #onStartCommand})
120 // indicates that the music playback should be paused (see {@link #onStartCommand})
186 * @see android.app.Service#onStartCommand(android.content.Intent, int, int)
189 public int onStartCommand(Intent startIntent, int flags, int startId) {
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 528 public int onStartCommand(Intent intent, int flags, int startid)
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java 172 public int onStartCommand(Intent intent, int flags, int startId) {
173 Log.d(TAG, "onStartCommand " + intent);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 216 public int onStartCommand(Intent intent, int flags, int startId) {
217 //int retCode = super.onStartCommand(intent, flags, startId);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
Pop3Service.java 71 public int onStartCommand(Intent intent, int flags, int startId) {
AttachmentService.java 597 public int onStartCommand(final Intent intent, final int flags, final int startId) {
614 debugTrace("Received a null intent in onStartCommand");
    [all...]
ImapService.java 131 public int onStartCommand(Intent intent, int flags, int startId) {
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageInstallerService.java 139 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 239 public int onStartCommand(Intent intent, int flags, int startId) {
240 if (DEBUG) Log.d(TAG, "onStartCommand");
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestRunner.java 645 public int onStartCommand(Intent intent, int flags, int id) {
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABService.java 287 public int onStartCommand(Intent intent, int flags, int startId) {
293 logger.debug("Enter : onStartCommand for intent : " + intent.getAction());
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 183 public int onStartCommand(Intent intent, int flags, int startId) {
184 if (V) Log.v(TAG, "onStartCommand");
185 //int retCode = super.onStartCommand(intent, flags, startId);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 191 public int onStartCommand(Intent intent, int flags, int startId) {
192 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags);
264 // This method gets messages from both onStartCommand and mServiceHandler/mServiceLooper
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 255 public int onStartCommand(Intent intent, int flags, int startId) {
259 return super.onStartCommand(intent, flags, startId);
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 240 public int onStartCommand(Intent intent, int flags, int startId) {
241 Log.v(TAG, "onStartCommand(): " + dumpIntent(intent));
313 // At this point it's handling onStartCommand(), with the intent passed as an Extra.
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 641 public int onStartCommand(Intent intent, int flags, int startId) {
648 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 275 public int onStartCommand(Intent intent, int flags, int startId) {
    [all...]

Completed in 2704 milliseconds

1 2 3 45 6 7