Searched refs:error (Results 26 - 50 of 178) sorted by relevance

12345678

/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColorsGLRenderer.java179 int error = mEgl.eglGetError();
180 if (error == EGL10.EGL_BAD_NATIVE_WINDOW) {
185 + GLUtils.getEGLErrorString(error));
250 String error = glGetProgramInfoLog(program);
251 Log.d(TAG, "Error while linking program:\n" + error);
273 String error = glGetShaderInfoLog(shader);
274 Log.d(TAG, "Error while compiling shader:\n" + error);
283 int error = mEgl.eglGetError();
284 if (error != EGL10.EGL_SUCCESS) {
285 Log.w(TAG, "EGL error
[all...]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DDeviceOwnerProvisioningService.java73 "com.android.managedprovisioning.error";
94 // MessageId of the last error message.
121 // Send error message if currently in error state.
218 error(R.string.device_owner_error_wifi);
237 error(R.string.device_owner_error_hash_mismatch);
240 error(R.string.device_owner_error_download_failed);
243 error(R.string.device_owner_error_general);
262 error(R.string.device_owner_error_package_invalid);
265 error(
340 private void error(int dialogMessage) { method in class:DeviceOwnerProvisioningService
[all...]
/packages/services/Telecomm/src/com/android/server/telecom/
H A DErrorDialogActivity.java28 * Used to display an error dialog from within the Telecom service when an outgoing call fails
51 final int error = getIntent().getIntExtra(ERROR_MESSAGE_ID_EXTRA, -1);
52 if (error == -1) {
53 Log.w(TAG, "ErrorDialogActivity called with no error type extra.");
56 showGenericErrorDialog(error);
/packages/services/Telephony/src/com/android/phone/
H A DErrorDialogActivity.java27 * Used to display an error dialog from within the Telephony service when an outgoing call fails
45 final int error = getIntent().getIntExtra(ERROR_MESSAGE_ID_EXTRA, -1);
46 if (error == -1) {
47 Log.e(TAG, "ErrorDialogActivity called with no error type extra.");
50 showGenericErrorDialog(error);
/packages/apps/OMA-DM/engine/dmlib/api/native/
H A DdmtAcl.hpp21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmtDataChunk.hpp21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmtEventData.hpp21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmtEvent.hpp21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmtNotification.hpp21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/hdr/
H A DSyncML_Commit_Log.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DSyncML_DM_WBXMLWriter.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DSyncML_Log.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmBufferReader.h21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmBufferWriter.h21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
H A DSYNCML_DM_TextInputAlert.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmServerSession.h21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/hdr/
H A DSYNCML_DM_TreeMount.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmACLManager.h21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/dmlib/plugin/hdr/
H A DSyncML_PlugIn_Log.H21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/Mms/src/com/android/mms/transaction/
H A DSmsReceiverService.java162 return "Unknown error code";
199 int error = intent.getIntExtra("errorCode", 0);
202 Log.v(TAG, "handleMessage action: " + action + " error: " + error);
206 handleSmsSent(intent, error);
208 handleSmsReceived(intent, error);
305 private void handleSmsSent(Intent intent, int error) { argument
313 " = " + translateResultCode(mResultCode) + " error: " + error);
320 if (!Sms.moveMessageToFolder(this, uri, Sms.MESSAGE_TYPE_SENT, error)) {
362 messageFailedToSend(Uri uri, int error) argument
370 handleSmsReceived(Intent intent, int error) argument
465 insertMessage(Context context, SmsMessage[] msgs, int error, String format) argument
488 replaceMessage(Context context, SmsMessage[] msgs, int error) argument
547 storeMessage(Context context, SmsMessage[] msgs, int error) argument
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
H A Ddefine.h152 #define XPT_API #error
153 #define XPT_API_DEF #error
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
H A Ddefine.h152 #define XPT_API #error
153 #define XPT_API_DEF #error
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMatrixUtilsTests.java34 /* package */ static void assertEqualsFloat(float f0, float f1, float error) { argument
35 assertTrue(Math.abs(f0 - f1) < error);
/packages/services/Telecomm/
H A DAndroid.mk19 # Workaround for "local variable type mismatch" error.
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java123 Log.w(TAG, "OBEX session disconnect error " + e.getMessage());
133 Log.w(TAG, "OBEX session close error:" + e.getMessage());
143 Log.e(TAG, "mTransport.close error: " + e.getMessage());
209 Log.e(TAG, "BtSocket Connect error " + e.getMessage(), e);
210 // TODO: do we need to report error somewhere?
220 Log.e(TAG, "OBEX session create error " + e1.getMessage());
241 Log.e(TAG, "OBEX session connect error " + e.getMessage());
268 boolean error = false;
308 error = true;
313 if (!error) {
[all...]

Completed in 8553 milliseconds

12345678