Home | History | Annotate | Download | only in accounts

Lines Matching refs:mFeatures

769         private final String[] mFeatures;
776 mFeatures = features;
782 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
816 + ", " + (mFeatures != null ? TextUtils.join(",", mFeatures) : null);
1613 private final String[] mFeatures;
1624 mFeatures = features;
1658 accountAuthenticator.hasFeatures(this, mAccountsOfType[mCurrentAccount], mFeatures);
1704 + ", " + (mFeatures != null ? TextUtils.join(",", mFeatures) : null);