OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mgoogleloginservice
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
GoogleLoginServiceBlockingHelper.java
52
private volatile IGoogleLoginService
mGoogleLoginService
= null;
66
* {@link #
mGoogleLoginService
} is not null.
107
mGoogleLoginService
= IGoogleLoginService.Stub.asInterface(service);
117
mGoogleLoginService
= null;
142
mGoogleLoginService
= null;
171
* Waits for
mGoogleLoginService
to be nun-null and then returns it. It is set in the
184
while (
mGoogleLoginService
== null) {
194
return
mGoogleLoginService
;
202
if (
mGoogleLoginService
!= null && !mGlsVerified) {
/dalvik/hit/samples/
android.hprof
[
all
...]
Completed in 223 milliseconds