Searched refs:msg (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/packages/apps/Mms/src/com/android/mms/
H A DExceedMessageSizeException.java30 public ExceedMessageSizeException(String msg) { argument
31 super(msg);
H A DResolutionException.java30 public ResolutionException(String msg) { argument
31 super(msg);
H A DUnsupportContentTypeException.java30 public UnsupportContentTypeException(String msg) { argument
31 super(msg);
H A DContentRestrictionException.java30 public ContentRestrictionException(String msg) { argument
31 super(msg);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DLog.java20 public static int v(String tag, String msg) { argument
21 return android.util.Log.v(tag, msg);
23 public static int v(String tag, String msg, Throwable tr) { argument
24 return android.util.Log.v(tag, msg, tr);
26 public static int d(String tag, String msg) { argument
27 return android.util.Log.d(tag, msg);
29 public static int d(String tag, String msg, Throwable tr) { argument
30 return android.util.Log.d(tag, msg, tr);
32 public static int i(String tag, String msg) { argument
33 return android.util.Log.i(tag, msg);
35 i(String tag, String msg, Throwable tr) argument
38 w(String tag, String msg) argument
41 w(String tag, String msg, Throwable tr) argument
47 e(String tag, String msg) argument
50 e(String tag, String msg, Throwable tr) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLog.java20 public static int v(String tag, String msg) { argument
21 return android.util.Log.v(tag, msg);
23 public static int v(String tag, String msg, Throwable tr) { argument
24 return android.util.Log.v(tag, msg, tr);
26 public static int d(String tag, String msg) { argument
27 return android.util.Log.d(tag, msg);
29 public static int d(String tag, String msg, Throwable tr) { argument
30 return android.util.Log.d(tag, msg, tr);
32 public static int i(String tag, String msg) { argument
33 return android.util.Log.i(tag, msg);
35 i(String tag, String msg, Throwable tr) argument
38 w(String tag, String msg) argument
41 w(String tag, String msg, Throwable tr) argument
47 e(String tag, String msg) argument
50 e(String tag, String msg, Throwable tr) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DLog.java20 public static int v(String tag, String msg) { argument
21 return android.util.Log.v(tag, msg);
23 public static int v(String tag, String msg, Throwable tr) { argument
24 return android.util.Log.v(tag, msg, tr);
26 public static int d(String tag, String msg) { argument
27 return android.util.Log.d(tag, msg);
29 public static int d(String tag, String msg, Throwable tr) { argument
30 return android.util.Log.d(tag, msg, tr);
32 public static int i(String tag, String msg) { argument
33 return android.util.Log.i(tag, msg);
35 i(String tag, String msg, Throwable tr) argument
38 w(String tag, String msg) argument
41 w(String tag, String msg, Throwable tr) argument
47 e(String tag, String msg) argument
50 e(String tag, String msg, Throwable tr) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DLog.java20 public static int v(String tag, String msg) { argument
21 return android.util.Log.v(tag, msg);
23 public static int v(String tag, String msg, Throwable tr) { argument
24 return android.util.Log.v(tag, msg, tr);
26 public static int d(String tag, String msg) { argument
27 return android.util.Log.d(tag, msg);
29 public static int d(String tag, String msg, Throwable tr) { argument
30 return android.util.Log.d(tag, msg, tr);
32 public static int i(String tag, String msg) { argument
33 return android.util.Log.i(tag, msg);
35 i(String tag, String msg, Throwable tr) argument
38 w(String tag, String msg) argument
41 w(String tag, String msg, Throwable tr) argument
47 e(String tag, String msg) argument
50 e(String tag, String msg, Throwable tr) argument
[all...]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockHandler.java28 public boolean sendMessageAtTime(Message msg, long uptimeMillis) { argument
29 dispatchMessage(msg);
/packages/apps/Calendar/src/com/android/calendar/
H A DContactsAsyncHelper.java86 public void handleMessage(Message msg) { argument
87 WorkerArgs args = (WorkerArgs) msg.obj;
89 switch (msg.arg1) {
103 if (DBG) Log.d(LOG_TAG, "Loading image: " + msg.arg1 +
104 " token: " + msg.what + " image URI: " + args.uri);
107 if (DBG) Log.d(LOG_TAG, "Problem with image: " + msg.arg1 +
108 " token: " + msg.what + " image URI: " + args.uri +
116 Message reply = ContactsAsyncHelper.this.obtainMessage(msg.what);
117 reply.arg1 = msg.arg1;
118 reply.obj = msg
228 handleMessage(Message msg) argument
[all...]
/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageFileViewTest.java59 Message msg = new Message();
61 msg.mText = text;
63 msg.mFrom = sender;
65 msg.save(mProviderContext);
67 return ProviderTestUtils.createTempEmlFile(mProviderContext, msg,
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java296 void onSendComplete(NdefMessage msg, long elapsedRealtime) { argument
302 EventLogTags.writeNfcShare(getMessageSize(msg), getMessageTnf(msg), getMessageType(msg),
303 getMessageAarPresent(msg), (int) elapsedRealtime);
361 static boolean doSnepProtocol(NdefMessage msg) throws IOException { argument
372 snepClient.put(msg);
384 public void onMessageReceived(NdefMessage msg) {
385 onReceiveComplete(msg);
391 public SnepMessage doPut(NdefMessage msg) {
403 onReceiveComplete(NdefMessage msg) argument
411 handleMessage(Message msg) argument
468 getMessageSize(NdefMessage msg) argument
476 getMessageTnf(NdefMessage msg) argument
487 getMessageType(NdefMessage msg) argument
509 getMessageAarPresent(NdefMessage msg) argument
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DCdmaVoicePrivacyCheckBoxPreference.java67 public void handleMessage(Message msg) { argument
68 switch (msg.what) {
70 handleGetVPResponse(msg);
73 handleSetVPResponse(msg);
78 private void handleGetVPResponse(Message msg) { argument
79 AsyncResult ar = (AsyncResult) msg.obj;
94 private void handleSetVPResponse(Message msg) { argument
95 AsyncResult ar = (AsyncResult) msg.obj;
H A DUse2GOnlyCheckBoxPreference.java70 public void handleMessage(Message msg) { argument
71 switch (msg.what) {
73 handleGetPreferredNetworkTypeResponse(msg);
77 handleSetPreferredNetworkTypeResponse(msg);
82 private void handleGetPreferredNetworkTypeResponse(Message msg) { argument
83 AsyncResult ar = (AsyncResult) msg.obj;
102 private void handleSetPreferredNetworkTypeResponse(Message msg) { argument
103 AsyncResult ar = (AsyncResult) msg.obj;
H A DEmergencyCallHelper.java84 public void handleMessage(Message msg) { argument
85 switch (msg.what) {
87 startSequenceInternal(msg);
90 onServiceStateChanged(msg);
93 onDisconnect(msg);
99 Log.wtf(TAG, "handleMessage: unexpected message: " + msg);
131 Message msg = obtainMessage(START_SEQUENCE, number);
132 sendMessage(msg);
140 private void startSequenceInternal(Message msg) { argument
141 if (DBG) log("startSequenceInternal(): msg
198 onServiceStateChanged(Message msg) argument
250 onDisconnect(Message msg) argument
540 log(String msg) argument
[all...]
H A DCLIRListPreference.java112 public void handleMessage(Message msg) { argument
113 switch (msg.what) {
115 handleGetCLIRResponse(msg);
118 handleSetCLIRResponse(msg);
123 private void handleGetCLIRResponse(Message msg) { argument
124 AsyncResult ar = (AsyncResult) msg.obj;
126 if (msg.arg2 == MESSAGE_SET_CLIR) {
149 private void handleSetCLIRResponse(Message msg) { argument
150 AsyncResult ar = (AsyncResult) msg.obj;
H A DCallWaitingCheckBoxPreference.java68 public void handleMessage(Message msg) { argument
69 switch (msg.what) {
71 handleGetCallWaitingResponse(msg);
74 handleSetCallWaitingResponse(msg);
79 private void handleGetCallWaitingResponse(Message msg) { argument
80 AsyncResult ar = (AsyncResult) msg.obj;
83 if (msg.arg2 == MESSAGE_SET_CALL_WAITING) {
115 private void handleSetCallWaitingResponse(Message msg) { argument
116 AsyncResult ar = (AsyncResult) msg.obj;
/packages/apps/Email/tests/src/com/android/emailcommon/internet/
H A DRfc822OutputTests.java200 Message msg = new Message();
201 msg.mText = TEXT;
202 msg.mFrom = SENDER;
203 msg.mTo = RECIPIENT_TO;
204 msg.mCc = RECIPIENT_CC;
205 msg.mSubject = SUBJECT;
206 msg.mFlags = Message.FLAG_TYPE_FORWARD;
207 msg.mTextReply = REPLY_TEXT_BODY;
208 msg.mIntroText = mForwardIntro;
209 msg
[all...]
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DRecognizerClient.java34 public void onRecognitionFailure(String msg); argument
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommListener.java104 Message msg = Message.obtain();
105 msg.setTarget(mCallback);
106 msg.what = MSG_INCOMING_BTOPP_CONNECTION;
107 msg.obj = transport;
108 msg.sendToTarget();
159 Message msg = Message.obtain();
160 msg.setTarget(mCallback);
161 msg.what = MSG_INCOMING_BTOPP_CONNECTION;
162 msg.obj = transport;
163 msg
[all...]
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
H A DSnepValidationClientTests.java54 NdefMessage msg = getSmallNdef();
58 client.put(msg);
61 byte[] responseBytes = client.get(msg).getNdefMessage().toByteArray();
63 byte[] msgBytes = msg.toByteArray();
79 NdefMessage msg = getLargeNdef();
82 Log.d(TAG, "Putting ndef message of size " + msg.toByteArray().length + "...");
83 client.put(msg);
86 byte[] responseBytes = client.get(msg).getNdefMessage().toByteArray();
88 byte[] msgBytes = msg.toByteArray();
147 NdefMessage msg
[all...]
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java136 CatCmdMessage msg; field in class:StkAppService.DelayedCmd
138 DelayedCmd(int id, CatCmdMessage msg) { argument
140 this.msg = msg;
186 Message msg = mServiceHandler.obtainMessage();
187 msg.arg1 = args.getInt(OPCODE);
188 switch(msg.arg1) {
190 msg.obj = args.getParcelable(CMD_MSG);
193 msg.obj = args;
202 mServiceHandler.sendMessage(msg);
260 handleMessage(Message msg) argument
683 launchConfirmationDialog(TextMessage msg) argument
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DAutofillHandler.java121 public void setAutoFillProfile(AutoFillProfile profile, Message msg) { argument
126 new SaveProfileToDbTask(msg).execute(profile);
130 new DeleteProfileFromDbTask(msg).execute(mAutoFillProfile.getUniqueId());
156 public AutoFillProfileDbTask(Message msg) { argument
157 mCompleteMessage = msg;
174 public SaveProfileToDbTask(Message msg) { argument
175 super(msg);
189 public DeleteProfileFromDbTask(Message msg) { argument
190 super(msg);
/packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/
H A DAutoReplyActivity.java75 private void logMessage(SmsMessage msg) { argument
79 msg.getOriginatingAddress(),msg.getMessageBody());
94 private void replyMessage(Context context, SmsMessage msg) { argument
96 String message = msg.getMessageBody();
97 sms.sendTextMessage(msg.getOriginatingAddress(), null, message, null, null);
/packages/apps/Tag/src/com/android/apps/tag/
H A DTagViewer.java64 NdefMessage msg = null;
66 msg = (NdefMessage) rawMsgs[0];
69 buildTagViews(msg);
77 void buildTagViews(NdefMessage msg) { argument
85 if (msg == null) {
92 ParsedNdefMessage parsedMsg = NdefMessageParser.parse(msg);

Completed in 1569 milliseconds

1234567891011>>