Home | History | Annotate | Download | only in accounts

Lines Matching refs:mFeatures

1021         private final String[] mFeatures;
1029 mFeatures = features;
1036 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
1072 + ", " + (mFeatures != null ? TextUtils.join(",", mFeatures) : null);
2412 private final String[] mFeatures;
2424 mFeatures = features;
2459 accountAuthenticator.hasFeatures(this, mAccountsOfType[mCurrentAccount], mFeatures);
2507 + ", " + (mFeatures != null ? TextUtils.join(",", mFeatures) : null);