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

12345

/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/core/tests/coretests/src/android/os/
H A DBinderProxyCountingTest.java150 private void unbindService(ServiceConnection service) { method in class:BinderProxyCountingTest
152 sContext.unbindService(service);
216 unbindService(sTestAppConnection);
253 unbindService(sTestAppConnection);
254 unbindService(sTestServiceConnection);
284 unbindService(sTestAppConnection);
285 unbindService(sTestServiceConnection);
342 unbindService(sTestAppConnection);
343 unbindService(sTestServiceConnection);
375 unbindService(sTestAppConnectio
[all...]
H A DMessengerTest.java111 getContext().unbindService(mConnection);
H A DBinderThreadPriorityTest.java93 getContext().unbindService(mConnection);
/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java60 mContext.unbindService(mScreenshotConnection);
84 mContext.unbindService(mScreenshotConnection);
106 mContext.unbindService(mScreenshotConnection);
/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/support/lifecycle/service/src/androidTest/java/androidx/lifecycle/
H A DServiceLifecycleTest.java104 InstrumentationRegistry.getTargetContext().unbindService(connection);
120 context.unbindService(connection);
148 context.unbindService(connection);
166 context.unbindService(connection);
195 context.unbindService(connection);
200 // can't use ServiceTestRule because it proxies connection, so we can't use unbindService method
/frameworks/opt/telephony/src/java/android/telephony/
H A DCarrierMessagingServiceManager.java75 context.unbindService(mCarrierMessagingServiceConnection);
/frameworks/support/browser/src/main/java/androidx/browser/customtabs/
H A DPostMessageServiceConnection.java61 context.unbindService(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java153 unbindService();
179 private void unbindService() { method in class:TileServiceManager
225 unbindService();
/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DTransportClient.java227 mContext.unbindService(mConnection);
263 // After unbindService() no calls back to mConnection
264 mContext.unbindService(mConnection);
269 mContext.unbindService(mConnection);
443 // After unbindService() no calls back to mConnection
444 mContext.unbindService(mConnection);
465 // After unbindService() no calls back to mConnection
475 mContext.unbindService(mConnection);
480 mContext.unbindService(mConnection);
685 mContext.unbindService(thi
[all...]
/frameworks/base/core/tests/utiltests/src/android/util/
H A DRemoteIntArray.java147 InstrumentationRegistry.getContext().unbindService(this);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionController.java92 mContext.unbindService(mServiceConnection);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceFeatureQueryManager.java102 mContext.unbindService(this);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAvrcpController.java96 mContext.unbindService(mConnection);
163 mContext.unbindService(mConnection);
H A DBluetoothPan.java173 mContext.unbindService(mConnection);
213 mContext.unbindService(mConnection);
H A DBluetoothPbap.java123 mContext.unbindService(mConnection);
201 mContext.unbindService(mConnection);
H A DBluetoothPbapClient.java71 mContext.unbindService(mConnection);
154 mContext.unbindService(mConnection);
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DConnOnActivityStartTest.java126 unbindService();
157 private static void unbindService() { method in class:ConnOnActivityStartTest
159 mContext.unbindService(mServiceConnection);
/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DStrictModeTest.java125 context.unbindService(connection);
/frameworks/base/core/java/android/se/omapi/
H A DSEService.java240 mContext.unbindService(mConnection);
/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
H A DBpcTestAppCmdService.java173 unbindService(mServiceConnection);
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java135 mContext.unbindService(this);

Completed in 3179 milliseconds

12345