/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
AssetUtils.java | 22 import android.util.Log; 42 Log.e(TAG, "Failed to load asset " + asset + ": " + e); 53 Log.e(TAG, "Failed to parse JSON asset " + asset + ": " + e); 67 Log.e(TAG, e.toString()); 73 Log.e(TAG, "Cannot close InputStream: ", e);
|
/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/ |
GceWifiManager.java | 26 import android.util.Log; 71 Log.e(LOG_TAG, "Initial WIFI configuration failed due to dependency.", e); 112 Log.w(LOG_TAG, "Wifi not yet connected."); 118 Log.i(LOG_TAG, "Wifi connected."); 127 Log.e(LOG_TAG, "Wifi state change failed due to failing dependency.", e);
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
MediaButtonCallback.java | 24 import com.googlecode.android_scripting.Log; 34 Log.d("Received ACTION_DOWN with keycode " + keyCode); 53 Log.d("Sending MediaButton event with ButtonPressed value " 61 Log.d("Received intent with action " + action); 66 Log.d("Received KeyEvent with action " + keyAction);
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
CarrierConfigFacade.java | 30 import com.googlecode.android_scripting.Log; 56 Log.d("carrierConfigIsTetheringModeAllowed: no check is present."); 59 Log.d("carrierConfigIsTetheringModeAllowed mProvisionApp 0 " + mProvisionApp[0]); 60 Log.d("carrierConfigIsTetheringModeAllowed mProvisionApp 1 " + mProvisionApp[1]); 96 Log.d("phoneTetherCheck exception" + e.toString());
|
InCallServiceImpl.java | 34 import com.googlecode.android_scripting.Log; 63 Log.d("CallListener:onCallAdded()"); 72 Log.d("CallListener:onCallRemoved()"); 185 Log.d("CallCallback:onStateChanged()"); 196 Log.d("CallCallback:onParentChanged()"); 207 Log.d("CallCallback:onChildrenChanged()"); 224 Log.d("CallCallback:onDetailsChanged()"); 236 Log.d("CallCallback:onCannedTextResponsesLoaded()"); 247 Log.d("CallCallback:onPostDialWait()"); 265 Log.d("CallCallback:onVideoCallChanged()") [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/ |
PowerTestHostLink.java | 29 import android.util.Log; 86 Log.d(TAG, " +++ Begin of localSocketServer() +++ "); 120 Log.d(TAG, "localSocketServer accept..."); 122 Log.d(TAG, "Got new connection"); 124 Log.d(TAG, "localSocketServer accept() failed !!!", e); 131 Log.d(TAG, "getInputStream() failed !!!", e); 138 Log.e(TAG, "getOutputStream() failed", e); 142 Log.d(TAG, "The client connected to LocalServerSocket"); 155 Log.e(TAG, "Message too long: truncating"); 162 Log.d(TAG, "Client requested: " + clientRequest) [all...] |
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
BatteryStatsBgVsFgActions.java | 45 import android.util.Log; 81 Log.e(TAG, "Intent was missing action."); 112 Log.e(TAG, "Intent had invalid action"); 161 Log.e(TAG, "Device does not support Bluetooth"); 167 Log.e(TAG, "Bluetooth is not enabled"); 176 Log.e(TAG, "Cannot access BLE scanner"); 183 Log.v(TAG, "called onScanResult"); 188 Log.v(TAG, "called onScanFailed"); 193 Log.v(TAG, "called onBatchScanResults"); 210 Log.e(TAG, "GPS provider is not enabled") [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothMediaFacade.java | 32 import com.googlecode.android_scripting.Log; 130 Log.d(TAG + " Num Sessions " + mcl.size()); 132 Log.d(TAG + "Active session : " + i + ((MediaController) (mcl.get( 157 Log.d(TAG + " onActiveSessionsChanged : " + controllers.size()); 159 Log.d(TAG + "Active session : " + i + ((MediaController) (controllers.get( 185 Log.d(TAG + " onPlaybackStateChanged: " + state.getState()); 190 Log.d(TAG + " onMetadataChanged "); 207 Log.d(classTag + " onConnected: session token " + mBrowser.getSessionToken()); 216 Log.d(classTag + " onConnectionFailed"); 231 Log.d(TAG + " Setting MediaController " + controller.getTag()) [all...] |
BluetoothHspFacade.java | 27 import com.googlecode.android_scripting.Log; 97 Log.d("Hsp profile is not ready"); 124 Log.d("Changing priority of device " + device.getAliasName() + " p: " + priority); 141 Log.d("Connecting to device " + mDevice.getAliasName()); 155 Log.d("Connected devices: " + sHspProfile.getConnectedDevices()); 225 Log.d("Connected devices: " + sHspProfile.getConnectedDevices()); 228 Log.d("More than one device available"); 234 Log.d("Cannot find device " + deviceAddress); 254 Log.d("Connected devices: " + sHspProfile.getConnectedDevices()); 257 Log.d("More than one device available") [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/ |
IpSecManagerFacade.java | 32 import com.googlecode.android_scripting.Log; 88 Log.e("IpSec: Cannot create Transport mode transform" + e.toString()); 97 Log.e("IpSec: Reserve SPI failure " + e.toString()); 106 Log.e("IpSec: Reserve SPI failure " + e.toString()); 116 Log.e("IpSec: Failed to open udp encap socket " + e.toString()); 125 Log.e("IpSec: Failed to open udp encap socket " + e.toString()); 155 Log.e("IpSec: Received null FileDescriptor key"); 161 Log.e("IpSec: Transform does not exist for the requested id"); 167 Log.e("IpSec: Cannot apply transform to socket " + e.toString()); 181 Log.e("IpSec: Received null FileDescriptor key") [all...] |
SocketFacade.java | 23 import com.googlecode.android_scripting.Log; 165 Log.e("Socket: Failed to open TCP client socket " + e.toString()); 179 Log.e("Socket: Socket does not exist for the requested id"); 187 Log.e("Socket: Failed to close TCP client socket " + e.toString()); 207 Log.e("Socket: Failed to open TCP server socket " + e.toString()); 221 Log.e("Socket: Server socket does not exist for the requested id"); 229 Log.e("Socket: Failed to close TCP server socket " + e.toString()); 246 Log.e("Socket: Server socket does not exist for the requested id"); 266 Log.e("Socket: Failed to accept connection " + e.toString()); 281 Log.e("Socket: Socket does not exist for the requested id") [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/testcase/ |
NetworkSuggestionTestCase.java | 34 import android.util.Log; 102 if (DBG) Log.v(TAG, "Scan and find an open network"); 118 if (DBG) Log.v(TAG, "Broadcast onReceive " + intent); 123 if (DBG) Log.v(TAG, "Post connection broadcast received"); 143 if (DBG) Log.v(TAG, "Adding suggestion"); 152 if (DBG) Log.v(TAG, "Triggering scan periodically"); 155 Log.w(TAG, "Failed to trigger scan"); 160 if (DBG) Log.v(TAG, "Waiting for connection"); 165 Log.e(TAG, "Failed to get network available callback"); 179 Log.e(TAG, "Failed to connected to a wrong network") [all...] |
/cts/tests/app/src/android/app/cts/android/app/cts/tools/ |
WatchUidRunner.java | 25 import android.util.Log; 140 Log.d(TAG, msg); 147 Log.d(TAG, msg); 151 Log.d(TAG, "Got expected: " + Arrays.toString(line)); 164 Log.d(TAG, "Waited for: " + Arrays.toString(line)); 168 Log.d(TAG, "Waited for: " + Arrays.toString(line)); 171 Log.d(TAG, "Skipping because procstate not " + procState + ": " 175 Log.d(TAG, "Skipping because not " + COMMAND_TO_STRING[cmd] + ": " 186 Log.d(TAG, "Remaining: " + res[0]); 188 Log.d(TAG, "Remaining: " + Arrays.toString(res)) [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
NetworkUtilities.java | 42 import android.util.Log; 60 /** The tag used to log to adb console. */ 117 Log.i(TAG, "Authenticating to: " + AUTH_URI); 133 Log.v(TAG, "Successful authentication"); 136 Log.e(TAG, "Error authenticating" + resp.getStatusLine()); 140 Log.e(TAG, "IOException when getting authtoken", e); 143 Log.v(TAG, "getAuthtoken completing"); 184 Log.i(TAG, params.toString()); 188 Log.i(TAG, "Syncing to: " + SYNC_CONTACTS_URI); 200 Log.d(TAG, response) [all...] |
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/ |
MainActivity.java | 19 import com.example.android.common.logger.Log; 44 * It contains a summary sample description, sample log and a Fragment that calls callbacks on this 104 // Whether the Log Fragment is currently shown. 117 Log.i(TAG, "Show camera button pressed. Checking permission."); 129 Log.i(TAG, 143 Log.i(TAG, "CAMERA permission has NOT been granted. Requesting permission."); 151 Log.i(TAG, 178 Log.i(TAG, "Show contacts button pressed. Checking permissions."); 186 Log.i(TAG, "Contact permissions has NOT been granted. Requesting permissions."); 192 Log.i(TAG [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
HttpFacade.java | 20 import com.googlecode.android_scripting.Log; 62 Log.e("InputStream is null."); 66 Log.e("OutputStream is null."); 109 Log.d("Got response code: " + respCode + " and response msg: " + respMsg); 111 Log.e("Failed to open a connection to " + url); 112 Log.e(e.toString()); 163 Log.d("Using filename returned by server: " + filename); 170 Log.d("Using name from url: " + filename); 177 Log.d("Downloaded file from " + url + " to " + outPath); 198 Log.d("Fetched: " + result) [all...] |
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/ |
AddFileActivity.java | 23 import android.util.Log; 189 if (Log.isLoggable(TAG, Log.DEBUG)) { 190 Log.d(TAG, String.format("Selected: %s, %d", sizeMeasure, 248 Log.d(TAG, "Unable to create file output stream"); 267 Log.d(TAG, message); 273 Log.e(TAG, e.getMessage(), e); 291 if (Log.isLoggable(TAG, Log.DEBUG)) { 292 Log.d(TAG, "This file exists: " + file.getName()) [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
SyncAdapter.java | 33 import android.util.Log; 137 Log.i(TAG, "Beginning network synchronization"); 143 Log.i(TAG, "Streaming data from network: " + location); 154 Log.e(TAG, "Feed URL is malformed", e); 158 Log.e(TAG, "Error reading from network: " + e.toString()); 162 Log.e(TAG, "Error parsing feed: " + e.toString()); 166 Log.e(TAG, "Error parsing feed: " + e.toString()); 170 Log.e(TAG, "Error updating database: " + e.toString()); 174 Log.e(TAG, "Error updating database: " + e.toString()); 178 Log.i(TAG, "Network synchronization complete") [all...] |
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
SyncAdapter.java | 33 import android.util.Log; 137 Log.i(TAG, "Beginning network synchronization"); 143 Log.i(TAG, "Streaming data from network: " + location); 154 Log.e(TAG, "Feed URL is malformed", e); 158 Log.e(TAG, "Error reading from network: " + e.toString()); 162 Log.e(TAG, "Error parsing feed: " + e.toString()); 166 Log.e(TAG, "Error parsing feed: " + e.toString()); 170 Log.e(TAG, "Error updating database: " + e.toString()); 174 Log.e(TAG, "Error updating database: " + e.toString()); 178 Log.i(TAG, "Network synchronization complete") [all...] |
/developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/ |
AddFileActivity.java | 23 import android.util.Log; 189 if (Log.isLoggable(TAG, Log.DEBUG)) { 190 Log.d(TAG, String.format("Selected: %s, %d", sizeMeasure, 248 Log.d(TAG, "Unable to create file output stream"); 267 Log.d(TAG, message); 273 Log.e(TAG, e.getMessage(), e); 291 if (Log.isLoggable(TAG, Log.DEBUG)) { 292 Log.d(TAG, "This file exists: " + file.getName()) [all...] |
/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/ |
AddFileActivity.java | 23 import android.util.Log; 189 if (Log.isLoggable(TAG, Log.DEBUG)) { 190 Log.d(TAG, String.format("Selected: %s, %d", sizeMeasure, 248 Log.d(TAG, "Unable to create file output stream"); 267 Log.d(TAG, message); 273 Log.e(TAG, e.getMessage(), e); 291 if (Log.isLoggable(TAG, Log.DEBUG)) { 292 Log.d(TAG, "This file exists: " + file.getName()) [all...] |
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
SyncAdapter.java | 33 import android.util.Log; 137 Log.i(TAG, "Beginning network synchronization"); 143 Log.i(TAG, "Streaming data from network: " + location); 154 Log.e(TAG, "Feed URL is malformed", e); 158 Log.e(TAG, "Error reading from network: " + e.toString()); 162 Log.e(TAG, "Error parsing feed: " + e.toString()); 166 Log.e(TAG, "Error parsing feed: " + e.toString()); 170 Log.e(TAG, "Error updating database: " + e.toString()); 174 Log.e(TAG, "Error updating database: " + e.toString()); 178 Log.i(TAG, "Network synchronization complete") [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
TransformationUtils.java | 11 import android.util.Log; 88 if (Log.isLoggable(TAG, Log.VERBOSE)) { 89 Log.v(TAG, "requested target size matches input, returning input"); 104 if (Log.isLoggable(TAG, Log.VERBOSE)) { 105 Log.v(TAG, "adjusted target size matches input, returning input"); 118 if (Log.isLoggable(TAG, Log.VERBOSE)) { 119 Log.v(TAG, "request: " + width + "x" + height) [all...] |
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ |
PeerConnectionClientTest.java | 34 import android.util.Log; 95 Log.d(TAG, rendererName + " render frame: " 98 Log.d(TAG, "Render frame: " + frame.rotatedWidth() + " x " + frame.rotatedHeight()); 119 Log.d(TAG, "LocalSDP type: " + sdp.type); 129 Log.d(TAG, "IceCandidate #" + iceCandidates.size() + " : " + candidate.toString()); 147 Log.d(TAG, "ICE Connected"); 156 Log.d(TAG, "ICE Disconnected"); 165 Log.d(TAG, "PeerConnection closed"); 209 Log.e(TAG, "ICE connection failure"); 287 Log.d(TAG, "testSetLocalOfferMakesVideoFlowLocally") [all...] |
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
TryBlockShifter.java | 19 import dexfuzz.Log; 85 Log.debug("Method contains no tries."); 89 Log.debug("Not enough instructions to shift try block."); 137 Log.errorAndQuit("Faulty logic in TryBlockShifter!"); 190 Log.info("Shifted the start of try block #" + mutation.tryIdx 194 Log.info("Shifted the end of try block #" + mutation.tryIdx 198 Log.info("Shifted the catch all handler of try block #" + mutation.tryIdx 203 Log.info("Shifted handler #" + mutation.shiftingHandlerIdx 206 Log.errorAndQuit("faulty logic in TryBlockShifter");
|