OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sServiceWatcher
(Results
1 - 2
of
2
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
CtsAugmentedAutofillService.java
77
private static ServiceWatcher
sServiceWatcher
;
90
if (
sServiceWatcher
!= null) {
93
sServiceWatcher
= new ServiceWatcher();
94
return
sServiceWatcher
;
110
if (
sServiceWatcher
!= null) {
111
Log.wtf(TAG, "resetStaticState(): should not have
sServiceWatcher
");
112
sServiceWatcher
= null;
118
Log.i(TAG, "onConnected():
sServiceWatcher
=" +
sServiceWatcher
);
120
if (
sServiceWatcher
== null)
[
all
...]
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
CtsContentCaptureService.java
62
private static ServiceWatcher
sServiceWatcher
;
129
if (
sServiceWatcher
!= null) {
132
sServiceWatcher
= new ServiceWatcher();
133
return
sServiceWatcher
;
145
if (
sServiceWatcher
!= null) {
146
Log.wtf(TAG, "resetStaticState(): should not have
sServiceWatcher
");
147
sServiceWatcher
= null;
165
Log.i(TAG, "onConnected(id=" + mId + "):
sServiceWatcher
=" +
sServiceWatcher
);
167
if (
sServiceWatcher
== null)
[
all
...]
Completed in 91 milliseconds