Searched refs:message (Results 251 - 275 of 309) sorted by relevance

<<111213

/packages/apps/Email/src/com/android/email/
H A DNotificationController.java181 * Tells the notification controller if it should be watching for changes to the message table.
182 * This is the main life cycle method for message notifications. When we stop observing
183 * database changes, we save the state [e.g. message ID and count] of the most recent
189 // Run this on the message notification handler
233 public boolean handleMessage(final android.os.Message message) {
241 final Context context = (Context)message.obj;
303 // cancel all existing message observers
392 final Message message = Message.restoreMessageWithId(mContext, attachment.mMessageKey);
393 if (message == null) return;
394 final Mailbox mailbox = Mailbox.restoreMailboxWithId(mContext, message
[all...]
/packages/apps/Settings/src/com/android/settings/print/
H A DPrintServiceSettingsFragment.java185 CharSequence message = null;
189 message = mEnableWarningMessage;
196 .setMessage(message)
238 TextView textView = (TextView) emptyView.findViewById(R.id.message);
265 TextView textView = (TextView) emptyView.findViewById(R.id.message);
377 // Enable warning message.
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DSoundRecorder.java170 * display the correct message to the user when we hit one of the limits.
839 String message = null;
842 message = res.getString(R.string.error_sdcard_access);
845 // TODO: update error message to reflect that the recording could not be
848 message = res.getString(R.string.error_app_internal);
851 if (message != null) {
854 .setMessage(message)
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlidingWindow.java109 public void handleMessage(Message message) {
110 Utils.assertTrue(message.what == MSG_UPDATE_ALBUM_ENTRY);
111 ((EntryUpdater) message.obj).updateEntry();
H A DPhotoView.java331 public void handleMessage(Message message) { argument
332 switch (message.what) {
344 // message.arg1 is the offset parameter passed to
346 captureAnimationDone(message.arg1);
350 // message.obj is the Path of the MediaItem which should be
351 // deleted. message.arg1 is the offset of the image.
352 mListener.onDeleteImage((Path) message.obj, message.arg1);
391 default: throw new AssertionError(message.what);
732 // Draw the play video icon and the message
[all...]
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipEditor.java278 private void showAlert(final String message) { argument
280 if (VERBOSE) log("Home button clicked, don't show dialog: " + message);
289 .setMessage(message)
/packages/apps/Gallery/src/com/android/camera/
H A DUtil.java415 String title, String message, Runnable job, Handler handler) {
419 activity, title, message, true, false);
414 startBackgroundJob(MonitoredActivity activity, String title, String message, Runnable job, Handler handler) argument
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java107 // to run a message in main thread.
202 public void handleMessage(Message message) {
203 switch (message.what) {
H A DAlbumPage.java385 public void handleMessage(Message message) {
386 switch (message.what) {
388 pickPhoto(message.arg1);
392 throw new AssertionError(message.what);
H A DAlbumSetPage.java337 public void handleMessage(Message message) {
338 switch (message.what) {
340 pickAlbum(message.arg1);
343 default: throw new AssertionError(message.what);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java269 protected static void log(String tag, String message) { argument
271 Log.i(tag, message);
/packages/services/Mms/src/com/android/mms/service/http/
H A DNetworkAwareHttpClient.java357 * Prints a message using this configuration.
359 private void println(String message) { argument
360 Log.println(level, tag, message);
/packages/services/Telephony/src/com/android/phone/
H A DSimContacts.java278 CharSequence message = getString(R.string.importingSimContacts);
289 mProgressDialog.setMessage(message);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java156 Message message = new Message();
157 message.what = what;
158 message.obj = client;
159 mHandler.sendMessage(message);
189 Log.e(TAG, "received an unkown message : " + msg.what);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java161 messageView = (TextView)mView.findViewById(R.id.message);
/packages/apps/Browser/src/com/android/browser/
H A DErrorConsoleView.java90 // way? Note that this is called on the UI thread so we will need to post a message
123 * Adds a message to the set of messages the console uses.
231 * message data.
246 * Add a new message to the list and update the View.
308 subText.setText(error.message());
H A DTab.java932 /* Adds a JavaScript error message to the system log and if the JS
935 * @param consoleMessage the message object.
953 String message = "Console: " + consoleMessage.message() + " "
959 Log.v(CONSOLE_LOGTAG, message);
962 Log.i(CONSOLE_LOGTAG, message);
965 Log.w(CONSOLE_LOGTAG, message);
968 Log.e(CONSOLE_LOGTAG, message);
971 Log.d(CONSOLE_LOGTAG, message);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupFinal.java129 // Show the user some interstitial message after email entry
1006 public void onCheckSettingsError(int reason, String message) { argument
1014 CheckSettingsErrorDialogFragment.newInstance(reason, message);
1239 final String message = getString(R.string.account_setup_failed_dlg_auth_message,
1246 .setMessage(message)
/packages/apps/Email/src/com/android/email/mail/internet/
H A DOAuthAuthenticator.java19 import org.apache.http.message.BasicNameValuePair;
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
H A DMailboxTests.java79 /** Creates a new message. */
82 Message message = ProviderTestUtils.setupMessage(
84 message.mFlagLoaded = flagLoaded;
85 message.save(c);
86 return message;
334 * Test for the message count triggers (insert/delete/move mailbox), and also
370 // b1 (account 1, inbox): 1 message, including 1 starred
373 // b2 (account 1, outbox): 2 message, including 1 starred
377 // b3 (account 2, inbox): 3 message, including 1 starred
389 // Check message count
[all...]
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DSmartPoster.java20 import com.android.apps.tag.message.NdefMessageParser;
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DTrampolineActivity.java184 final String message;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java108 * Difference in the height of the message header whose details have been expanded/collapsed
165 * Temporary string containing the message bodies of the messages within a super-collapsed
234 * Contains a mapping between inline image attachments and their local message id.
416 LogUtils.wtf(LOG_TAG, "JS: %s (%s:%d) f=%s", consoleMessage.message(),
420 LogUtils.i(LOG_TAG, "JS: %s (%s:%d) f=%s", consoleMessage.message(),
699 * Populate the adapter with overlay views (message headers, super-collapsed blocks, a
724 // re-evaluate the message parts of the view state, since the messages may have changed
758 // override saved state when this is now the new last message
759 // this happens to the second-to-last message when you discard a draft
780 // however, if a previous state indicated this message wa
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java536 public void updateStatus(String message) { argument
537 Log.v(TAG, "\n" + message);
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
H A DFillCallLogTestActivity.java169 * @param message the message to show in a toast to the user
171 private void insertCompleted(String message) { argument
178 Toast.makeText(this, message, Toast.LENGTH_LONG).show();

Completed in 2044 milliseconds

<<111213