Home
last modified time | relevance | path

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

123456

/aosp14/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
H A DOomAdjPerfTest.java165 TargetPackageUtils.unbindService(STUB_PACKAGE1_NAME, STUB_PACKAGE2_NAME, 0); in runCUJWithOomComputationOnce()
189 TargetPackageUtils.unbindService(STUB_PACKAGE3_NAME, STUB_PACKAGE1_NAME, 0); in runCUJWithOomComputationOnce()
198 TargetPackageUtils.unbindService(STUB_PACKAGE1_NAME, STUB_PACKAGE2_NAME, 0); in runCUJWithOomComputationOnce()
200 TargetPackageUtils.unbindService(STUB_PACKAGE2_NAME, STUB_PACKAGE3_NAME, 0); in runCUJWithOomComputationOnce()
206 TargetPackageUtils.unbindService(STUB_PACKAGE3_NAME, STUB_PACKAGE2_NAME, 0); in runCUJWithOomComputationOnce()
212 TargetPackageUtils.unbindService(STUB_PACKAGE3_NAME, STUB_PACKAGE2_NAME, 0); in runCUJWithOomComputationOnce()
218 TargetPackageUtils.unbindService(STUB_PACKAGE3_NAME, STUB_PACKAGE2_NAME, 0); in runCUJWithOomComputationOnce()
224 TargetPackageUtils.unbindService(STUB_PACKAGE3_NAME, STUB_PACKAGE2_NAME, 0); in runCUJWithOomComputationOnce()
230 TargetPackageUtils.unbindService(STUB_PACKAGE3_NAME, STUB_PACKAGE2_NAME, 0); in runCUJWithOomComputationOnce()
235 TargetPackageUtils.unbindService(STUB_PACKAGE3_NAME, STUB_PACKAGE1_NAME, 0); in runCUJWithOomComputationOnce()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderProxyCountingTest.java150 private void unbindService(ServiceConnection service) { in unbindService() method in BinderProxyCountingTest
152 sContext.unbindService(service); in unbindService()
216 unbindService(sTestAppConnection); in testBinderProxyCount()
253 unbindService(sTestAppConnection); in testBinderProxyLimitBoundary()
254 unbindService(sTestServiceConnection); in testBinderProxyLimitBoundary()
284 unbindService(sTestAppConnection); in testSetBinderProxyLimit()
285 unbindService(sTestServiceConnection); in testSetBinderProxyLimit()
342 unbindService(sTestAppConnection); in testRearmCallbackThreshold()
343 unbindService(sTestServiceConnection); in testRearmCallbackThreshold()
375 unbindService(sTestAppConnection); in testKillBadBehavingApp()
H A DBinderWorkSourceTest.java99 sContext.unbindService(mConnection); in tearDown()
100 sContext.unbindService(mNestedConnection); in tearDown()
H A DBinderWorkSourceNestedService.java83 context.unbindService(mConnection);
H A DMessengerTest.java107 getContext().unbindService(mConnection); in tearDown()
H A DBinderProxyTest.java129 mContext.unbindService(connection); in testGetExtension()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DControlsProviderLifecycleManagerTest.kt110 manager.unbindService()
131 manager.unbindService()
163 verify(mockContext).unbindService(serviceConnection)
171 manager.unbindService()
192 manager.unbindService()
263 verify(falseContext).unbindService(captor.value)
304 inOrder.verify(mockContext).unbindService(any())
330 manager.unbindService()
H A DControlsBindingControllerImplTest.kt353 verify(providers[0]).unbindService()
358 verify(providers[0]).unbindService()
369 verify(providers[0], times(1)).unbindService()
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DObservableServiceConnectionTest.java150 verify(mContext, times(1)).unbindService(mConnection); in testDisconnect()
155 verify(mContext, never()).unbindService(mConnection); in testDisconnect()
172 verify(mContext, times(1)).unbindService(mConnection); in testBindingDied()
189 verify(mContext, times(1)).unbindService(mConnection); in testNullBinding()
/aosp14/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/
H A DSimpleService.java82 unbindService(targetPkg); in onStartCommand()
120 private void unbindService(String targetPkg) { in unbindService() method in SimpleService
123 getApplicationContext().unbindService(conn); in unbindService()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DExplicitHealthCheckController.java174 unbindService(); in syncRequests()
334 unbindService(); in bindService()
352 private void unbindService() { in unbindService() method in ExplicitHealthCheckController
355 mContext.unbindService(mConnection); in unbindService()
407 unbindService(); in initState()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DTransportConnection.java236 mContext.unbindService(mConnection); in connectAsync()
273 mContext.unbindService(mConnection); in unbind()
278 mContext.unbindService(mConnection); in unbind()
458 mContext.unbindService(mConnection); in onServiceDisconnected()
492 mContext.unbindService(mConnection); in onBindingDied()
497 mContext.unbindService(mConnection); in onBindingDied()
707 mContext.unbindService(this); in referenceLost()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsProviderLifecycleManager.kt210 context.unbindService(serviceConnection)
242 unbindService()
261 unbindService()
335 fun unbindService() { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/service/
H A DObservableServiceConnectionTest.java155 verify(mContext, times(1)).unbindService(eq(connection)); in testDisconnect()
160 verify(mContext, never()).unbindService(eq(connection)); in testDisconnect()
201 verify(mContext).unbindService(connection); in testBindServiceThrowsError()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDataLoaderManagerService.java101 mContext.unbindService(connection); in bindToDataLoader()
196 mContext.unbindService(this);
256 mContext.unbindService(this);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java184 unbindService(); in setBindAllowed()
210 private void unbindService() { in unbindService() method in TileServiceManager
256 unbindService();
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowProviderServerBasedImpl.java128 serviceConnection.unbindService(); in unwrapServerBlob()
187 serviceConnection.unbindService(); in wrapEscrowKey()
H A DResumeOnRebootServiceProvider.java131 public void unbindService() { in unbindService() method in ResumeOnRebootServiceProvider.ResumeOnRebootServiceConnection
133 mContext.unbindService(mServiceConnection); in unbindService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/
H A DObservableServiceConnection.java156 mContext.unbindService(this); in bind()
227 mContext.unbindService(this); in onDisconnected()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerProvider.java46 mContext.unbindService(this); in destroy()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java199 mContext.unbindService(conn); in takeScreenshotInternal()
222 mContext.unbindService(mScreenshotConnection); in resetConnection()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DMbmsGroupCallSession.java176 mContext.unbindService(mServiceConnection); in close()
310 mContext.unbindService(this); in bindAndInitialize()
H A DMbmsStreamingSession.java181 mContext.unbindService(mServiceConnection); in close()
351 mContext.unbindService(this); in bindAndInitialize()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalReceiver.java57 context.unbindService(sc); in onReceive()
/aosp14/frameworks/base/tests/EnforcePermission/service-app/src/android/tests/enforcepermission/service/
H A DTestService.java52 unbindService(mNestedServiceConnection); in onDestroy()

123456