Searched refs:unbindService (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java247 getContext().unbindService(conn2);
253 getContext().unbindService(conn);
254 getContext().unbindService(conn2);
266 getContext().unbindService(conn);
283 getContext().unbindService(conn);
296 getContext().unbindService(conn);
313 getContext().unbindService(conn);
323 getContext().unbindService(conn);
336 getContext().unbindService(conn);
352 getContext().unbindService(con
[all...]
H A DLocalReceiver.java56 context.unbindService(sc);
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java126 getContext().unbindService(mConn);
136 getContext().unbindService(mConn);
149 getContext().unbindService(mConn);
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerTest.java111 getContext().unbindService(mConnection);
H A DBinderThreadPriorityTest.java93 getContext().unbindService(mConnection);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxManagerService.java65 context.unbindService(mConnection);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java172 mContext.unbindService(mConnection);
199 mContext.unbindService(mConnection);
H A DBluetoothPbap.java122 mContext.unbindService(mConnection);
199 mContext.unbindService(mConnection);
H A DBluetoothA2dp.java121 mContext.unbindService(mConnection);
187 mContext.unbindService(mConnection);
H A DBluetoothHealth.java110 mContext.unbindService(mConnection);
513 mContext.unbindService(mConnection);
H A DBluetoothMap.java66 mContext.unbindService(mConnection);
144 mContext.unbindService(mConnection);
H A DBluetoothInputDevice.java199 mContext.unbindService(mConnection);
267 mContext.unbindService(mConnection);
H A DBluetoothHeadset.java239 mContext.unbindService(mConnection);
312 mContext.unbindService(mConnection);
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java135 mContext.unbindService(this);
/frameworks/base/services/java/com/android/server/connectivity/
H A DPacManager.java357 mContext.unbindService(mConnection);
361 mContext.unbindService(mProxyConnection);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java333 unbindService(conn);
357 unbindService(conn);
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java416 context.unbindService(serviceConnection);
426 * Caller should call unbindService on the result when finished.
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java169 mContext.unbindService(mConnection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java219 mContext.unbindService(mServiceConnection);
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java171 this.unbindService(conn);
/frameworks/base/services/java/com/android/server/dreams/
H A DDreamController.java170 mContext.unbindService(oldDream);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java74 mContext.unbindService(this);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java528 public void unbindService(ServiceConnection conn) { method in class:ContextWrapper
529 mBase.unbindService(conn);
/frameworks/base/services/java/com/android/server/print/
H A DRemotePrintService.java525 mContext.unbindService(mServiceConnection);
539 mContext.unbindService(mServiceConnection);
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java400 mContext.unbindService(mConnection);

Completed in 548 milliseconds

123