Searched refs:NO_ERROR (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/IM/libwbxml/src/
H A Dimps_encoder.cpp95 if (err != NO_ERROR) {
101 return NO_ERROR;
110 return NO_ERROR;
120 return NO_ERROR;
138 return NO_ERROR;
143 return NO_ERROR;
157 return NO_ERROR;
170 return NO_ERROR;
191 return NO_ERROR;
201 return NO_ERROR;
[all...]
H A Dxml2wbxml.cpp66 mErrorCode(NO_ERROR)
85 if (getErrorCode() != NO_ERROR)
117 if (getErrorCode() != NO_ERROR)
126 if (getErrorCode() != NO_ERROR)
175 return getErrorCode() == NO_ERROR ? WBXML_STATUS_OK : WBXML_STATUS_ERROR;
H A Dwbxml_encoder.cpp65 return NO_ERROR;
96 return NO_ERROR;
H A Dwbxml_jni.cpp438 if (env->ExceptionCheck() == JNI_FALSE && ret != NO_ERROR) {
485 if (env->ExceptionCheck() == JNI_FALSE && ret != NO_ERROR) {
520 if (env->ExceptionCheck() == JNI_FALSE && ret != NO_ERROR) {
/packages/apps/Email/src/com/android/email/mail/
H A DMessagingException.java31 public static final int NO_ERROR = -1; field in class:MessagingException
/packages/apps/IM/src/com/android/im/service/
H A DContactListAdapter.java61 return ImErrorInfo.NO_ERROR;
80 return ImErrorInfo.NO_ERROR;
H A DContactListManagerAdapter.java129 return ImErrorInfo.NO_ERROR;
139 return ImErrorInfo.NO_ERROR;
169 if (ImErrorInfo.NO_ERROR != resCode) {
176 return ImErrorInfo.NO_ERROR;
194 return ImErrorInfo.NO_ERROR;
205 return ImErrorInfo.NO_ERROR;
H A DImConnectionAdapter.java241 return ImErrorInfo.NO_ERROR;
/packages/apps/IM/libwbxml/test/
H A Dimps_encoder_test.cpp491 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("WV-CSP-Message", atts));
492 ASSERT_EQUAL_INT(NO_ERROR, encoder.endElement());
503 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("WV-CSP-Message", atts));
504 ASSERT_EQUAL_INT(NO_ERROR, encoder.endElement());
511 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("WV-CSP-Message", atts));
512 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("Session", atts));
513 ASSERT_EQUAL_INT(NO_ERROR, encoder.endElement());
514 ASSERT_EQUAL_INT(NO_ERROR, encoder.endElement());
525 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("ContentData", atts));
526 ASSERT_EQUAL_INT(NO_ERROR, encode
[all...]
/packages/apps/IM/libwbxml/include/
H A Dwbxml_encoder.h34 NO_ERROR = 0, enumerator in enum:EncoderError
/packages/apps/IM/src/com/android/im/engine/
H A DImErrorInfo.java32 public static final int NO_ERROR = 0; field in class:ImErrorInfo
/packages/apps/Settings/src/com/android/settings/
H A DCredentialInstaller.java83 return (mKeyStore.test() == KeyStore.NO_ERROR);
H A DSecuritySettings.java345 updatePreferences(KeyStore.NO_ERROR);
442 if (error == KeyStore.NO_ERROR) {
443 updatePreferences(KeyStore.NO_ERROR);
514 mAccessCheckBox.setChecked(state == KeyStore.NO_ERROR);
524 } else if (state == KeyStore.NO_ERROR) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapCallLogComposer.java57 private static final String NO_ERROR = "No error"; field in class:BluetoothPbapCallLogComposer
87 private String mErrorReason = NO_ERROR;
/packages/apps/Phone/src/com/android/phone/
H A DChangeIccPinScreen.java58 private static final int NO_ERROR = 0; field in class:ChangeIccPinScreen
166 return NO_ERROR;
/packages/apps/Settings/src/com/android/settings/vpn/
H A DVpnSettings.java110 private static final int NO_ERROR = VpnManager.VPN_ERROR_NO_ERROR; field in class:VpnSettings
138 private int mConnectingErrorCode = NO_ERROR;
615 return mKeyStore.test() == KeyStore.NO_ERROR;
738 if (mConnectingErrorCode == NO_ERROR) {
742 mConnectingErrorCode = NO_ERROR;
1000 VpnManager.BROADCAST_ERROR_CODE, NO_ERROR);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettings.java136 if (mKeyStoreNetworkId != -1 && KeyStore.getInstance().test() == KeyStore.NO_ERROR) {
296 KeyStore.getInstance().test() != KeyStore.NO_ERROR) {
/packages/apps/Email/src/com/android/email/mail/store/
H A DExchangeStore.java251 if (result != MessagingException.NO_ERROR) {
/packages/apps/IM/src/com/android/im/app/
H A DUserPresenceView.java224 if (res != ImErrorInfo.NO_ERROR) {
H A DContactListView.java302 if (res != ImErrorInfo.NO_ERROR) {
344 if (res != ImErrorInfo.NO_ERROR) {
H A DAddContactActivity.java168 if (res != ImErrorInfo.NO_ERROR) {
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DRecorder.java27 public static final int NO_ERROR = 0; field in class:Recorder
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupCheckSettings.java170 } else if (errorCode != MessagingException.NO_ERROR) {
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertInstaller.java113 && (mKeyStore.test() != KeyStore.NO_ERROR));
/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionService.java291 return (type < MmsSms.ERR_TYPE_GENERIC_PERMANENT) && (type > MmsSms.NO_ERROR);

Completed in 261 milliseconds

12