Searched defs:validate (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DISeqStepValidator.java9 * Interface to validate test step result
12 boolean validate(SeqStep step, HeaderSet response, Operation op) method in interface:ISeqStepValidator
H A DMapStepsConvo.java54 /*nearly impossible to validate due to auto assigned ID values*/
65 /*nearly impossible to validate due to auto assigned ID values*/
76 /*nearly impossible to validate due to auto assigned ID values*/
87 /*nearly impossible to validate due to auto assigned ID values*/
98 /*nearly impossible to validate due to auto assigned ID values*/
109 /*nearly impossible to validate due to auto assigned ID values*/
120 /*nearly impossible to validate due to auto assigned ID values*/
181 /* Functions to validate results */
203 public boolean validate(SeqStep step, HeaderSet response, Operation op) method in class:MapStepsConvo.MapConvoListValidator
H A DMapStepsFolder.java93 /* Functions to validate results */
112 public boolean validate(SeqStep step, HeaderSet response, Operation op) method in class:MapStepsFolder.MapBuildFolderStructurValidator
H A DSeqStep.java23 /* The headers to send in the request - and validate on server side */
25 /* The headers to send in the response - and validate on client side */
61 public boolean validate(HeaderSet response, Operation op) throws IOException { method in class:SeqStep
63 return mValidator.validate(this, response, op);
H A DMapObexLevelTest.java253 /* Functions to validate results */
257 public boolean validate(SeqStep step, HeaderSet response, Operation notUsed) method in class:MapObexLevelTest.MapConnectValidator
H A DObexTest.java265 * Use this validator to validate operation response codes. E.g. for OBEX CONNECT and
274 * Use this validator to validate (and read/write data) for OBEX PUT and GET operations.
282 * Use this validator to validate operation response codes. E.g. for OBEX CONNECT and
299 public boolean validate(SeqStep step, HeaderSet response, Operation op) method in class:ObexTest.ResponseCodeValidator
314 * Use this validator to validate (and read/write data) for OBEX PUT and GET operations.
319 public boolean validate(SeqStep step, HeaderSet notUsed, Operation op) method in class:ObexTest.DataValidator
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasFolderSync.java40 * during account adding flow as a convenient command to validate the account settings (e.g. since
52 * Result code indicating that this object was constructed for sync and was asked to validate,
97 return validate();
118 private int validate() { method in class:EasFolderSync
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DUriCodec.java61 public final String validate(String uri, int start, int end, String name) method in class:UriCodec
/packages/apps/Settings/src/com/android/settings/
H A DProxySelector.java100 String msg = getActivity().getString(validate(hostname, portStr, exclList));
181 * validate syntax of hostname and port entries
184 public static int validate(String hostname, String port, String exclList) { method in class:ProxySelector
185 switch (Proxy.validate(hostname, port, exclList)) {
215 int result = validate(hostname, portStr, exclList);
225 // should never happen - caught by validate above
H A DSettingsActivity.java1018 private Fragment switchToFragment(String fragmentName, Bundle args, boolean validate, argument
1020 if (validate && !isValidFragment(fragmentName)) {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceProxy.java146 * @param hostAuthCom the hostAuthCom object to validate
150 public Bundle validate(final HostAuthCompat hostAuthCom) throws RemoteException { method in class:EmailServiceProxy
154 mReturn = mService.validate(hostAuthCom);
156 }, "validate");
165 LogUtils.v(TAG, "validate returns " + bundle.getInt(VALIDATE_BUNDLE_RESULT_CODE));
173 * success) include a HostAuth record sufficient to enable the service to validate the user's
/packages/apps/Email/provider_src/com/android/email/service/
H A DEmailServiceStub.java94 public Bundle validate(HostAuthCompat hostAuthCom) throws RemoteException { method in class:EmailServiceStub
H A DEmailServiceUtils.java696 public Bundle validate(HostAuthCompat hostauth) throws RemoteException { method in class:EmailServiceUtils.NullService
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiApDialog.java204 validate();
216 private void validate() { method in class:WifiApDialog
242 validate();
249 validate();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DWifiConfigHelper.java136 * validate syntax of hostname and port entries
139 public static int validate(String hostname, String port, String exclList) { method in class:WifiConfigHelper
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DConfigDialog.java148 boolean valid = validate(true);
195 .setEnabled(mEditing ? valid : validate(false));
215 getButton(DialogInterface.BUTTON_POSITIVE).setEnabled(validate(mEditing));
238 getButton(DialogInterface.BUTTON_POSITIVE).setEnabled(validate(mEditing));
283 private boolean validate(boolean editing) { method in class:ConfigDialog
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemViewModel.java214 void validate() { method in class:ConversationItemViewModel
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 319 milliseconds