Searched refs:error (Results 1 - 25 of 178) sorted by relevance

12345678

/packages/apps/OMA-DM/engine/dmlib/api/native/
H A Ddmt.hpp21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmtPrincipal.hpp21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/Nfc/src/com/android/nfc/
H A DLlcpException.java36 public LlcpException(int error) { argument
37 super(ErrorCodes.asString(error));
/packages/apps/Camera/src/com/android/camera/
H A DCameraErrorCallback.java26 public void onError(int error, android.hardware.Camera camera) { argument
27 Log.e(TAG, "Got camera error callback. error=" + error);
28 if (error == android.hardware.Camera.CAMERA_ERROR_SERVER_DIED) {
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraErrorCallback.java25 public void onError(int error, android.hardware.Camera camera) { argument
26 Log.e(TAG, "Got camera error callback. error=" + error);
27 if (error == android.hardware.Camera.CAMERA_ERROR_SERVER_DIED) {
/packages/apps/Camera2/src/com/android/camera/
H A DCameraErrorCallback.java27 public void onError(int error, CameraAgent.CameraProxy camera) { argument
28 Log.e(TAG, "Got camera error callback. error=" + error);
29 if (error == android.hardware.Camera.CAMERA_ERROR_SERVER_DIED) {
/packages/apps/OMA-DM/engine/xpl/hdr/
H A DdmNewDataTypesValidation.h21 #error "This is a C++ header file; it requires C++ to compile."
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DStopRequestException.java52 final String error = "Unhandled HTTP response: " + code + " " + message;
54 throw new StopRequestException(code, error);
56 throw new StopRequestException(STATUS_UNHANDLED_REDIRECT, error);
58 throw new StopRequestException(STATUS_UNHANDLED_HTTP_CODE, error);
/packages/apps/OMA-DM/engine/dmlib/api/native/plugin/
H A DdmtCommitPlugin.hpp21 #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_ChoiceAlert.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmBootstrapSession.h21 #error "This is a C++ header file; it requires C++ to compile."
H A DSYNCML_DM_ConfirmAlert.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DSYNCML_DM_DisplayAlert.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DSYNCML_DM_MultipleChoiceAlert.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DSYNCML_DM_SingleChoiceAlert.H21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_pan.cpp23 error("Callback: '%s' is not called on the correct thread", __FUNCTION__);\
38 #define error(fmt, ...) ALOGE ("## ERROR : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
59 static void control_state_callback(btpan_control_state_t state, int local_role, bt_status_t error, argument
65 (jint)error, js_ifname);
69 static void connection_state_callback(btpan_connection_state_t state, bt_status_t error, const bt_bdaddr_t *bd_addr, argument
76 error("Fail to new jbyteArray bd addr for PAN channel state");
83 (jint)error, (jint)local_role, (jint)remote_role);
115 error("Bluetooth module is not loaded");
133 error("Failed to get Bluetooth PAN Interface");
139 error("Faile
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DPageDialogsHandler.java130 * this dialog was opened from the SSL-certificate-on-error dialog or
176 // if we came here from the SSL error dialog
178 // go back to the SSL error dialog
192 // if we came here from the SSL error dialog
194 // go back to the SSL error dialog
204 // error
216 // if we came here from the SSL error dialog
218 // go back to the SSL error dialog
272 * Displays the SSL error certificate dialog.
274 * @param handler The SSL error handle
278 showSSLCertificateOnError( final WebView view, final SslErrorHandler handler, final SslError error) argument
342 createSslCertificateDialog(SslCertificate certificate, SslError error) argument
392 addError(LayoutInflater inflater, LinearLayout parent, int error) argument
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothDevicePickerActivity.java42 String error = getString(R.string.error_action_not_supported);
43 Toast toast = Toast.makeText(this, error, Toast.LENGTH_SHORT);
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/hdr/
H A DSyncML_DM_Reader.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DSyncML_DM_Writer.H21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/hdr/
H A Ddm_tree_plugin_util.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 DdmEventSubscription.h21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java126 int error = doGetLastError();
128 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
130 switch (error) {
133 throw new LlcpException(error);
150 int error = doGetLastError();
152 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
154 switch (error) {
157 throw new LlcpException(error);
174 int error = doGetLastError();
176 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
[all...]
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java185 int error = doGetLastError();
187 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
189 switch (error) {
192 throw new LlcpException(error);
209 int error = doGetLastError();
211 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
213 switch (error) {
216 throw new LlcpException(error);
233 int error = doGetLastError();
235 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
[all...]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DManagedProvisioningService.java69 "com.android.managedprovisioning.error";
147 error("Error: The provided mobile device management package does not define a device"
178 error("Delete non required apps task failed.");
208 error("Profile creation failed, maximum number of users reached.");
210 error("Couldn't create profile. Reason unknown.");
226 error("Could not start user in background");
247 error("Could not install mobile device management app on managed "
251 error("Could not install mobile device management app on managed "
254 error("Could not install mobile device management app on managed "
272 error("Coul
329 private void error(String logMessage) { method in class:ManagedProvisioningService
[all...]

Completed in 891 milliseconds

12345678