Searched defs:options (Results 1 - 7 of 7) sorted by relevance

/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
H A DDocletRunner.java106 private String join(List<String> options, String delimiter) { argument
108 int numOptions = options.size();
110 builder.append(options.get(i));
/cts/tests/tests/database/src/android/database/sqlite/cts/
H A DSQLiteFtsTest.java104 private void prepareFtsTable(String table, String ftsType, String options) argument
108 + "(content TEXT, " + options + ");");
/cts/tests/src/android/content/cts/
H A DMockAccountAuthenticator.java51 String authTokenType, String[] requiredFeatures, Bundle options)
63 String authTokenType, Bundle options) throws NetworkErrorException {
69 Bundle options) throws NetworkErrorException {
78 String authTokenType, Bundle options) throws NetworkErrorException {
50 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
62 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
68 confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) argument
77 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
/cts/tests/tests/accounts/src/android/accounts/cts/
H A DMockAccountAuthenticator.java106 String authTokenType, String[] requiredFeatures, Bundle options)
113 this.mOptionsAddAccount = options;
123 String authTokenType, Bundle options) throws NetworkErrorException {
128 this.mOptionsUpdateCredentials = options;
152 Bundle options) throws NetworkErrorException {
156 this.mOptionsConfirmCredentials = options;
169 String authTokenType, Bundle options) throws NetworkErrorException {
174 this.mOptionsGetAuthToken = options;
105 addAccount(AccountAuthenticatorResponse response, String accountType, String authTokenType, String[] requiredFeatures, Bundle options) argument
122 updateCredentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
151 confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle options) argument
168 getAuthToken(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle options) argument
H A DAccountManagerTest.java153 // In ICS AccountManager may add options to indicate the caller id.
154 // We only validate that the passed in options are present in the actual ones
162 private void validateSystemOptions(Bundle options) { argument
163 assertNotNull(options.getString(AccountManager.KEY_ANDROID_PACKAGE_NAME));
164 assertTrue(options.containsKey(AccountManager.KEY_CALLER_UID));
165 assertTrue(options.containsKey(AccountManager.KEY_CALLER_PID));
179 String[] requiredFeatures, Bundle options, Activity activity,
187 options,
703 * test getAuthToken() with options
734 * test getAuthToken() with options an
178 addAccount(AccountManager am, String accountType, String authTokenType, String[] requiredFeatures, Bundle options, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) argument
[all...]
/cts/tools/signature-tools/lib/
H A Dantlr-2.7.7.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
H A Dstringtemplate.jarMETA-INF/ META-INF/MANIFEST.MF org/antlr/stringtemplate/AttributeRenderer.class AttributeRenderer.java package ...

Completed in 282 milliseconds