Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/packages/apps/Calendar/src/com/android/calendar/
DEvent.java125 Event e = new Event(); in clone() local
127 e.title = title; in clone()
128 e.color = color; in clone()
129 e.location = location; in clone()
130 e.allDay = allDay; in clone()
131 e.startDay = startDay; in clone()
132 e.endDay = endDay; in clone()
133 e.startTime = startTime; in clone()
134 e.endTime = endTime; in clone()
135 e.startMillis = startMillis; in clone()
[all …]
/packages/apps/Mms/src/com/android/mms/ui/
DPresenterFactory.java46 } catch (ClassNotFoundException e) { in getPresenter()
47 Log.e(TAG, "Type not found: " + className, e); in getPresenter()
48 } catch (NoSuchMethodException e) { in getPresenter()
50 Log.e(TAG, "No such constructor.", e); in getPresenter()
51 } catch (InvocationTargetException e) { in getPresenter()
52 Log.e(TAG, "Unexpected InvocationTargetException", e); in getPresenter()
53 } catch (IllegalAccessException e) { in getPresenter()
54 Log.e(TAG, "Unexpected IllegalAccessException", e); in getPresenter()
55 } catch (InstantiationException e) { in getPresenter()
56 Log.e(TAG, "Unexpected InstantiationException", e); in getPresenter()
DMessageListAdapter.java200 } catch (MmsException e) { in getCachedMessageItem()
201 Log.e(TAG, e.getMessage()); in getCachedMessageItem()
261 } catch (IllegalArgumentException e) { in ColumnsMap()
262 Log.w("colsMap", e.getMessage()); in ColumnsMap()
267 } catch (IllegalArgumentException e) { in ColumnsMap()
268 Log.w("colsMap", e.getMessage()); in ColumnsMap()
273 } catch (IllegalArgumentException e) { in ColumnsMap()
274 Log.w("colsMap", e.getMessage()); in ColumnsMap()
279 } catch (IllegalArgumentException e) { in ColumnsMap()
280 Log.w("colsMap", e.getMessage()); in ColumnsMap()
[all …]
DUriImage.java144 } catch (FileNotFoundException e) { in decodeBoundsInfo()
146 Log.e(TAG, "IOException caught while opening stream", e); in decodeBoundsInfo()
151 } catch (IOException e) { in decodeBoundsInfo()
153 Log.e(TAG, "IOException caught while closing stream", e); in decodeBoundsInfo()
270 } catch (java.lang.OutOfMemoryError e) { in getResizedImageData()
271 Log.e(TAG, e.getMessage(), e); in getResizedImageData()
287 } catch (FileNotFoundException e) { in getResizedImageData()
288 Log.e(TAG, e.getMessage(), e); in getResizedImageData()
294 } catch (IOException e) { in getResizedImageData()
295 Log.e(TAG, e.getMessage(), e); in getResizedImageData()
DSlideEditorActivity.java166 } catch (MmsException e) { in onCreate()
167 Log.e(TAG, "Create SlideshowModel failed!", e); in onCreate()
201 } catch (MmsException e) { in onPause()
202 Log.e(TAG, "Cannot update the message: " + mUri, e); in onPause()
540 } catch (MmsException e) { in onActivityResult()
541 Log.e(TAG, "add image failed", e); in onActivityResult()
546 } catch (UnsupportContentTypeException e) { in onActivityResult()
550 } catch (ResolutionException e) { in onActivityResult()
553 } catch (ExceedMessageSizeException e) { in onActivityResult()
563 } catch (MmsException e) { in onActivityResult()
[all …]
/packages/apps/IM/src/com/android/im/app/
DBrandingResources.java65 } catch (NameNotFoundException e) { in BrandingResources()
66 Log.e(TAG, "Can not load resources from package: " + pluginInfo.mPackageName); in BrandingResources()
78 } catch (ClassNotFoundException e) { in BrandingResources()
79 Log.e(TAG, "Failed load the plugin resource map", e); in BrandingResources()
80 } catch (IllegalAccessException e) { in BrandingResources()
81 Log.e(TAG, "Failed load the plugin resource map", e); in BrandingResources()
82 } catch (InstantiationException e) { in BrandingResources()
83 Log.e(TAG, "Failed load the plugin resource map", e); in BrandingResources()
84 } catch (SecurityException e) { in BrandingResources()
85 Log.e(TAG, "Failed load the plugin resource map", e); in BrandingResources()
[all …]
DImPluginHelper.java95 Log.e(TAG, "Ignore bad IM plugin: " + info); in loadAvaiablePlugins()
108 Log.e(TAG, "Ignore bad IM plugin: " + info + ". Lack of required meta data"); in loadAvaiablePlugins()
113 Log.e(TAG, "Ignore duplicated IM plugin: " + info); in loadAvaiablePlugins()
118 Log.e(TAG, "Ignore plugin in package: " + serviceInfo.packageName); in loadAvaiablePlugins()
126 Log.e(TAG, "Ignore bad IM plugin"); in loadAvaiablePlugins()
132 } catch (SQLiteFullException e) { in loadAvaiablePlugins()
133 Log.e(TAG, "Storage full", e); in loadAvaiablePlugins()
165 } catch (ClassNotFoundException e) { in loadPlugin()
166 Log.e(TAG, "Could not find plugin class", e); in loadPlugin()
167 } catch (IllegalAccessException e) { in loadPlugin()
[all …]
/packages/apps/IM/src/com/android/im/imps/
DImpsLog.java52 } catch (IOException e) { in dumpPrimitive()
53 Log.e(PACKET_TAG, "Bad Primitive"); in dumpPrimitive()
54 } catch (SerializerException e) { in dumpPrimitive()
55 Log.e(PACKET_TAG, "Bad Primitive"); in dumpPrimitive()
65 } catch (IOException e) { in log()
66 Log.e(TAG, e.getMessage(), e); in log()
67 } catch (SerializerException e) { in log()
68 Log.e(TAG, e.getMessage(), e); in log()
81 Log.e(TAG, /* DateFormat.format("kk:mm:ss", new Date()).toString() */ "", t); in logError()
85 Log.e(TAG, /* DateFormat.format("kk:mm:ss ", new Date()) + */ info, t); in logError()
[all …]
DCustomPasswordDigest.java33 } catch (ClassNotFoundException e) { in CustomPasswordDigest()
34 throw new ImException(e); in CustomPasswordDigest()
35 } catch (IllegalAccessException e) { in CustomPasswordDigest()
36 throw new ImException(e); in CustomPasswordDigest()
37 } catch (InstantiationException e) { in CustomPasswordDigest()
38 throw new ImException(e); in CustomPasswordDigest()
DTcpCirChannel.java75 } catch (UnknownHostException e) { in connect()
78 } catch (IOException e) { in connect()
100 } catch (IOException e) { in shutdown()
149 } catch (IOException e) { in run()
150 ImpsLog.logError("TCP CIR channel get:" + e); in run()
159 } catch (IOException e) { in run()
160 e.printStackTrace(); in run()
186 } catch (InterruptedException e) { in reconnect()
195 } catch (IOException e) { in reconnect()
224 } catch (InterruptedException e) { in reconnectAndWait()
[all …]
DCustomPresenceMapping.java38 } catch (ClassNotFoundException e) { in CustomPresenceMapping()
39 throw new ImException(e); in CustomPresenceMapping()
40 } catch (IllegalAccessException e) { in CustomPresenceMapping()
41 throw new ImException(e); in CustomPresenceMapping()
42 } catch (InstantiationException e) { in CustomPresenceMapping()
43 throw new ImException(e); in CustomPresenceMapping()
DSmsDataChannel.java73 } catch (SerializerException e) { in SmsDataChannel()
74 throw new ImException(e); in SmsDataChannel()
122 } catch (IOException e) { in sendPrimitive()
124 ImpsErrorInfo.SERIALIZER_ERROR, e.getLocalizedMessage()); in sendPrimitive()
125 } catch (SerializerException e) { in sendPrimitive()
127 ImpsErrorInfo.SERIALIZER_ERROR, e.getLocalizedMessage()); in sendPrimitive()
210 } catch (ParserException e) { in onIncomingSms()
211 handleError(data, ImpsErrorInfo.PARSER_ERROR, e.getLocalizedMessage()); in onIncomingSms()
212 } catch (IOException e) { in onIncomingSms()
213 handleError(data, ImpsErrorInfo.PARSER_ERROR, e.getLocalizedMessage()); in onIncomingSms()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppRfcommListener.java96 } catch (IOException e) { in start()
97 Log.e(TAG, "Error listing on port" + Constants.TCP_DEBUG_PORT); in start()
112 } catch (IOException e) { in start()
113 Log.e(TAG, "Error accept connection " + e); in start()
129 Log.e(TAG, "Error create RfcommServerSocket " + e1); in start()
137 } catch (InterruptedException e) { in start()
138 Log.e(TAG, "socketAcceptThread thread was interrupted (3)"); in start()
147 Log.e(TAG, "Error start listening after " + CREATE_RETRY_TIME + " try"); in start()
166 } catch (IOException e) { in start()
167 Log.e(TAG, "Error accept connection " + e); in start()
[all …]
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DRecognizerLogger.java85 catch (IOException e) { in enable()
86 Log.e(TAG, "enableLogging " + e); in enable()
100 catch (SecurityException e) { in disable()
101 Log.e(TAG, "disableLogging " + e); in disable()
136 catch (IOException e) { in logLine()
137 Log.e(TAG, "logLine exception: " + e); in logLine()
158 catch (IOException e) { in logContacts()
159 Log.e(TAG, "logContacts exception: " + e); in logContacts()
177 catch (IOException e) { in logIntents()
178 Log.e(TAG, "logIntents exception: " + e); in logIntents()
/packages/apps/Browser/src/com/android/browser/
DBrowserPreferencesPage.java50 Preference e = findPreference(BrowserSettings.PREF_HOMEPAGE); in onCreate() local
51 e.setOnPreferenceChangeListener(this); in onCreate()
52 e.setSummary(getPreferenceScreen().getSharedPreferences() in onCreate()
55 e = findPreference(BrowserSettings.PREF_EXTRAS_RESET_DEFAULTS); in onCreate()
56 e.setOnPreferenceChangeListener(this); in onCreate()
58 e = findPreference(BrowserSettings.PREF_TEXT_SIZE); in onCreate()
59 e.setOnPreferenceChangeListener(this); in onCreate()
60 e.setSummary(getVisualTextSizeName( in onCreate()
64 e = findPreference(BrowserSettings.PREF_DEFAULT_ZOOM); in onCreate()
65 e.setOnPreferenceChangeListener(this); in onCreate()
[all …]
/packages/apps/Camera/src/com/android/camera/
DCameraHolder.java92 } catch (RuntimeException e) { in open()
93 Log.e(TAG, "fail to connect Camera", e); in open()
94 throw new CameraHardwareException(e); in open()
100 } catch (IOException e) { in open()
101 Log.e(TAG, "reconnect failed."); in open()
102 throw new CameraHardwareException(e); in open()
119 } catch (CameraHardwareException e) { in tryOpen()
123 throw new RuntimeException(e); in tryOpen()
DPhotoAppWidgetProvider.java142 } catch (SQLiteException e) { in setPhoto()
143 Log.e(TAG, "Could not open database", e); in setPhoto()
144 } catch (IOException e) { in setPhoto()
145 Log.e(TAG, "Could not serialize photo", e); in setPhoto()
183 } catch (SQLiteException e) { in getPhoto()
184 Log.e(TAG, "Could not load photo from database", e); in getPhoto()
202 } catch (SQLiteException e) { in deletePhoto()
203 Log.e(TAG, "Could not delete photo from database", e); in deletePhoto()
/packages/apps/Gallery/src/com/android/camera/
DCameraHolder.java92 } catch (RuntimeException e) { in open()
93 Log.e(TAG, "fail to connect Camera", e); in open()
94 throw new CameraHardwareException(e); in open()
100 } catch (IOException e) { in open()
101 Log.e(TAG, "reconnect failed."); in open()
102 throw new CameraHardwareException(e); in open()
119 } catch (CameraHardwareException e) { in tryOpen()
123 throw new RuntimeException(e); in tryOpen()
DPhotoAppWidgetProvider.java144 } catch (SQLiteException e) { in setPhoto()
145 Log.e(TAG, "Could not open database", e); in setPhoto()
146 } catch (IOException e) { in setPhoto()
147 Log.e(TAG, "Could not serialize photo", e); in setPhoto()
185 } catch (SQLiteException e) { in getPhoto()
186 Log.e(TAG, "Could not load photo from database", e); in getPhoto()
204 } catch (SQLiteException e) { in deletePhoto()
205 Log.e(TAG, "Could not delete photo from database", e); in deletePhoto()
/packages/apps/Settings/src/com/android/settings/
DSettingsLicenseActivity.java55 Log.e(TAG, "The system property for the license file is empty."); in onCreate()
75 } catch (FileNotFoundException e) { in onCreate()
76 Log.e(TAG, "License HTML file not found at " + fileName, e); in onCreate()
79 } catch (IOException e) { in onCreate()
80 Log.e(TAG, "Error reading license HTML file at " + fileName, e); in onCreate()
88 } catch (IOException e) { in onCreate()
93 Log.e(TAG, "License HTML is empty (from " + fileName + ")"); in onCreate()
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
DWalkAroundWallpaper.java75 } catch (IOException e) { in startCamera()
79 Log.e(LOG_TAG, "Error opening the camera", e); in startCamera()
88 } catch (Exception e) { in stopCamera()
94 } catch (Exception e) { in stopCamera()
127 } catch (IOException e) { in onVisibilityChanged()
131 Log.e(LOG_TAG, "Error opening the camera", e); in onVisibilityChanged()
144 } catch (IOException e) { in onSurfaceChanged()
148 Log.e(LOG_TAG, "Error opening the camera", e); in onSurfaceChanged()
/packages/apps/IM/src/com/android/im/service/
DContactListAdapter.java49 Log.e(RemoteImService.TAG, "Address can't be null!"); in addContact()
55 } catch (IllegalArgumentException e) { in addContact()
57 } catch (ImException e) { in addContact()
58 return e.getImError().getCode(); in addContact()
76 } catch (ImException e) { in removeContact()
77 return e.getImError().getCode(); in removeContact()
93 Log.e(RemoteImService.TAG, "Name can't be null!"); in setName()
/packages/apps/Mms/src/com/android/mms/transaction/
DHttpUtils.java139 Log.e(TAG, "Unknown HTTP method: " + method in httpConnection()
214 } catch (IOException e) { in httpConnection()
215 Log.e(TAG, "Error closing input stream: " + e.getMessage()); in httpConnection()
226 } catch (URISyntaxException e) { in httpConnection()
227 handleHttpConnectionException(e); in httpConnection()
228 } catch (IllegalStateException e) { in httpConnection()
229 handleHttpConnectionException(e); in httpConnection()
230 } catch (IllegalArgumentException e) { in httpConnection()
231 handleHttpConnectionException(e); in httpConnection()
232 } catch (SocketException e) { in httpConnection()
[all …]
/packages/apps/Mms/src/com/android/mms/model/
DMediaModel.java125 } catch (MmsException e) { in setDuration()
127 Log.e(TAG, e.getMessage(), e); in setDuration()
257 Log.e(TAG, "MediaMetadataRetriever failed to get duration for " + mUri.getPath(), ex); in initMediaDuration()
279 } catch (IOException e) { in initMediaSize()
281 Log.e(TAG, "IOException caught while opening or reading stream", e); in initMediaSize()
282 if (e instanceof FileNotFoundException) { in initMediaSize()
283 throw new MmsException(e.getMessage()); in initMediaSize()
289 } catch (IOException e) { in initMediaSize()
291 Log.e(TAG, "IOException caught while closing stream", e); in initMediaSize()
/packages/apps/Email/src/com/android/exchange/
DAbstractSyncService.java143 } catch (IllegalAccessException e) { in validate()
144 throw new MessagingException("internal error", e); in validate()
145 } catch (InstantiationException e) { in validate()
146 throw new MessagingException("internal error", e); in validate()
172 ValidationResult(Exception e) { in ValidationResult() argument
175 exception = e; in ValidationResult()
211 public void userLog(String str, Exception e) { in userLog() argument
213 Log.e(TAG, str, e); in userLog()
215 Log.e(TAG, str + e); in userLog()
218 FileLogger.log(e); in userLog()
[all …]

12345678910>>...19