Searched refs:NON_EXISTING_FEATURE (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 80 public static final String NON_EXISTING_FEATURE = "feature.3"; field in AccountManagerTest 1067 new String[] { NON_EXISTING_FEATURE }, in testGetAccountsByTypeAndFeatures() 1156 new String[] { NON_EXISTING_FEATURE }, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() 1624 new String[] { NON_EXISTING_FEATURE }, in testGetAuthTokenByFeatures() 1640 new String[] { NON_EXISTING_FEATURE }, in testGetAuthTokenByFeatures() 2176 new String[]{NON_EXISTING_FEATURE}, in assertHasFeature() 2182 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, in assertHasFeature() 2188 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2}, in assertHasFeature() 2273 new String[]{NON_EXISTING_FEATURE}, 2280 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, [all …]
|