HomeSort by relevance Sort by last modified time
    Searched refs:bindService (Results 126 - 150 of 205) sorted by null

1 2 3 4 56 7 8 9

  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbDeviceHandlerResolver.java 504 boolean bound = mContext.bindService(serviceIntent, context.mServiceConnection,
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 415 if (!bindService(mIntent, this, Context.BIND_AUTO_CREATE)) {
  /frameworks/base/core/java/android/app/
ContextImpl.java 132 public boolean bindService(Intent service, ServiceConnection conn, int flags) {
    [all...]
IActivityManager.aidl 135 int bindService(in IApplicationThread caller, in IBinder token, in Intent service,
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 468 // Check bindService
760 contextWrapper.bindService(service, conn, Context.BIND_AUTO_CREATE);
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 734 bindService(new Intent(this, ScriptingLayerService.class), mConnection, 0);
    [all...]
  /frameworks/base/core/java/android/content/
Context.java 237 * Flag for {@link #bindService}: automatically create the service as long
260 * Flag for {@link #bindService}: include debugging help for mismatched
270 * Flag for {@link #bindService}: don't allow this binding to raise
282 * Flag for {@link #bindService}: indicates that the client application
291 * Flag for {@link #bindService}: allow the process hosting the bound
301 * Flag for {@link #bindService}: don't impact the scheduling or
309 * Flag for {@link #bindService}: this service is very important to
317 * Flag for {@link #bindService}: If binding from an activity, allow the
326 * @hide Flag for {@link #bindService}: like {@link #BIND_NOT_FOREGROUND}, but puts it
332 * @hide Flag for {@link #bindService}: allows application hosting service to manage whitelist
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java 738 mContext.bindService(intent, AsyncRenderer.this, Context.BIND_AUTO_CREATE);
    [all...]
  /frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java 445 if (!mContext.bindService(intent, mServiceConnection,
671 // clear calling identity so bindService does not fail
696 // clear calling identity so bindService does not fail
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 177 public boolean bindService(
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java     [all...]
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 230 bindService(new Intent(this, MiscService.class),
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
UsbDeviceHandlerResolver.java 582 boolean bound = mContext.bindService(serviceIntent, mConnection, Context.BIND_AUTO_CREATE);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java 411 return mContext.bindService(carrierService, mServiceConnection[phoneId],
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 470 getContext().bindService(new Intent(IDataVerify.class.getName()),
483 IBinder service = bindService(startIntent);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java     [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java     [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/
MediaBrowserCompat.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 241 bindService(new Intent(FilterShowActivity.this, ProcessingService.class),
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 177 if (cw.bindService((new Intent()).setClass(cw, MediaPlaybackService.class), sb, 0)) {
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 1377 milliseconds

1 2 3 4 56 7 8 9