/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
D | Connection.java | 77 private static final boolean DEBUG = false; 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 …]
|
D | Socket.java | 41 private static boolean DEBUG = false; 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()
|
D | Channel.java | 155 private static final boolean DEBUG = false; field in Channel 244 if (DEBUG) Log.d(TAG, "MsgThread.started-" + mChannelName); 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() 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()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | BaseBindingActivity.java | 38 private static boolean DEBUG = true; 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()
|
D | SensorActivity.java | 55 private static boolean DEBUG = true; 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()
|
D | MultiTouchActivity.java | 49 private static boolean DEBUG = true; 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() 224 if (DEBUG && bb != null) Log.d(TAG, bb.toString()); in onTouch() 365 if (DEBUG) Log.d(TAG, "Dispay updated: " + e_width + " x " + e_height + in updateDisplay()
|
D | MainActivity.java | 45 private static boolean DEBUG = true; 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/service/ |
D | ControllerService.java | 71 private static boolean DEBUG = true; 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()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/ |
D | SensorChannel.java | 44 private static boolean DEBUG = false; field in SensorChannel 100 if (DEBUG) in SensorChannel() 440 if (DEBUG) Loge("Unknown sensor type " + mSensor.getType() + in MonitoredSensor() 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() 648 if (DEBUG) { in onSensorChanged()
|
/sdk/testapps/buildConfigTest/lib1/src/com/android/tests/buildconfigtest/lib1/ |
D | Lib1.java | 11 if (BuildConfig.DEBUG) { in getContent()
|
/sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/ |
D | Main.java | 18 if (BuildConfig.DEBUG) { in onCreate()
|