/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHeadset.java | 47 private static final String TAG = "BluetoothHeadset"; field in BluetoothHeadset 228 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up); 230 if (VDBG) Log.d(TAG,"Unbinding service..."); 236 Log.e(TAG,"",re); 243 if (VDBG) Log.d(TAG,"Binding service..."); 245 Log.e(TAG, "Could not bind to Bluetooth Headset Service"); 249 Log.e(TAG,"",re); 269 Log.e(TAG,"",e); in BluetoothHeadset() 274 Log.e(TAG, "Could not bind to Bluetooth Headset Service"); in BluetoothHeadset() 292 Log.e(TAG,"",e); in close() [all …]
|
D | BluetoothHealth.java | 59 private static final String TAG = "BluetoothHealth"; field in BluetoothHealth 104 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up); 106 if (VDBG) Log.d(TAG,"Unbinding service..."); 112 Log.e(TAG,"",re); 119 if (VDBG) Log.d(TAG,"Binding service..."); 121 Log.e(TAG, "Could not bind to Bluetooth Health Service"); 125 Log.e(TAG,"",re); 187 Log.e(TAG, e.toString()); in registerAppConfiguration() 190 Log.w(TAG, "Proxy not attached to service"); in registerAppConfiguration() 191 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in registerAppConfiguration() [all …]
|
D | BluetoothInputDevice.java | 46 private static final String TAG = "BluetoothInputDevice"; field in BluetoothInputDevice 193 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up); 195 if (VDBG) Log.d(TAG,"Unbinding service..."); 201 Log.e(TAG,"",re); 208 if (VDBG) Log.d(TAG,"Binding service..."); 210 Log.e(TAG, "Could not bind to Bluetooth HID Service"); 214 Log.e(TAG,"",re); 236 Log.e(TAG,"",e); in BluetoothInputDevice() 242 Log.e(TAG, "Could not bind to Bluetooth HID Service"); in BluetoothInputDevice() 253 Log.e(TAG,"",e); in close() [all …]
|
D | BluetoothPan.java | 45 private static final String TAG = "BluetoothPan"; field in BluetoothPan 138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re); in BluetoothPan() 140 Log.d(TAG, "BluetoothPan() call bindService"); in BluetoothPan() 143 Log.e(TAG, "Could not bind to Bluetooth HID Service"); in BluetoothPan() 145 Log.d(TAG, "BluetoothPan(), bindService called"); in BluetoothPan() 158 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re); in close() 172 Log.d(TAG, "onBluetoothStateChange(on) call bindService"); 175 Log.e(TAG, "Could not bind to Bluetooth HID Service"); 177 Log.d(TAG, "BluetoothPan(), bindService called"); 179 if (VDBG) Log.d(TAG,"Unbinding service..."); [all …]
|
D | BluetoothA2dp.java | 46 private static final String TAG = "BluetoothA2dp"; field in BluetoothA2dp 115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up); 117 if (VDBG) Log.d(TAG,"Unbinding service..."); 123 Log.e(TAG,"",re); 130 if (VDBG) Log.d(TAG,"Binding service..."); 132 Log.e(TAG, "Could not bind to Bluetooth A2DP Service"); 136 Log.e(TAG,"",re); 156 Log.e(TAG,"",e); in BluetoothA2dp() 161 Log.e(TAG, "Could not bind to Bluetooth A2DP Service"); in BluetoothA2dp() 172 Log.e(TAG,"",e); in close() [all …]
|
D | BluetoothPbap.java | 53 private static final String TAG = "BluetoothPbap"; field in BluetoothPbap 116 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up); 118 if (VDBG) Log.d(TAG,"Unbinding service..."); 124 Log.e(TAG,"",re); 131 if (VDBG) Log.d(TAG,"Binding service..."); 135 Log.e(TAG, "Could not bind to Bluetooth PBAP Service"); 139 Log.e(TAG,"",re); 158 Log.e(TAG,"",e); in BluetoothPbap() 162 Log.e(TAG, "Could not bind to Bluetooth Pbap Service"); in BluetoothPbap() 186 Log.e(TAG,"",e); in close() [all …]
|
D | BluetoothDevice.java | 68 private static final String TAG = "BluetoothDevice"; field in BluetoothDevice 599 if (DBG) Log.d(TAG, "mAddress: " + mAddress); in getAddress() 615 Log.e(TAG, "BT not enabled. Cannot get Remote Device name"); in getName() 620 } catch (RemoteException e) {Log.e(TAG, "", e);} in getName() 635 Log.e(TAG, "BT not enabled. Cannot get Remote Device type"); in getType() 640 } catch (RemoteException e) {Log.e(TAG, "", e);} in getType() 653 Log.e(TAG, "BT not enabled. Cannot get Remote Device Alias"); in getAlias() 658 } catch (RemoteException e) {Log.e(TAG, "", e);} in getAlias() 674 Log.e(TAG, "BT not enabled. Cannot set Remote Device name"); in setAlias() 679 } catch (RemoteException e) {Log.e(TAG, "", e);} in setAlias() [all …]
|
D | BluetoothGatt.java | 51 private static final String TAG = "BluetoothGatt"; field in BluetoothGatt 128 if (DBG) Log.d(TAG, "onClientRegistered() - status=" + status 133 Log.e(TAG, "Bad connection state: " + mConnState); 150 Log.e(TAG,"",e); 160 if (DBG) Log.d(TAG, "onClientConnectionState() - status=" + status 170 Log.w(TAG, "Unhandled exception: " + ex); 198 if (DBG) Log.d(TAG, "onGetService() - Device=" + address + " UUID=" + srvcUuid); 215 if (DBG) Log.d(TAG, "onGetIncludedService() - Device=" + address 241 if (DBG) Log.d(TAG, "onGetCharacteristic() - Device=" + address + " UUID=" + 265 if (DBG) Log.d(TAG, "onGetDescriptor() - Device=" + address + " UUID=" + descUuid); [all …]
|
D | BluetoothGattServer.java | 52 private static final String TAG = "BluetoothGattServer"; field in BluetoothGattServer 76 if (DBG) Log.d(TAG, "onServerRegistered() - status=" + status 84 Log.e(TAG, "onServerRegistered: mCallback is null"); 94 if (DBG) Log.d(TAG, "onScanResult() - Device=" + address + " RSSI=" +rssi); 104 if (DBG) Log.d(TAG, "onServerConnectionState() - status=" + status 111 Log.w(TAG, "Unhandled exception: " + ex); 122 if (DBG) Log.d(TAG, "onServiceAdded() - service=" + srvcUuid 131 Log.w(TAG, "Unhandled exception: " + ex); 144 if (DBG) Log.d(TAG, "onCharacteristicReadRequest() - " 157 Log.w(TAG, "Unhandled exception: " + ex); [all …]
|
D | BluetoothAdapter.java | 82 private static final String TAG = "BluetoothAdapter"; field in BluetoothAdapter 384 Log.e(TAG, "Bluetooth binder is null"); in getDefaultAdapter() 400 } catch (RemoteException e) {Log.e(TAG, "", e);} in BluetoothAdapter() 454 } catch (RemoteException e) {Log.e(TAG, "", e);} in isEnabled() 475 if (VDBG) Log.d(TAG, "" + hashCode() + ": getState(). Returning " + state); in getState() 481 } catch (RemoteException e) {Log.e(TAG, "", e);} in getState() 482 … if (DBG) Log.d(TAG, "" + hashCode() + ": getState() : mService = null. Returning STATE_OFF"); in getState() 515 if (DBG) Log.d(TAG, "enable(): BT is already enabled..!"); in enable() 520 } catch (RemoteException e) {Log.e(TAG, "", e);} in enable() 551 } catch (RemoteException e) {Log.e(TAG, "", e);} in disable() [all …]
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | FaceUnlock.java | 41 private static final String TAG = "FULLockscreen"; field in FaceUnlock 94 Log.d(TAG, "initializeView()"); in initializeView() 109 if (DEBUG) Log.d(TAG, "stopAndShowBackup()"); in stopAndShowBackup() 119 if (DEBUG) Log.d(TAG, "start()"); in start() 121 Log.e(TAG, "start() called off of the UI thread"); in start() 125 Log.w(TAG, "start() called when already running"); in start() 129 Log.d(TAG, "Binding to Face Unlock service for user=" in start() 137 Log.w(TAG, "Attempt to bind to Face Unlock when already bound"); in start() 148 if (DEBUG) Log.d(TAG, "stop()"); in stop() 150 Log.e(TAG, "stop() called from non-UI thread"); in stop() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | MediaMetadataTest.java | 34 private static final String TAG = "MediaMetadataTest"; field in MediaMetadataTest 66 Log.v(TAG, "filePath = "+ meta_data_file[fileIndex][0]); in validateMetatData() 76 Log.v(TAG, "Failed: "+meta_data_file[fileIndex][0] + " " + e.toString()); in validateMetatData() 83 Log.v(TAG, "CD_TRACK_NUMBER : " + value); in validateMetatData() 84 assertEquals(TAG, meta_data_file[fileIndex][meta.CD_TRACK.ordinal()], value); in validateMetatData() 87 Log.v(TAG, "Album : "+ value); in validateMetatData() 88 assertEquals(TAG, meta_data_file[fileIndex][meta.ALBUM.ordinal()], value); in validateMetatData() 91 Log.v(TAG, "Artist : "+ value); in validateMetatData() 92 assertEquals(TAG, meta_data_file[fileIndex][meta.ARTIST.ordinal()], value); in validateMetatData() 95 Log.v(TAG, "Author : "+ value); in validateMetatData() [all …]
|
D | CodecTest.java | 48 private static String TAG = "CodecTest"; field in CodecTest 82 Log.v(TAG, e.toString()); in printCpuInfo() 89 Log.v(TAG, "getDuration - " + filePath); in getDuration() 95 Log.v(TAG, e.toString()); in getDuration() 98 Log.v(TAG, "Duration " + duration); in getDuration() 100 Log.v(TAG, "release"); in getDuration() 105 Log.v(TAG, "GetCurrentPosition - " + filePath); in getCurrentPosition() 112 Log.v(TAG, "start playback"); in getCurrentPosition() 121 Log.v(TAG, e.toString()); in getCurrentPosition() 126 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); in getCurrentPosition() [all …]
|
D | CameraTest.java | 42 private String TAG = "CameraTest"; field in CameraTest 79 Log.v(TAG, "start looper"); in initializeMessageLooper() 85 Log.v(TAG, "start loopRun"); in initializeMessageLooper() 92 Log.v(TAG, "initializeMessageLooper: quit."); in initializeMessageLooper() 118 Log.v(TAG, "Preview callback start"); in onPreviewFrame() 129 Log.v(TAG, "Preview callback stop"); in onPreviewFrame() 137 Log.v(TAG, "onShutter called"); in onShutter() 146 Log.v(TAG, "RawPictureCallback callback"); in onPictureTaken() 160 Log.v(TAG, "JpegPictureCallback rawDataLength = " + rawDataLength); in onPictureTaken() 166 Log.v(TAG, "Jpeg Picture callback"); in onPictureTaken() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | MediaMetadataRetrieverTest.java | 30 private static final String TAG = "MediaMetadataRetrieverTest"; field in MediaMetadataRetrieverTest 35 Log.v(TAG, "testGetEmbeddedPicture starts."); in testGetEmbeddedPicture() 42 Log.v(TAG, "File " + i + ": " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture() 46 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testGetEmbeddedPicture() 56 … Log.e(TAG, "Fails to get embedded picture for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture() 60 Log.e(TAG, "Fails to setDataSource for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture() 66 Log.v(TAG, "testGetEmbeddedPicture completes."); in testGetEmbeddedPicture() 77 Log.v(TAG, "Thumbnail processing starts"); in testThumbnailCapture() 81 Log.v(TAG, "File " + i + ": " + MediaNames.THUMBNAIL_METADATA_TEST_FILES[i]); in testThumbnailCapture() 85 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testThumbnailCapture() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
D | MediaRecorderTest.java | 47 private String TAG = "MediaRecorderTest"; field in MediaRecorderTest 75 Log.v(TAG,"startPreviewAndPrepareRecording"); in recordVideo() 78 Log.v(TAG, "setAudioSource"); in recordVideo() 83 Log.v(TAG, "output format " + outFormat); in recordVideo() 87 Log.v(TAG, "setEncoder"); in recordVideo() 93 Log.v(TAG, "setPreview"); in recordVideo() 95 Log.v(TAG, "prepare"); in recordVideo() 97 Log.v(TAG, "start"); in recordVideo() 100 Log.v(TAG, "stop"); in recordVideo() 134 Log.v(TAG, "video encoder : " + videoEncoder); in recordVideoWithPara() [all …]
|
/frameworks/base/keystore/java/android/security/ |
D | KeyStore.java | 29 private static final String TAG = "KeyStore"; field in KeyStore 72 Log.w(TAG, "Cannot connect to keystore", e); in state() 92 Log.w(TAG, "Cannot connect to keystore", e); in get() 101 Log.w(TAG, "Cannot connect to keystore", e); in put() 110 Log.w(TAG, "Cannot connect to keystore", e); in delete() 123 Log.w(TAG, "Cannot connect to keystore", e); in contains() 136 Log.w(TAG, "Cannot connect to keystore", e); in saw() 149 Log.w(TAG, "Cannot connect to keystore", e); in reset() 158 Log.w(TAG, "Cannot connect to keystore", e); in password() 167 Log.w(TAG, "Cannot connect to keystore", e); in lock() [all …]
|
/frameworks/base/core/java/android/app/admin/ |
D | DevicePolicyManager.java | 53 private static String TAG = "DevicePolicyManager"; field in DevicePolicyManager 137 Log.w(TAG, "Failed talking with device policy service", e); in isAdminActive() 153 Log.w(TAG, "Failed talking with device policy service", e); in getActiveAdmins() 169 Log.w(TAG, "Failed talking with device policy service", e); in packageHasActiveAdmins() 186 Log.w(TAG, "Failed talking with device policy service", e); in removeActiveAdmin() 205 Log.w(TAG, "Failed talking with device policy service", e); in hasGrantedPolicy() 297 Log.w(TAG, "Failed talking with device policy service", e); in setPasswordQuality() 318 Log.w(TAG, "Failed talking with device policy service", e); in getPasswordQuality() 350 Log.w(TAG, "Failed talking with device policy service", e); in setPasswordMinimumLength() 371 Log.w(TAG, "Failed talking with device policy service", e); in getPasswordMinimumLength() [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | BluetoothManagerService.java | 49 private static final String TAG = "BluetoothManagerService"; field in BluetoothManagerService 154 if (DBG) Log.d(TAG, "Bluetooth Adapter name changed to " + newName); 182 if (DBG) Log.d(TAG, "Auto-enabling Bluetooth."); 189 if (DBG) Log.d(TAG,"Retrieving Bluetooth Adapter name and address..."); 274 if (DBG) Log.d(TAG, "Loading stored name and address"); in loadStoredNameAndAddress() 279 if (DBG) Log.d(TAG, "invalid bluetooth name and address stored"); in loadStoredNameAndAddress() 284 if (DBG) Log.d(TAG, "Stored bluetooth Name=" + mName + ",Address=" + mAddress); in loadStoredNameAndAddress() 297 if (DBG) Log.d(TAG,"Stored Bluetooth name: " + in storeNameAndAddress() 304 if (DBG) Log.d(TAG,"Stored Bluetoothaddress: " + in storeNameAndAddress() 349 Log.w(TAG,"isEnabled(): not allowed for non-active and non system user"); in isEnabled() [all …]
|
D | SystemServer.java | 78 private static final String TAG = "SystemServer"; field in ServerThread 85 Slog.w(TAG, "***********************************************"); in reportWtf() 86 Log.wtf(TAG, "BOOT FAILURE " + msg, e); in reportWtf() 176 Slog.i(TAG, "Enabled StrictMode logging for UI Looper"); in run() 196 Slog.i(TAG, "Enabled StrictMode logging for WM Looper"); in run() 207 Slog.i(TAG, "Waiting for installd to be ready."); in run() 211 Slog.i(TAG, "Power Manager"); in run() 215 Slog.i(TAG, "Activity Manager"); in run() 218 Slog.i(TAG, "Display Manager"); in run() 222 Slog.i(TAG, "Telephony Registry"); in run() [all …]
|
D | BackupManagerService.java | 137 private static final String TAG = "BackupManagerService"; field in BackupManagerService 274 Slog.d(TAG, "Provisioning change: was=" + wasProvisioned in onChange() 281 if (MORE_DEBUG) Slog.d(TAG, "Now provisioned, so starting backups"); in onChange() 480 Slog.v(TAG, "Backup requested but no transport available"); in handleMessage() 499 if (DEBUG) Slog.v(TAG, "clearing pending backups"); in handleMessage() 519 Slog.v(TAG, "Backup requested but nothing pending"); in handleMessage() 532 if (MORE_DEBUG) Slog.v(TAG, "Got next step for " + task + ", executing"); in handleMessage() 535 Slog.e(TAG, "Invalid backup task in flight, obj=" + msg.obj); in handleMessage() 546 Slog.e(TAG, "Invalid completion in flight, obj=" + msg.obj); in handleMessage() 567 Slog.d(TAG, "MSG_RUN_RESTORE observer=" + params.observer); in handleMessage() [all …]
|
/frameworks/base/services/java/com/android/server/power/ |
D | ShutdownThread.java | 53 private static final String TAG = "ShutdownThread"; field in ShutdownThread 112 Log.d(TAG, "Request to shutdown already running, returning."); in shutdownInner() 125 Log.d(TAG, "Notifying thread to start shutdown longPressBehavior=" + longPressBehavior); in shutdownInner() 207 Log.d(TAG, "Shutdown sequence already running, returning."); in beginShutdownSequence() 231 PowerManager.PARTIAL_WAKE_LOCK, TAG + "-cpu"); in beginShutdownSequence() 235 Log.w(TAG, "No permission to acquire wake lock", e); in beginShutdownSequence() 244 PowerManager.FULL_WAKE_LOCK, TAG + "-screen"); in beginShutdownSequence() 248 Log.w(TAG, "No permission to acquire wake lock", e); in beginShutdownSequence() 296 Log.i(TAG, "Sending shutdown broadcast..."); in run() 308 Log.w(TAG, "Shutdown broadcast timed out"); in run() [all …]
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
D | MediaSource.java | 170 private static final String TAG = "MediaSource"; field in MediaSource 176 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in MediaSource() 193 if (mLogVerbose) Log.v(TAG, "Preparing MediaSource"); in prepare() 206 Log.v(TAG, "Opening MediaSource"); in open() 208 Log.v(TAG, "Current URL is " + mSourceUrl); in open() 210 Log.v(TAG, "Current source is Asset!"); in open() 229 if (mLogVerbose) Log.v(TAG, "Processing new frame"); in process() 244 if (mLogVerbose) Log.v(TAG, "Waiting for preparation to complete"); in process() 262 if (mLogVerbose) Log.v(TAG, "Starting playback"); in process() 270 if (mLogVerbose) Log.v(TAG, "Waiting for new frame"); in process() [all …]
|
/frameworks/base/services/java/com/android/server/am/ |
D | NativeCrashListener.java | 44 static final String TAG = "NativeCrashListener"; field in NativeCrashListener 85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()"); in run() 87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned"); in run() 89 Slog.e(TAG, "Unable to report native crash", e); in run() 106 if (DEBUG) Slog.i(TAG, "Starting up"); in run() 128 if (MORE_DEBUG) Slog.v(TAG, "Waiting for debuggerd connection"); in run() 130 if (MORE_DEBUG) Slog.v(TAG, "Got debuggerd socket " + peerFd); in run() 142 Slog.w(TAG, "Error handling connection", e); in run() 152 Slog.d(TAG, "Exception writing ack: " + e.getMessage()); in run() 159 Slog.e(TAG, "Unable to init native debug socket!", e); in run() [all …]
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 55 private static final String TAG = "PackageHelper"; field in PackageHelper 66 Log.e(TAG, "Can't get mount service"); in getMountService() 78 Log.i(TAG, "Size of container " + sizeMb + " MB"); in createSdDir() 83 Log.e(TAG, "Failed to create secure container " + cid); in createSdDir() 87 if (localLOGV) Log.i(TAG, "Created secure container " + cid + in createSdDir() 91 Log.e(TAG, "MountService running?"); in createSdDir() 100 Log.i(TAG, "Failed to mount container " + cid + " rc : " + rc); in mountSdDir() 105 Log.e(TAG, "MountService running?"); in mountSdDir() 114 Log.e(TAG, "Failed to unmount " + cid + " with rc " + rc); in unMountSdDir() 119 Log.e(TAG, "MountService running?"); in unMountSdDir() [all …]
|