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

1 2 3 4 5 6 7

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileLifecycleManagerTests.java 83 bindService();
88 bindService();
95 bindService();
115 bindService();
124 bindService();
135 bindService();
147 bindService();
160 bindService();
175 bindService();
185 bindService();
    [all...]
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
LocalServiceTest.java 77 IBinder service = bindService(startIntent);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerProvider.java 35 mContext.bindService(intent, this, 0);
  /cts/tests/tests/externalservice/src/android/externalservice/cts/
ExternalServiceTest.java 58 getContext().bindService(intent, mConnection, Context.BIND_AUTO_CREATE);
69 getContext().bindService(intent, mConnection,
82 getContext().bindService(intent, mConnection,
95 getContext().bindService(intent, mConnection,
108 getContext().bindService(intent, mConnection,
120 getContext().bindService(intent, mConnection, Context.BIND_AUTO_CREATE);
133 assertTrue(getContext().bindService(intent, mConnection,
160 assertTrue(getContext().bindService(intent, creatorConnection, Context.BIND_AUTO_CREATE));
208 assertTrue(getContext().bindService(intent, mConnection,
251 assertTrue(getContext().bindService(intent, initialConn
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 239 getContext().bindService(service, conn, 0);
244 getContext().bindService(service, conn2, 0);
274 getContext().bindService(service, conn, 0);
304 getContext().bindService(service, conn, 0);
328 getContext().bindService(service, conn, 0);
345 getContext().bindService(
366 getContext().bindService(service, conn, Context.BIND_AUTO_CREATE);
459 getContext().bindService(
LocalReceiver.java 55 context.bindService(new Intent(context, LocalService.class), sc, 0);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 373 bindService(intent, mConnection, Context.BIND_AUTO_CREATE);
375 bindService(intent, mSecondaryConnection, Context.BIND_AUTO_CREATE);
563 if (bindService(mBindIntent, conn, Context.BIND_AUTO_CREATE)) {
576 if (bindService(mBindIntent, conn,
590 if (bindService(mBindIntent,
604 if (bindService(mBindIntent, conn,
618 if (bindService(mBindIntent, conn,
632 if (bindService(mBindIntent, conn,
646 if (bindService(mBindIntent, conn,
LocalServiceActivities.java 126 bindService(new Intent(Binding.this,
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 210 getContext().bindService(mService, conn1, 0);
215 getContext().bindService(mService, conn2, 0);
246 getContext().bindService(mService, conn1, 0);
277 getContext().bindService(mService, conn1, 0);
301 getContext().bindService(mService, conn1, 0);
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 135 bindService(new Intent(this, FakeCoreService.class), mServiceConnection,
137 bindService(new Intent(this, FakeCoreService2.class), mServiceConnection2,
139 bindService(new Intent(this, FakeCoreService3.class), mServiceConnection3,
  /frameworks/opt/telephony/src/java/android/telephony/
CarrierMessagingServiceManager.java 64 return context.bindService(intent, mCarrierMessagingServiceConnection,
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 79 mIsBoundSupport = bindService(new Intent(IKeyChainServiceTestSupport.class.getName()),
84 private void bindService() {
85 mIsBoundService = bindService(new Intent(IKeyChainService.class.getName()),
195 bindService();
  /cts/tests/app/src/android/app/cts/
ServiceTest.java 256 * The connection is established by calling Context.bindService(),
259 * If the service has not already been launched, bindService() can optionally launch it.
268 mContext.bindService(service, conn, 0);
273 mContext.bindService(service, conn2, 0);
299 mContext.bindService(service, conn, 0);
325 mContext.bindService(service, conn, 0);
345 mContext.bindService(service, conn, 0);
366 mContext.bindService(
688 mContext.bindService(
704 mContext.bindService(intent, conn, 0)
    [all...]
IntentServiceTest.java 98 mContext.bindService(mIntent, conn, Context.BIND_AUTO_CREATE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
OpenCVLibrary.java 122 if (context.bindService(intent, conn, Context.BIND_AUTO_CREATE)) {
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
RemoteSocketFactoryClient.java 65 mContext.bindService(intent, mServiceConnection, Context.BIND_AUTO_CREATE);
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
ServiceRunnerActivity.java 106 bindService(new Intent(this, isolated
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java 96 getContext().bindService(new Intent(mContext, MessengerService.class),
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 55 * test methods calls {@link #startService} or {@link #bindService}. This gives you an
61 * or {@link #bindService ServiceTestCase.bindService()}, the test case calls
64 * {@link android.app.Service#bindService(Intent, ServiceConnection, int)
65 * Service.bindService(Intent, ServiceConnection, int)}, as appropriate. It also stores
89 * startService() or bindService(). The test framework provides a
127 * a test calls {@link #startService} or {@link #bindService}.
152 * by {@link #bindService}.
209 * {@link android.content.Context#bindService(Intent, ServiceConnection, int)
210 * Context.bindService(Intent, ServiceConnection, flags)} with a
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java 142 bindService(service,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServiceManager.java 114 bindService();
143 bindService();
155 private void bindService() {
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 165 bindService();
168 private static void bindService() {
278 bindService();
  /frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
KeyguardTestActivity.java 126 private void bindService() {
132 if (!bindService(intent, mConnection, Context.BIND_AUTO_CREATE)) {
152 bindService();
  /cts/tests/tests/externalservice/service/src/android/externalservice/service/
ServiceCreator.java 52 boolean result = context.bindService(intent, conn,
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 119 assertTrue(Robolectric.application.bindService(new Intent(""), service, Context.BIND_AUTO_CREATE));
136 Robolectric.application.bindService(new Intent(""), service, Context.BIND_AUTO_CREATE);
152 Robolectric.application.bindService(new Intent(""), service, Context.BIND_AUTO_CREATE);
167 assertFalse(Robolectric.application.bindService(new Intent("refuseToBind"), service, Context.BIND_AUTO_CREATE));

Completed in 550 milliseconds

1 2 3 4 5 6 7