Searched refs:bindService (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTests.java83 bindService();
88 bindService();
95 bindService();
115 bindService();
124 bindService();
135 bindService();
147 bindService();
160 bindService();
175 bindService();
185 bindService();
195 private void bindService() { method in class:TileLifecycleManagerTests
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerProvider.java35 mContext.bindService(intent, this, 0);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java239 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(
H A DLocalReceiver.java55 context.bindService(new Intent(context, LocalService.class), sc, 0);
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java135 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/
H A DCarrierMessagingServiceManager.java64 return context.bindService(intent, mCarrierMessagingServiceConnection,
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerTest.java96 getContext().bindService(new Intent(mContext, MessengerService.class),
H A DBinderThreadPriorityTest.java63 getContext().bindService(
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java55 * 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(Inten
236 protected IBinder bindService(Intent intent) { method in class:ServiceTestCase
[all...]
H A DIsolatedContext.java82 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:IsolatedContext
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java114 bindService();
143 bindService();
155 private void bindService() { method in class:TileServiceManager
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java165 bindService();
168 private static void bindService() { method in class:AppWidgetHost
278 bindService();
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
H A DKeyguardTestActivity.java126 private void bindService() { method in class:KeyguardTestActivity
132 if (!bindService(intent, mConnection, Context.BIND_AUTO_CREATE)) {
152 bindService();
/frameworks/base/core/tests/utiltests/src/android/util/
H A DRemoteIntArray.java119 InstrumentationRegistry.getContext().bindService(mIntent, this, Context.BIND_AUTO_CREATE);
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java115 if (!getContext().bindService(mServceIntent, mConn, Context.BIND_AUTO_CREATE)) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxManagerService.java57 context.bindService(new Intent(IBordeauxService.class.getName()),
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java119 mContext.bindService(intent, this, Context.BIND_AUTO_CREATE);
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsClient.java52 * {@link Context#bindService(Intent, ServiceConnection, int)}
64 return context.bindService(intent, connection,
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java305 mContext.bindService(intent, mConnection,
343 mContext.bindService(intent, mProxyConnection,
/frameworks/base/core/java/android/content/pm/permission/
H A DRuntimePermissionPresenter.java186 mBound = mContext.bindService(intent, this,
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java163 this.bindService(new Intent(IWapPushManager.class.getName()), conn,
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java155 mContext.bindService(mServiceIntent, mServiceConnection, Context.BIND_AUTO_CREATE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java215 if (mContext.bindService(carrierService, connection, Context.BIND_AUTO_CREATE |
220 error = "bindService returned false";
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java287 if (!mContext.bindService(serviceIntent, mConnection, Context.BIND_AUTO_CREATE)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java242 mBound = mContext.bindService(intent, mServiceConnection, Context.BIND_AUTO_CREATE);

Completed in 694 milliseconds

123