Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 272) sorted by relevance

1234567891011

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLog.java20 public static int v(String tag, String msg) { in v()
23 public static int v(String tag, String msg, Throwable tr) { in v()
26 public static int d(String tag, String msg) { in d()
29 public static int d(String tag, String msg, Throwable tr) { in d()
32 public static int i(String tag, String msg) { in i()
35 public static int i(String tag, String msg, Throwable tr) { in i()
38 public static int w(String tag, String msg) { in w()
41 public static int w(String tag, String msg, Throwable tr) { in w()
47 public static int e(String tag, String msg) { in e()
50 public static int e(String tag, String msg, Throwable tr) { in e()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DLog.java20 public static int v(String tag, String msg) { in v()
23 public static int v(String tag, String msg, Throwable tr) { in v()
26 public static int d(String tag, String msg) { in d()
29 public static int d(String tag, String msg, Throwable tr) { in d()
32 public static int i(String tag, String msg) { in i()
35 public static int i(String tag, String msg, Throwable tr) { in i()
38 public static int w(String tag, String msg) { in w()
41 public static int w(String tag, String msg, Throwable tr) { in w()
47 public static int e(String tag, String msg) { in e()
50 public static int e(String tag, String msg, Throwable tr) { in e()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DLog.java21 public static int v(String tag, String msg) { in v()
24 public static int v(String tag, String msg, Throwable tr) { in v()
27 public static int d(String tag, String msg) { in d()
30 public static int d(String tag, String msg, Throwable tr) { in d()
33 public static int i(String tag, String msg) { in i()
36 public static int i(String tag, String msg, Throwable tr) { in i()
39 public static int w(String tag, String msg) { in w()
42 public static int w(String tag, String msg, Throwable tr) { in w()
48 public static int e(String tag, String msg) { in e()
51 public static int e(String tag, String msg, Throwable tr) { in e()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DLog.java20 public static int v(String tag, String msg) { in v()
23 public static int v(String tag, String msg, Throwable tr) { in v()
26 public static int d(String tag, String msg) { in d()
29 public static int d(String tag, String msg, Throwable tr) { in d()
32 public static int i(String tag, String msg) { in i()
35 public static int i(String tag, String msg, Throwable tr) { in i()
38 public static int w(String tag, String msg) { in w()
41 public static int w(String tag, String msg, Throwable tr) { in w()
47 public static int e(String tag, String msg) { in e()
50 public static int e(String tag, String msg, Throwable tr) { in e()
/packages/apps/Phone/src/com/android/phone/
DEmergencyCallHelper.java86 public void handleMessage(Message msg) { in handleMessage()
133 Message msg = obtainMessage(START_SEQUENCE, number); in startEmergencyCallFromAirplaneModeSequence() local
142 private void startSequenceInternal(Message msg) { in startSequenceInternal()
200 private void onServiceStateChanged(Message msg) { in onServiceStateChanged()
252 private void onDisconnect(Message msg) { in onDisconnect()
542 private static void log(String msg) { in log()
DCdmaVoicePrivacyCheckBoxPreference.java67 public void handleMessage(Message msg) { in handleMessage()
78 private void handleGetVPResponse(Message msg) { in handleGetVPResponse()
94 private void handleSetVPResponse(Message msg) { in handleSetVPResponse()
DCallWaitingCheckBoxPreference.java68 public void handleMessage(Message msg) { in handleMessage()
79 private void handleGetCallWaitingResponse(Message msg) { in handleGetCallWaitingResponse()
119 private void handleSetCallWaitingResponse(Message msg) { in handleSetCallWaitingResponse()
DCLIRListPreference.java117 public void handleMessage(Message msg) { in handleMessage()
128 private void handleGetCLIRResponse(Message msg) { in handleGetCLIRResponse()
157 private void handleSetCLIRResponse(Message msg) { in handleSetCLIRResponse()
DUse2GOnlyCheckBoxPreference.java77 public void handleMessage(Message msg) { in handleMessage()
89 private void handleGetPreferredNetworkTypeResponse(Message msg) { in handleGetPreferredNetworkTypeResponse()
109 private void handleSetPreferredNetworkTypeResponse(Message msg) { in handleSetPreferredNetworkTypeResponse()
DCdmaSystemSelectListPreference.java104 public void handleMessage(Message msg) { in handleMessage()
116 private void handleQueryCdmaRoamingPreference(Message msg) { in handleQueryCdmaRoamingPreference()
146 private void handleSetCdmaRoamingPreference(Message msg) { in handleSetCdmaRoamingPreference()
DMobileNetworkSettings.java365 public void handleMessage(Message msg) { in handleMessage()
377 private void handleGetPreferredNetworkTypeResponse(Message msg) { in handleGetPreferredNetworkTypeResponse()
447 private void handleSetPreferredNetworkTypeResponse(Message msg) { in handleSetPreferredNetworkTypeResponse()
562 private static void log(String msg) { in log()
566 private static void loge(String msg) { in loge()
DNetworkSetting.java194 Message msg = mHandler.obtainMessage(EVENT_NETWORK_SELECTION_DONE); in onPreferenceTreeClick() local
195 mPhone.selectNetworkManually(mNetworkMap.get(selectedCarrier), msg); in onPreferenceTreeClick() local
471 Message msg = mHandler.obtainMessage(EVENT_AUTO_SELECT_DONE); in selectNetworkAutomatic() local
475 private void log(String msg) { in log()
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
DSnepValidationClientTests.java54 NdefMessage msg = getSmallNdef(); in testNonFragmented() local
79 NdefMessage msg = getLargeNdef(); in testFragmented() local
147 NdefMessage msg = getSmallNdef(); in testUnavailable() local
165 NdefMessage msg = getLargeNdef(); in testUndeliverable() local
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java138 CatCmdMessage msg; field in StkAppService.DelayedCmd
140 DelayedCmd(int id, CatCmdMessage msg) { in DelayedCmd()
183 Message msg = mServiceHandler.obtainMessage(); in onStart() local
257 public void handleMessage(Message msg) { in handleMessage()
356 Message msg = mServiceHandler.obtainMessage(); in callDelayedMsg() local
395 TextMessage msg = cmdMsg.geTextMessage(); in handleCmd() local
666 private void launchEventMessage(TextMessage msg) { in launchEventMessage()
693 private void launchConfirmationDialog(TextMessage msg) { in launchConfirmationDialog()
756 TextMessage msg = mCurrentCmd.geTextMessage(); in launchIdleText() local
805 TextMessage msg = mCurrentCmd.geTextMessage(); in launchOpenChannelDialog() local
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DContactsAsyncHelper.java86 public void handleMessage(Message msg) { in handleMessage()
164 Message msg = sThreadHandler.obtainMessage(DEFAULT_TOKEN); in updateImageViewWithContactPhotoAsync() local
213 Message msg = sThreadHandler.obtainMessage(DEFAULT_TOKEN); in retrieveContactPhotoAsync() local
228 public void handleMessage(Message msg) { in handleMessage()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DPhoneTypeChoiceRecognizerEngine.java62 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic; in onRecognitionSuccess() local
72 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic; in onRecognitionSuccess() local
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverService.java151 void doOutgoingTransfer(Message msg) { in doOutgoingTransfer()
179 void doIncomingTransfer(Message msg) { in doIncomingTransfer()
194 void doHeadsetHandover(Message msg) { in doHeadsetHandover()
220 public void handleMessage(Message msg) { in handleMessage()
380 Message msg = Message.obtain(null, HandoverManager.MSG_HANDOVER_COMPLETE); in notifyClientTransferComplete() local
423 Message msg = Message.obtain(null, in onBluetoothHeadsetHandoverComplete() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterState.java121 public boolean processMessage(Message msg) { in processMessage()
162 public boolean processMessage(Message msg) { in processMessage()
221 public boolean processMessage(Message msg) { in processMessage()
384 private void infoLog(String msg) { in infoLog()
388 private void errorLog(String msg) { in errorLog()
DBondStateMachine.java104 public boolean processMessage(Message msg) { in processMessage()
151 public boolean processMessage(Message msg) { in processMessage()
287 Message msg = obtainMessage(BONDING_STATE_CHANGE); in bondStateChangeCallback() local
335 private void infoLog(String msg) { in infoLog()
339 private void errorLog(String msg) { in errorLog()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java392 Message msg = mHandler.obtainMessage(MESSAGE_CONNECT, device); in connect() local
399 Message msg = mHandler.obtainMessage(MESSAGE_DISCONNECT,device); in disconnect() local
454 Message msg = mHandler.obtainMessage(MESSAGE_GET_PROTOCOL_MODE,device); in getProtocolMode() local
468 Message msg = mHandler.obtainMessage(MESSAGE_VIRTUAL_UNPLUG,device); in virtualUnplug() local
480 Message msg = mHandler.obtainMessage(MESSAGE_SET_PROTOCOL_MODE); in setProtocolMode() local
494 Message msg = mHandler.obtainMessage(MESSAGE_GET_REPORT); in getReport() local
512 Message msg = mHandler.obtainMessage(MESSAGE_SET_REPORT); in setReport() local
542 Message msg = mHandler.obtainMessage(MESSAGE_ON_GET_PROTOCOL_MODE); in onGetProtocolMode() local
549 Message msg = mHandler.obtainMessage(MESSAGE_ON_VIRTUAL_UNPLUG); in onVirtualUnplug() local
556 Message msg = mHandler.obtainMessage(MESSAGE_CONNECT_STATE_CHANGED); in onConnectStateChanged() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DFilteringPipeline.java92 public boolean handleMessage(Message msg) { in handleMessage()
172 Message msg = mProcessingHandler.obtainMessage(type); in postRenderingRequest() local
200 Message msg = mProcessingHandler.obtainMessage(COMPUTE_PRESET); in updatePreviewBuffer() local
/packages/apps/Browser/src/com/android/browser/
DAutofillHandler.java198 public synchronized void setAutoFillProfile(AutoFillProfile profile, Message msg) { in setAutoFillProfile()
235 public AutoFillProfileDbTask(Message msg) { in AutoFillProfileDbTask()
253 public SaveProfileToDbTask(Message msg) { in SaveProfileToDbTask()
270 public DeleteProfileFromDbTask(Message msg) { in DeleteProfileFromDbTask()
/packages/apps/Tag/src/com/android/apps/tag/
DTagViewer.java63 NdefMessage msg = null; in resolveIntent() local
76 void buildTagViews(NdefMessage msg) { in buildTagViews()
/packages/apps/Settings/src/com/android/settings/wifi/
DWpsDialog.java98 String msg; in WpsDialog() local
204 private void updateDialog(final DialogState state, final String msg) { in updateDialog()
245 String msg = String.format(mContext.getString( in handleEvent() local
/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java555 void onSendComplete(NdefMessage msg, long elapsedRealtime) { in onSendComplete()
731 int doSnepProtocol(NdefMessage msg) throws IOException { in doSnepProtocol()
856 void onReceiveComplete(NdefMessage msg) { in onReceiveComplete()
864 public boolean handleMessage(Message msg) { in handleMessage()
960 int getMessageSize(NdefMessage msg) { in getMessageSize()
968 int getMessageTnf(NdefMessage msg) { in getMessageTnf()
979 String getMessageType(NdefMessage msg) { in getMessageType()
1001 int getMessageAarPresent(NdefMessage msg) { in getMessageAarPresent()

1234567891011