OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthenticatorHelper
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java
35
import com.android.settingslib.accounts.
AuthenticatorHelper
;
41
implements
AuthenticatorHelper
.OnAccountsUpdateListener {
53
protected
AuthenticatorHelper
mAuthenticatorHelper;
67
mAuthenticatorHelper = new
AuthenticatorHelper
(activity, mUserHandle, this);
AccountDetailDashboardFragment.java
33
import com.android.settingslib.accounts.
AuthenticatorHelper
;
138
final
AuthenticatorHelper
helper = new
AuthenticatorHelper
(context, userHandle, null);
AccountPreferenceController.java
57
import com.android.settingslib.accounts.
AuthenticatorHelper
;
70
implements
AuthenticatorHelper
.OnAccountsUpdateListener,
114
* The {@link
AuthenticatorHelper
} that holds accounts data for this profile.
116
public
AuthenticatorHelper
authenticatorHelper
;
304
data.
authenticatorHelper
=
305
new
AuthenticatorHelper
(mContext, userInfo.getUserHandle(), this);
341
profileData.
authenticatorHelper
= new
AuthenticatorHelper
(context,
410
AuthenticatorHelper
authenticatorHelper = mProfiles.valueAt(i).authenticatorHelper
[
all
...]
AccountTypePreferenceLoader.java
43
import com.android.settingslib.accounts.
AuthenticatorHelper
;
59
private
AuthenticatorHelper
mAuthenticatorHelper;
64
AuthenticatorHelper
authenticatorHelper
, UserHandle userHandle) {
66
mAuthenticatorHelper =
authenticatorHelper
;
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountTypePreferenceLoaderTest.java
35
import com.android.settingslib.accounts.
AuthenticatorHelper
;
78
final
AuthenticatorHelper
helper = new
AuthenticatorHelper
(mContext, UserHandle.CURRENT,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncFragment.java
41
import com.android.settingslib.accounts.
AuthenticatorHelper
;
51
AuthenticatorHelper
.OnAccountsUpdateListener {
78
private
AuthenticatorHelper
mAuthenticatorHelper;
96
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,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainFragment.java
46
import com.android.settingslib.accounts.
AuthenticatorHelper
;
79
private
AuthenticatorHelper
mAuthenticatorHelper;
105
mAuthenticatorHelper = new
AuthenticatorHelper
(getContext(),
Completed in 323 milliseconds