/packages/apps/IM/libwbxml/src/ |
H A D | imps_encoder.cpp | 95 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 D | xml2wbxml.cpp | 66 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 D | wbxml_encoder.cpp | 65 return NO_ERROR; 96 return NO_ERROR;
|
H A D | wbxml_jni.cpp | 438 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 D | MessagingException.java | 31 public static final int NO_ERROR = -1; field in class:MessagingException
|
/packages/apps/IM/src/com/android/im/service/ |
H A D | ContactListAdapter.java | 61 return ImErrorInfo.NO_ERROR; 80 return ImErrorInfo.NO_ERROR;
|
H A D | ContactListManagerAdapter.java | 129 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 D | ImConnectionAdapter.java | 241 return ImErrorInfo.NO_ERROR;
|
/packages/apps/IM/libwbxml/test/ |
H A D | imps_encoder_test.cpp | 491 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 D | wbxml_encoder.h | 34 NO_ERROR = 0, enumerator in enum:EncoderError
|
/packages/apps/IM/src/com/android/im/engine/ |
H A D | ImErrorInfo.java | 32 public static final int NO_ERROR = 0; field in class:ImErrorInfo
|
/packages/apps/Settings/src/com/android/settings/ |
H A D | CredentialInstaller.java | 83 return (mKeyStore.test() == KeyStore.NO_ERROR);
|
H A D | SecuritySettings.java | 345 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 D | BluetoothPbapCallLogComposer.java | 57 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 D | ChangeIccPinScreen.java | 58 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 D | VpnSettings.java | 110 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 D | WifiSettings.java | 136 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 D | ExchangeStore.java | 251 if (result != MessagingException.NO_ERROR) {
|
/packages/apps/IM/src/com/android/im/app/ |
H A D | UserPresenceView.java | 224 if (res != ImErrorInfo.NO_ERROR) {
|
H A D | ContactListView.java | 302 if (res != ImErrorInfo.NO_ERROR) { 344 if (res != ImErrorInfo.NO_ERROR) {
|
H A D | AddContactActivity.java | 168 if (res != ImErrorInfo.NO_ERROR) {
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
H A D | Recorder.java | 27 public static final int NO_ERROR = 0; field in class:Recorder
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
H A D | AccountSetupCheckSettings.java | 170 } else if (errorCode != MessagingException.NO_ERROR) {
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
H A D | CertInstaller.java | 113 && (mKeyStore.test() != KeyStore.NO_ERROR));
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
H A D | TransactionService.java | 291 return (type < MmsSms.ERR_TYPE_GENERIC_PERMANENT) && (type > MmsSms.NO_ERROR);
|