OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthenticatorHelper
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java
40
import com.android.settingslib.accounts.
AuthenticatorHelper
;
46
implements
AuthenticatorHelper
.OnAccountsUpdateListener {
57
protected
AuthenticatorHelper
mAuthenticatorHelper;
70
mAuthenticatorHelper = new
AuthenticatorHelper
(activity, mUserHandle, this);
AccountSettings.java
65
import com.android.settingslib.accounts.
AuthenticatorHelper
;
85
implements
AuthenticatorHelper
.OnAccountsUpdateListener,
127
* The {@link
AuthenticatorHelper
} that holds accounts data for this profile.
129
public
AuthenticatorHelper
authenticatorHelper
;
317
profileData.
authenticatorHelper
= new
AuthenticatorHelper
(context,
382
AuthenticatorHelper
authenticatorHelper
= mProfiles.valueAt(i).
authenticatorHelper
;
[
all
...]
ManageAccountsSettings.java
55
import com.android.settingslib.accounts.
AuthenticatorHelper
;
66
implements
AuthenticatorHelper
.OnAccountsUpdateListener {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainFragment.java
46
import com.android.settingslib.accounts.
AuthenticatorHelper
;
80
private
AuthenticatorHelper
mAuthenticatorHelper;
106
mAuthenticatorHelper = new
AuthenticatorHelper
(getContext(),
108
new
AuthenticatorHelper
.OnAccountsUpdateListener() {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncFragment.java
41
import com.android.settingslib.accounts.
AuthenticatorHelper
;
50
AuthenticatorHelper
.OnAccountsUpdateListener {
77
private
AuthenticatorHelper
mAuthenticatorHelper;
95
mAuthenticatorHelper = new
AuthenticatorHelper
(getActivity(), mUserHandle, this);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
AuthenticatorHelper.java
48
final public class
AuthenticatorHelper
extends BroadcastReceiver {
49
private static final String TAG = "
AuthenticatorHelper
";
65
public
AuthenticatorHelper
(Context context, UserHandle userHandle,
Completed in 290 milliseconds