/aosp14/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/ |
H A D | OomAdjPerfTest.java | 165 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 D | BinderProxyCountingTest.java | 150 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 D | BinderWorkSourceTest.java | 99 sContext.unbindService(mConnection); in tearDown() 100 sContext.unbindService(mNestedConnection); in tearDown()
|
H A D | BinderWorkSourceNestedService.java | 83 context.unbindService(mConnection);
|
H A D | MessengerTest.java | 107 getContext().unbindService(mConnection); in tearDown()
|
H A D | BinderProxyTest.java | 129 mContext.unbindService(connection); in testGetExtension()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
H A D | ControlsProviderLifecycleManagerTest.kt | 110 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 D | ControlsBindingControllerImplTest.kt | 353 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 D | ObservableServiceConnectionTest.java | 150 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 D | SimpleService.java | 82 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 D | ExplicitHealthCheckController.java | 174 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 D | TransportConnection.java | 236 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 D | ControlsProviderLifecycleManager.kt | 210 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 D | ObservableServiceConnectionTest.java | 155 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 D | DataLoaderManagerService.java | 101 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 D | TileServiceManager.java | 184 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 D | RebootEscrowProviderServerBasedImpl.java | 128 serviceConnection.unbindService(); in unwrapServerBlob() 187 serviceConnection.unbindService(); in wrapEscrowKey()
|
H A D | ResumeOnRebootServiceProvider.java | 131 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 D | ObservableServiceConnection.java | 156 mContext.unbindService(this); in bind() 227 mContext.unbindService(this); in onDisconnected()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | PrintSpoolerProvider.java | 46 mContext.unbindService(this); in destroy()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ScreenshotHelper.java | 199 mContext.unbindService(conn); in takeScreenshotInternal() 222 mContext.unbindService(mScreenshotConnection); in resetConnection()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | MbmsGroupCallSession.java | 176 mContext.unbindService(mServiceConnection); in close() 310 mContext.unbindService(this); in bindAndInitialize()
|
H A D | MbmsStreamingSession.java | 181 mContext.unbindService(mServiceConnection); in close() 351 mContext.unbindService(this); in bindAndInitialize()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | LocalReceiver.java | 57 context.unbindService(sc); in onReceive()
|
/aosp14/frameworks/base/tests/EnforcePermission/service-app/src/android/tests/enforcepermission/service/ |
H A D | TestService.java | 52 unbindService(mNestedServiceConnection); in onDestroy()
|