OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unbindservice
(Results
1 - 25
of
78
) sorted by null
1
2
3
4
/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
239
getContext().
unbindService
(conn2);
245
getContext().
unbindService
(conn1);
246
getContext().
unbindService
(conn2);
258
getContext().
unbindService
(conn1);
276
getContext().
unbindService
(conn1);
289
getContext().
unbindService
(conn1);
307
getContext().
unbindService
(conn1);
317
getContext().
unbindService
(conn1);
330
getContext().
unbindService
(conn1);
RemoteCallbackListTest.java
82
mContext.
unbindService
(mSecondaryConnection);
TokenWatcherTest.java
107
getContext().
unbindService
(mServiceConnection);
/cts/tests/tests/app/src/android/app/cts/
ServiceTest.java
179
* and is closed by calling Context.
unbindService
().
198
mContext.
unbindService
(conn2);
202
mContext.
unbindService
(conn);
203
mContext.
unbindService
(conn2);
213
mContext.
unbindService
(conn);
228
mContext.
unbindService
(conn);
239
mContext.
unbindService
(conn);
254
mContext.
unbindService
(conn);
262
mContext.
unbindService
(conn);
275
mContext.
unbindService
(conn)
[
all
...]
IntentServiceTest.java
128
mContext.
unbindService
(conn);
/development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java
388
unbindService
(mConnection);
389
unbindService
(mSecondaryConnection);
504
unbindService
(this);
547
unbindService
(mCurConnection);
561
unbindService
(mCurConnection);
575
unbindService
(mCurConnection);
589
unbindService
(mCurConnection);
603
unbindService
(mCurConnection);
617
unbindService
(mCurConnection);
631
unbindService
(mCurConnection)
[
all
...]
LocalServiceActivities.java
134
unbindService
(mConnection);
MessengerServiceActivities.java
139
unbindService
(mConnection);
/packages/apps/Contacts/src/com/android/contacts/vcard/
ExportVCardActivity.java
282
public void
unbindService
(ServiceConnection conn) {
284
super.
unbindService
(conn);
289
unbindService
(this);
CancelActivity.java
130
unbindService
(this);
NfcImportVCardActivity.java
78
unbindService
(NfcImportVCardActivity.this);
83
unbindService
(NfcImportVCardActivity.this);
/frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java
111
getContext().
unbindService
(mConnection);
BinderThreadPriorityTest.java
93
getContext().
unbindService
(mConnection);
/packages/apps/Music/src/com/android/music/
MusicBrowserActivity.java
70
unbindService
(this);
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java
92
unbindService
(mSupportConnection);
96
unbindService
(mServiceConnection);
/frameworks/base/services/java/com/android/server/location/
GeocoderProxy.java
61
mContext.
unbindService
(mServiceConnection);
/frameworks/base/core/java/android/content/
ContextWrapper.java
374
public void
unbindService
(ServiceConnection conn) {
375
mBase.
unbindService
(conn);
/frameworks/base/docs/html/guide/topics/testing/
service_testing.jd
160
{@link android.content.Context#
unbindService
(ServiceConnection) Context.
unbindService
()},
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java
171
this.
unbindService
(conn);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java
119
mContext.
unbindService
(mConnection);
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
GoogleLoginServiceBlockingHelper.java
140
mContext.
unbindService
(mServiceConnection);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java
175
unbindService
(this);
/frameworks/base/keystore/java/android/security/
KeyChain.java
394
context.
unbindService
(serviceConnection);
404
* Caller should call
unbindService
on the result when finished.
Completed in 1729 milliseconds
1
2
3
4