package android.accounts; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public class GrantCredentialsPermissionActivity extends android.app.Activity implements android.view.View.OnClickListener { // Fields public static final java.lang.String EXTRAS_ACCOUNT = "account"; public static final java.lang.String EXTRAS_AUTH_TOKEN_LABEL = "authTokenLabel"; public static final java.lang.String EXTRAS_AUTH_TOKEN_TYPE = "authTokenType"; public static final java.lang.String EXTRAS_RESPONSE = "response"; public static final java.lang.String EXTRAS_ACCOUNT_TYPE_LABEL = "accountTypeLabel"; public static final java.lang.String EXTRAS_PACKAGES = "application"; public static final java.lang.String EXTRAS_REQUESTING_UID = "uid"; protected android.view.LayoutInflater mInflater; // Constructors public GrantCredentialsPermissionActivity(){ super(); } // Methods protected void onCreate(android.os.Bundle arg1){ } public void finish(){ } public void onClick(android.view.View arg1){ } public final void setAccountAuthenticatorResult(android.os.Bundle arg1){ } }