Searched refs:unbindService (Results 1 - 25 of 68) 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/base/tests/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/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerProvider.java46 mContext.unbindService(this);
/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java92 mContext.unbindService(mServiceConnection);
/frameworks/opt/telephony/src/java/android/telephony/
H A DCarrierMessagingServiceManager.java75 context.unbindService(mCarrierMessagingServiceConnection);
/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 DBluetoothA2dpSink.java139 mContext.unbindService(mConnection);
206 mContext.unbindService(mConnection);
H A DBluetoothAvrcpController.java80 mContext.unbindService(mConnection);
148 mContext.unbindService(mConnection);
H A DBluetoothPan.java172 mContext.unbindService(mConnection);
199 mContext.unbindService(mConnection);
H A DBluetoothPbap.java121 mContext.unbindService(mConnection);
199 mContext.unbindService(mConnection);
H A DBluetoothA2dp.java126 mContext.unbindService(mConnection);
193 mContext.unbindService(mConnection);
H A DBluetoothHealth.java109 mContext.unbindService(mConnection);
513 mContext.unbindService(mConnection);
H A DBluetoothMap.java64 mContext.unbindService(mConnection);
143 mContext.unbindService(mConnection);
H A DBluetoothInputDevice.java216 mContext.unbindService(mConnection);
285 mContext.unbindService(mConnection);
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java135 mContext.unbindService(this);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java349 mContext.unbindService(mConnection);
353 mContext.unbindService(mProxyConnection);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java163 mContext.unbindService(this);
312 mContext.unbindService(mConnection);
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java365 mContext.unbindService(info.connection);
448 mContext.unbindService(info.connection);
516 mContext.unbindService(info.connection);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java227 unbindService(mIsolatedConnection);
447 unbindService(conn);
451 unbindService(mIsolatedConnection);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java335 unbindService(conn);
359 unbindService(conn);
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java430 context.unbindService(serviceConnection);
440 * Caller should call unbindService on the result when finished.
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DFaceUnlock.java167 mContext.unbindService(mConnection);

Completed in 916 milliseconds

123