Home
last modified time | relevance | path

Searched refs:showToastAtBottom (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseWrapper.java158 UiUtils.showToastAtBottom(R.string.db_full); in endTransaction()
189 UiUtils.showToastAtBottom(R.string.db_full); in insertWithOnConflict()
349 UiUtils.showToastAtBottom(R.string.db_full); in update()
369 UiUtils.showToastAtBottom(R.string.db_full); in delete()
391 UiUtils.showToastAtBottom(R.string.db_full); in insert()
411 UiUtils.showToastAtBottom(R.string.db_full); in replace()
433 UiUtils.showToastAtBottom(R.string.db_full); in execSQL()
451 UiUtils.showToastAtBottom(R.string.db_full); in execSQL()
471 UiUtils.showToastAtBottom(R.string.db_full); in execSQLUpdateDelete()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraMediaChooser.java162 UiUtils.showToastAtBottom(R.string.camera_media_failure); in createView()
169 UiUtils.showToastAtBottom(R.string.camera_media_failure); in createView()
352 UiUtils.showToastAtBottom(mErrorToast); in showErrorToastIfNeeded()
DLevelTrackingMediaRecorder.java123 UiUtils.showToastAtBottom(R.string.audio_recording_start_failed); in startRecording()
DAudioRecordView.java325 UiUtils.showToastAtBottom(R.string.audio_recording_error); in onErrorWhileRecording()
/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java87 public static void showToastAtBottom(final int messageId) { in showToastAtBottom() method in UiUtils
88 UiUtils.showToastAtBottom(getApplicationContext().getString(messageId)); in showToastAtBottom()
92 public static void showToastAtBottom(final String message) { in showToastAtBottom() method in UiUtils
DChangeDefaultSmsAppHelper.java126 UiUtils.showToastAtBottom(R.string.activity_not_found_message); in run()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DLaunchConversationActivity.java137 UiUtils.showToastAtBottom(R.string.conversation_creation_failure); in onGetOrCreateNewConversationFailed()
DComposeMessageView.java415 UiUtils.showToastAtBottom( in sendMessageInternal()
437 UiUtils.showToastAtBottom( in sendMessageInternal()
DConversationFragment.java1425 UiUtils.showToastAtBottom(message); in onPostExecute()
1494 UiUtils.showToastAtBottom(R.string.attachment_load_failed_dialog_message); in notifyOfAttachmentLoadFailed()
/packages/apps/Messaging/src/com/android/messaging/ui/
DVCardDetailFragment.java194 UiUtils.showToastAtBottom(R.string.failed_loading_vcard); in onPersonDataFailed()
DUIIntentsImpl.java255 UiUtils.showToastAtBottom(R.string.activity_not_found_message); in launchContactCardPicker()
530 UiUtils.showToastAtBottom(R.string.activity_not_found_message); in startExternalActivity()
DAudioAttachmentView.java214 UiUtils.showToastAtBottom(R.string.audio_recording_replay_failed); in onAudioReplayError()
/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsSender.java145 UiUtils.showToastAtBottom(getSendErrorToastMessage(context, subId, errorCode)); in setResult()