OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GoogleLoginServiceNotFoundException
(Results
1 - 3
of
3
) sorted by null
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
GoogleLoginServiceNotFoundException.java
25
public class
GoogleLoginServiceNotFoundException
extends AndroidException {
29
public
GoogleLoginServiceNotFoundException
(int errorCode) {
GoogleLoginServiceBlockingHelper.java
75
* @throws
GoogleLoginServiceNotFoundException
if the Google login service cannot be found.
78
throws
GoogleLoginServiceNotFoundException
{
88
throw new
GoogleLoginServiceNotFoundException
(
124
throw new
GoogleLoginServiceNotFoundException
(
175
* @throws
GoogleLoginServiceNotFoundException
if the Google login service cannot be found.
177
private IGoogleLoginService getLoginService() throws
GoogleLoginServiceNotFoundException
{
201
throws
GoogleLoginServiceNotFoundException
{
203
throw new
GoogleLoginServiceNotFoundException
(
216
* @throws
GoogleLoginServiceNotFoundException
if the Google login service cannot be found.
218
public static long getAndroidId(Context context) throws
GoogleLoginServiceNotFoundException
{
[
all
...]
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
PostNotification.java
28
import com.google.android.googlelogin.
GoogleLoginServiceNotFoundException
;
188
} catch (
GoogleLoginServiceNotFoundException
e) {
Completed in 52 milliseconds