HomeSort by relevance Sort by last modified time
    Searched refs:mAccountType (Results 1 - 6 of 6) sorted by null

  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
ProviderPreference.java 35 private String mAccountType;
39 mAccountType = accountType;
58 return mAccountType;
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 35 private String mAccountType;
60 return mAccountType;
81 mAccountType = null;
110 this.mAccountType = accountType;
142 this.mAccountType = accountType;
  /development/apps/Development/src/com/android/development/
AccountsTester.java 319 final String mAccountType;
323 mAccountType = type;
327 Log.d(TAG, "GetAccountsCallback: type " + mAccountType
353 final String mAccountType;
358 mAccountType = type;
363 Log.d(TAG, "GetAuthTokenCallback: type " + mAccountType
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 396 String mAccountType;
401 mAccountType = accountType;
408 mView.postDelayed(new RefreshCalendars(mToken, mAccount, mAccountType),
415 new String[] { mAccount, mAccountType } /*selectionArgs*/,
  /frameworks/base/core/java/android/accounts/
AccountManager.java     [all...]
AccountManagerService.java     [all...]

Completed in 74 milliseconds