Home
last modified time | relevance | path

Searched refs:unbindService (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java247 getContext().unbindService(conn2); in bindExpectResult()
253 getContext().unbindService(conn); in bindExpectResult()
254 getContext().unbindService(conn2); in bindExpectResult()
266 getContext().unbindService(conn); in bindExpectResult()
283 getContext().unbindService(conn); in bindExpectResult()
296 getContext().unbindService(conn); in bindExpectResult()
313 getContext().unbindService(conn); in bindExpectResult()
323 getContext().unbindService(conn); in bindExpectResult()
336 getContext().unbindService(conn); in bindExpectResult()
352 getContext().unbindService(conn); in bindAutoExpectResult()
[all …]
DLocalReceiver.java56 context.unbindService(sc); in onReceive()
/frameworks/base/core/tests/coretests/src/android/os/
DMessengerTest.java111 getContext().unbindService(mConnection); in tearDown()
DBinderThreadPriorityTest.java93 getContext().unbindService(mConnection); in tearDown()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxManagerService.java64 context.unbindService(mConnection); in release()
/frameworks/base/services/java/com/android/server/location/
DGeocoderProxy.java60 mContext.unbindService(mServiceConnection); in reconnect()
DLocationProviderProxy.java77 mContext.unbindService(mServiceConnection); in reconnect()
/frameworks/base/services/java/com/android/server/connectivity/
DVpn.java130 mContext.unbindService(mConnection); in prepare()
223 mContext.unbindService(mConnection); in establish()
280 mContext.unbindService(mConnection); in interfaceRemoved()
/frameworks/base/core/java/android/bluetooth/
DBluetoothPbap.java138 mContext.unbindService(mConnection); in close()
DBluetoothHeadset.java245 mContext.unbindService(mConnection); in close()
/frameworks/base/media/java/android/media/
DMediaScannerConnection.java132 mContext.unbindService(this); in disconnect()
/frameworks/base/core/java/android/content/
DContextWrapper.java404 public void unbindService(ServiceConnection conn) { in unbindService() method in ContextWrapper
405 mBase.unbindService(conn); in unbindService()
DContext.java1421 public abstract void unbindService(ServiceConnection conn); in unbindService() method in Context
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DFrameworkPerfActivity.java333 unbindService(conn); in disconnect()
357 unbindService(conn); in connectionDied()
/frameworks/base/core/java/android/service/dreams/
DDreamManagerService.java117 mContext.unbindService(this); in awaken()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DClientTest.java171 this.unbindService(conn); in onDestroy()
/frameworks/base/keystore/java/android/security/
DKeyChain.java398 context.unbindService(serviceConnection); in close()
/frameworks/base/docs/html/tools/testing/
Dservice_testing.jd156 {@link android.content.Context#unbindService(ServiceConnection) Context.unbindService()},
/frameworks/base/services/java/com/android/server/
DAppWidgetServiceImpl.java644 mContext.unbindService(conn); in bindRemoteViewsService()
687 mContext.unbindService(conn); in unbindRemoteViewsService()
707 mContext.unbindService(conn); in unbindAppWidgetRemoteViewsServicesLocked()
730 mContext.unbindService(this); in destroyRemoteViewsService()
997 mContext.unbindService(this); in notifyAppWidgetViewDataChangedInstanceLocked()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DFaceUnlock.java197 mContext.unbindService(mConnection); in stop()
/frameworks/base/core/java/android/speech/
DSpeechRecognizer.java394 mContext.unbindService(mConnection); in destroy()
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java366 public void unbindService(ServiceConnection conn) { in unbindService() method in MockContext
/frameworks/base/docs/html/intl/ja/guide/topics/
Dfundamentals.jd789 …e()}</code> を呼び出して確立し、<code>{@link android.content.Context#unbindService Context.unbindService()}<…
828 …code>{@link android.app.Service#onUnbind onUnbind()}</code> には {@code unbindService()} 渡された Intent…
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java445 mSrcContext.unbindService(mConnection); in disconnect()
/frameworks/base/docs/html/guide/components/
Dbound-services.jd276 unbindService(mConnection);
483 unbindService(mConnection);
546 android.content.Context#unbindService unbindService()}.

12