OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unbindService
(Results
1 - 25
of
195
) sorted by null
1
2
3
4
5
6
7
8
/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);
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
218
getContext().
unbindService
(conn2);
224
getContext().
unbindService
(conn1);
225
getContext().
unbindService
(conn2);
237
getContext().
unbindService
(conn1);
255
getContext().
unbindService
(conn1);
268
getContext().
unbindService
(conn1);
286
getContext().
unbindService
(conn1);
296
getContext().
unbindService
(conn1);
309
getContext().
unbindService
(conn1);
/external/opencv3/modules/java/generator/src/java/
android+AsyncServiceHelper.java
32
AppContext.
unbindService
(helper.mServiceConnection);
176
mAppContext.
unbindService
(mServiceConnection);
202
mAppContext.
unbindService
(mServiceConnection);
209
mAppContext.
unbindService
(mServiceConnection);
217
mAppContext.
unbindService
(mServiceConnection);
226
mAppContext.
unbindService
(mServiceConnection);
254
mAppContext.
unbindService
(mServiceConnection);
275
mAppContext.
unbindService
(mServiceConnection);
281
mAppContext.
unbindService
(mServiceConnection);
317
mAppContext.
unbindService
(mServiceConnection)
[
all
...]
/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
44
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/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileLifecycleManagerTests.java
72
unbindService
();
90
unbindService
();
109
unbindService
();
149
unbindService
();
162
unbindService
();
200
private void
unbindService
() {
/cts/tests/app/src/android/app/cts/
ServiceTest.java
257
* and is closed by calling Context.
unbindService
().
276
mContext.
unbindService
(conn2);
280
mContext.
unbindService
(conn);
281
mContext.
unbindService
(conn2);
291
mContext.
unbindService
(conn);
306
mContext.
unbindService
(conn);
317
mContext.
unbindService
(conn);
332
mContext.
unbindService
(conn);
340
mContext.
unbindService
(conn);
353
mContext.
unbindService
(conn)
[
all
...]
IntentServiceTest.java
107
mContext.
unbindService
(conn);
/frameworks/base/services/core/java/com/android/server/utils/
ManagedApplicationService.java
175
mContext.
unbindService
(mConnection);
211
mContext.
unbindService
(this);
220
mContext.
unbindService
(this);
/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);
/packages/apps/Music/src/com/android/music/
MusicBrowserActivity.java
70
unbindService
(this);
/external/opencv3/platforms/android/service/engine/src/org/opencv/engine/manager/
ManagerActivity.java
92
unbindService
(this);
109
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/
RemoteSocketFactoryClient.java
75
mContext.
unbindService
(mServiceConnection);
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
ServiceRunnerActivity.java
115
unbindService
(mConnection);
/frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java
111
getContext().
unbindService
(mConnection);
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java
155
unbindService
(mServiceConnection);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServiceManager.java
154
unbindService
();
180
private void
unbindService
() {
226
unbindService
();
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportVCardActivity.java
216
public void
unbindService
(ServiceConnection conn) {
218
super.
unbindService
(conn);
240
unbindService
(this);
/cts/tests/tests/externalservice/service/src/android/externalservice/service/
ServiceCreator.java
81
unbindService
(conn);
Completed in 578 milliseconds
1
2
3
4
5
6
7
8