HomeSort by relevance Sort by last modified time
    Searched refs:unbindService (Results 1 - 25 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 247 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(conn)
    [all...]
LocalReceiver.java 56 context.unbindService(sc);
  /frameworks/base/core/tests/coretests/src/android/os/
BinderProxyCountingTest.java 150 private void unbindService(ServiceConnection service) {
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(sTestAppConnection)
    [all...]
MessengerTest.java 111 getContext().unbindService(mConnection);
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 221 getContext().unbindService(conn2);
227 getContext().unbindService(conn1);
228 getContext().unbindService(conn2);
240 getContext().unbindService(conn1);
258 getContext().unbindService(conn1);
271 getContext().unbindService(conn1);
289 getContext().unbindService(conn1);
299 getContext().unbindService(conn1);
312 getContext().unbindService(conn1);
  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
ServiceConnectionHandler.java 133 mContext.unbindService(this);
170 mContext.unbindService(mMainBinding);
217 mContext.unbindService(this);
  /frameworks/base/core/java/com/android/internal/util/
ScreenshotHelper.java 60 mContext.unbindService(mScreenshotConnection);
84 mContext.unbindService(mScreenshotConnection);
106 mContext.unbindService(mScreenshotConnection);
  /frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java 126 getContext().unbindService(mConn);
136 getContext().unbindService(mConn);
149 getContext().unbindService(mConn);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerProvider.java 46 mContext.unbindService(this);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 396 unbindService(mConnection);
397 unbindService(mSecondaryConnection);
513 unbindService(this);
559 unbindService(mCurConnection);
572 unbindService(mCurConnection);
586 unbindService(mCurConnection);
600 unbindService(mCurConnection);
614 unbindService(mCurConnection);
628 unbindService(mCurConnection);
642 unbindService(mCurConnection)
    [all...]
IsolatedService.java 128 mActivity.unbindService(mConnection);
156 mActivity.unbindService(mConnection);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ServiceTest.java 46 service.unbindService(conn);
55 service.unbindService(conn);
  /frameworks/support/lifecycle/service/src/androidTest/java/androidx/lifecycle/
ServiceLifecycleTest.java 104 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
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowServiceTest.java 47 service.unbindService(conn);
54 service.unbindService(conn);
61 service.unbindService(conn);
  /cts/tests/app/src/android/app/cts/
ServiceTest.java 307 * and is closed by calling Context.unbindService().
326 mContext.unbindService(conn2);
330 mContext.unbindService(conn);
331 mContext.unbindService(conn2);
341 mContext.unbindService(conn);
356 mContext.unbindService(conn);
367 mContext.unbindService(conn);
382 mContext.unbindService(conn);
390 mContext.unbindService(conn);
403 mContext.unbindService(conn)
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 42 public void unbindService(ServiceConnection conn) {
  /frameworks/opt/telephony/src/java/android/telephony/
CarrierMessagingServiceManager.java 75 context.unbindService(mCarrierMessagingServiceConnection);
  /frameworks/support/browser/src/main/java/androidx/browser/customtabs/
PostMessageServiceConnection.java 61 context.unbindService(this);
  /system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/
MultiProcessActivity.java 57 unbindService(mConnection);
  /cts/tests/tests/webkit/src/android/webkit/cts/
TestProcessClient.java 134 mContext.unbindService(this);
151 mContext.unbindService(this);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
OpenCVLibrary.java 126 context.unbindService(conn);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyServiceClient.java 78 mContext.unbindService(mServiceConnection);
RemoteSocketFactoryClient.java 79 mContext.unbindService(mServiceConnection);
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
ServiceRunnerActivity.java 115 unbindService(mConnection);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java 155 unbindService(mServiceConnection);

Completed in 1888 milliseconds

1 2 3 4 5 6 7 8 91011>>