/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ServiceTest.java | 247 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 …]
|
D | LocalReceiver.java | 56 context.unbindService(sc); in onReceive()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
D | TileLifecycleManagerTests.java | 72 unbindService(); in tearDown() 90 unbindService(); in testUnbind() 109 unbindService(); in testTileServiceCallbacks() 149 unbindService(); in testListeningNotListeningBeforeBind() 162 unbindService(); in testNoClickOfNotListeningAnymore() 200 private void unbindService() { in unbindService() method in TileLifecycleManagerTests
|
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/ |
D | SetAlarm.java | 126 getContext().unbindService(mConn); in callPrepare() 136 getContext().unbindService(mConn); in callDone() 149 getContext().unbindService(mConn); in callSetAndWait()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | ManagedApplicationService.java | 175 mContext.unbindService(mConnection); in disconnect() 211 mContext.unbindService(this); in connect() 220 mContext.unbindService(this); in connect()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | TileServiceManager.java | 141 unbindService(); in setBindAllowed() 167 private void unbindService() { in unbindService() method in TileServiceManager 213 unbindService();
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothPbap.java | 121 mContext.unbindService(mConnection); 199 mContext.unbindService(mConnection); in close()
|
D | BluetoothPan.java | 171 mContext.unbindService(mConnection); in close() 208 mContext.unbindService(mConnection);
|
D | BluetoothPbapClient.java | 68 mContext.unbindService(mConnection); 151 mContext.unbindService(mConnection); in close()
|
D | BluetoothA2dpSink.java | 139 mContext.unbindService(mConnection); 206 mContext.unbindService(mConnection); in close()
|
D | BluetoothAvrcpController.java | 138 mContext.unbindService(mConnection); 206 mContext.unbindService(mConnection); in close()
|
D | BluetoothMap.java | 64 mContext.unbindService(mConnection); 143 mContext.unbindService(mConnection); in close()
|
D | BluetoothSap.java | 101 mContext.unbindService(mConnection); 181 mContext.unbindService(mConnection); in close()
|
D | BluetoothA2dp.java | 129 mContext.unbindService(mConnection); 196 mContext.unbindService(mConnection); in close()
|
D | BluetoothHealth.java | 109 mContext.unbindService(mConnection); 513 mContext.unbindService(mConnection); in close()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PrintSpoolerProvider.java | 44 mContext.unbindService(this); in destroy()
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | CarrierMessagingServiceManager.java | 75 context.unbindService(mCarrierMessagingServiceConnection); in disposeConnection()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | MessengerTest.java | 111 getContext().unbindService(mConnection); in tearDown()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | PacManager.java | 349 mContext.unbindService(mConnection); in unbind() 353 mContext.unbindService(mProxyConnection); in unbind()
|
/frameworks/base/core/tests/utiltests/src/android/util/ |
D | RemoteIntArray.java | 147 InstrumentationRegistry.getContext().unbindService(this); in destroy()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BordeauxManagerService.java | 65 context.unbindService(mConnection); in release()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionSessionConnection.java | 473 mContext.unbindService(mFullConnection); in hideLocked() 498 mContext.unbindService(this); in cancelLocked() 510 mContext.unbindService(mFullConnection); in cancelLocked()
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | services.jd | 595 {@link android.content.Context#unbindService unbindService()} 取消绑定。一旦没有客户端绑定到该服务,系统就会销毁它。 687 {@link android.content.Context#unbindService unbindService()} 关闭连接。多个客户端可以绑定到相同服务,而且当所有绑定全部取消后,系统即会… 731 … // All clients have unbound with {@link android.content.Context#unbindService unbindService()}
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | services.jd | 595 со службой, он вызывает {@link android.content.Context#unbindService unbindService()} для отмены пр… 687 метода {@link android.content.Context#unbindService unbindService()}. К одной службе могут быть при… 731 … // All clients have unbound with {@link android.content.Context#unbindService unbindService()}
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | services.jd | 594 <p>服務一次可以繫結多個用戶端。當用戶端完成與服務互動時,會呼叫 {@link android.content.Context#unbindService unbindService()} 來取消… 687 {@link android.content.Context#unbindService unbindService()} 來切斷連線。多重用戶端可以繫結至相同的服務,但是當所有用戶端都取消繫結時,… 731 … // All clients have unbound with {@link android.content.Context#unbindService unbindService()}
|