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

1 2 3 4 56 7 8 9

  /frameworks/base/services/core/java/com/android/server/
MmsServiceBroker.java 241 if (!mContext.bindService(intent, mConnection, Context.BIND_AUTO_CREATE)) {
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 563 public boolean bindService(Intent service, ServiceConnection conn, int flags) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 111 if (comp == null || !context.bindService(intent, this, Context.BIND_AUTO_CREATE)) {
112 Rlog.e(TAG, "bindService() for wappush manager failed");
117 if (DBG) Rlog.v(TAG, "bindService() for wappush manager succeeded");
  /frameworks/support/compat/java/android/support/v4/app/
NotificationManagerCompat.java 460 record.bound = mContext.bindService(intent, this, Service.BIND_AUTO_CREATE
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProvider.java 226 mBound = getContext().bindService(service, this, Context.BIND_AUTO_CREATE);
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
UiCallManager.java 95 context.bindService(intent, mInCallServiceConnection, Context.BIND_AUTO_CREATE);
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioController.java 203 if (!mActivity.bindService(bindIntent, mServiceConnection, Context.BIND_AUTO_CREATE)) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 536 bindService(intent, mConnection, Context.BIND_AUTO_CREATE);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestActivity.java 602 bindService(new Intent(getApplicationContext(), IngestService.class),
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 240 bindService(intent, mGamepadServiceConn, BIND_ADJUST_WITH_ACTIVITY);
  /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 432 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 133 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 741 mContext.bindService(intent, AsyncRenderer.this, Context.BIND_AUTO_CREATE);
    [all...]
  /frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java 442 if (!mContext.bindService(intent, mServiceConnection,
668 // clear calling identity so bindService does not fail
693 // clear calling identity so bindService does not fail
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccConnector.java 82 * Maximum amount of time to wait for a connection to be established after bindService returns
518 * <p>This is a transient state. If bindService returns true, we enter {@link DisconnectedState}
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 180 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 424 return mContext.bindService(carrierService, mServiceConnection[phoneId],
    [all...]

Completed in 718 milliseconds

1 2 3 4 56 7 8 9