Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 15 of 15) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DConnection.java75 private static final String TAG = "SdkControllerConnection"; field in Connection
106 if (DEBUG) Log.d(TAG, "SdkControllerConnection is constructed."); in Connection()
113 if (DEBUG) Log.d(TAG, "SdkControllerConnection is connecting..."); in connect()
139 if (DEBUG) Log.d(TAG, "SdkControllerConnection is stopping I/O looper..."); in disconnect()
148 if (DEBUG) Log.d(TAG, "SdkControllerConnection is closing pending sockets..."); in disconnect()
155 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnecting channels..."); in disconnect()
161 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnected."); in disconnect()
180 if (DEBUG) Log.d(TAG, "Registering Channel " + channel.getChannelName()); in registerChannel()
187 if (DEBUG) Log.d(TAG, "Found pending Socket for registering Channel " in registerChannel()
263 if (DEBUG) Log.d(TAG, "In SdkControllerConnection I/O looper."); in runIOLooper()
[all …]
DSocket.java39 private static final String TAG = "SdkControllerSocket"; field in Socket
54 if (DEBUG) Log.d(TAG, "Socket is constructed for " + mChannelName); in Socket()
193 if (DEBUG) Log.d(TAG, "Socket is closed for " + mChannelName); in close()
207 Log.e(TAG, log); in Loge()
211 Log.w(TAG, log); in Logw()
DChannel.java153 private static final String TAG = "SdkControllerChannel"; field in Channel
244 if (DEBUG) Log.d(TAG, "MsgThread.started-" + mChannelName); in Channel()
254 Log.e(TAG, "MsgThread-" + mChannelName, e); in Channel()
257 if (DEBUG) Log.d(TAG, "MsgThread.terminate-" + mChannelName); in Channel()
261 if (DEBUG) Log.d(TAG, "Channel is constructed for " + mChannelName); in Channel()
512 Log.e(TAG, "mMessageQueue.put", e); in postMessage()
527 Log.e(TAG, "mMessageQueue.put", e); in postMessage()
617 if (DEBUG) Log.d(TAG, "In I/O looper for Channel " + mChannelName); in runIOLooper()
696 if (DEBUG) Log.d(TAG, "Exiting I/O looper for Channel " + mChannelName); in runIOLooper()
785 Log.e(TAG, log); in Loge()
[all …]
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DBaseBindingActivity.java37 public static String TAG = BaseBindingActivity.class.getSimpleName(); field in BaseBindingActivity
119 if (DEBUG) Log.d(TAG, "Activity connected to service"); in bindToService()
131 if (DEBUG) Log.d(TAG, "Activity disconnected from service"); in bindToService()
139 if (DEBUG) Log.d(TAG, "start requested & bind service"); in bindToService()
153 if (DEBUG) Log.d(TAG, "unbind service"); in unbindFromService()
DMultiTouchActivity.java48 private static String TAG = MultiTouchActivity.class.getSimpleName(); field in MultiTouchActivity
82 if (DEBUG) Log.d(TAG, "onResume"); in onResume()
93 if (DEBUG) Log.d(TAG, "onPause"); in onPause()
104 if (DEBUG) Log.d(TAG, "onServiceConnected"); in onServiceConnected()
114 if (DEBUG) Log.d(TAG, "onServiceDisconnected"); in onServiceDisconnected()
220 Log.w(TAG, "Unknown action type: " + action_code); in onTouch()
224 if (DEBUG && bb != null) Log.d(TAG, bb.toString()); in onTouch()
334 Log.w(TAG, "Invalid framebuffer format: " + format); in onFrameBuffer()
365 if (DEBUG) Log.d(TAG, "Dispay updated: " + e_width + " x " + e_height + in updateDisplay()
DSensorActivity.java54 public static String TAG = SensorActivity.class.getSimpleName(); field in SensorActivity
101 if (DEBUG) Log.d(TAG, "onResume"); in onResume()
109 if (DEBUG) Log.d(TAG, "onPause"); in onPause()
116 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy()
125 if (DEBUG) Log.d(TAG, "onServiceConnected"); in onServiceConnected()
131 if (DEBUG) Log.d(TAG, "onServiceDisconnected"); in onServiceDisconnected()
DMainActivity.java44 public static String TAG = MainActivity.class.getSimpleName(); field in MainActivity
82 if (DEBUG) Log.d(TAG, "onBackPressed"); in onBackPressed()
163 if (DEBUG) Log.d(TAG, "stop service requested"); in stopService()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DSensorChannel.java42 private static String TAG = SensorChannel.class.getSimpleName(); field in SensorChannel
101 Log.d(TAG, String.format( in SensorChannel()
215 Log.v(TAG, "Starting sensors emulation."); in onEmulatorMessage()
219 Log.v(TAG, "Stopping sensors emulation."); in onEmulatorMessage()
224 Log.v(TAG, "Enabling sensor: " + enable_name); in onEmulatorMessage()
229 Log.v(TAG, "Disabling sensor: " + disable_name); in onEmulatorMessage()
527 if (DEBUG) Log.d(TAG, "+++ Sensor " + getEmulatorFriendlyName() + " is started."); in startListening()
537 if (DEBUG) Log.d(TAG, "--- Sensor " + getEmulatorFriendlyName() + " is stopped."); in stopListening()
546 if (DEBUG) Log.d(TAG, ">>> Sensor " + getEmulatorFriendlyName() + " is enabled."); in enableSensor()
561 if (DEBUG) Log.w(TAG, "<<< Sensor " + getEmulatorFriendlyName() + " is disabled."); in disableSensor()
[all …]
DMultiTouchChannel.java35 private static final String TAG = MultiTouchChannel.class.getSimpleName(); field in MultiTouchChannel
117 Log.e(TAG, "Unknown message type " + msg_type); in onEmulatorMessage()
171 Log.e(TAG, log); in Loge()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java69 public static String TAG = ControllerService.class.getSimpleName(); field in ControllerService
183 if (DEBUG) Log.d(TAG, "Service onCreate"); in onCreate()
193 if (DEBUG) Log.d(TAG, "Service onStartCommand"); in onStartCommand()
199 if (DEBUG) Log.d(TAG, "Service onBind"); in onBind()
205 if (DEBUG) Log.d(TAG, "Service onDestroy"); in onDestroy()
277 Log.e(TAG, error); in addError()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
DMultiTouchView.java38 private static final String TAG = MultiTouchView.class.getSimpleName(); field in MultiTouchView
220 Log.e(TAG, log); in Loge()
225 Log.w(TAG, log); in Logw()
230 Log.v(TAG, log); in Logv()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
DShareMockupAction.java38 private static final String TAG = ShareMockupAction.class.getSimpleName(); field in ShareMockupAction
64 Log.w(TAG, msg, e); in launch()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DNotificationStudioActivity.java57 private static final String TAG = NotificationStudioActivity.class.getSimpleName(); field in NotificationStudioActivity
177 Log.w(TAG, "Error displaying notification", t);
/sdk/testapps/testSensors/src/com/android/tests/testsensors/
DTestSensorsActivity.java34 private static final String TAG = "testSensors"; field in TestSensorsActivity
/sdk/templates/docs/
Djquery-1.8.0.min.js2TAG:new RegExp("^("+s.replace("[-","[-\\*")+")"),ATTR:new RegExp("^"+v),PSEUDO:new RegExp("^"+w),C… method