Searched refs:toastMessage (Results 1 – 4 of 4) sorted by relevance
351 MessageData toastMessage = message; in processBackgroundResponse() local352 if (toastMessage == null) { in processBackgroundResponse()355 toastMessage = BugleDatabaseOperations.readMessageData(db, messageId); in processBackgroundResponse()357 if (toastMessage != null) { in processBackgroundResponse()359 db, toastMessage.getParticipantId()); in processBackgroundResponse()361 toastMessage.getConversationId(), sender, toastMessage); in processBackgroundResponse() local
60 String toastMessage = (String) args.arg1;62 showMessageSentToast(toastMessage, context);
549 String toastMessage = filterShowActivity.getResources().getString( in saveImage() local552 toastMessage, in saveImage()
2724 final String toastMessage = TextUtils.isEmpty(displayName) in createLauncherShortcutWithContact()2727 Toast.makeText(QuickContactActivity.this, toastMessage, in createLauncherShortcutWithContact()