/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 | BluetoothDevice.java | 67 private static final String TAG = "BluetoothDevice"; field in BluetoothDevice 578 if (DBG) Log.d(TAG, "mAddress: " + mAddress); in getAddress() 594 Log.e(TAG, "BT not enabled. Cannot get Remote Device name"); in getName() 599 } catch (RemoteException e) {Log.e(TAG, "", e);} in getName() 612 Log.e(TAG, "BT not enabled. Cannot get Remote Device Alias"); in getAlias() 617 } catch (RemoteException e) {Log.e(TAG, "", e);} in getAlias() 633 Log.e(TAG, "BT not enabled. Cannot set Remote Device name"); in setAlias() 638 } catch (RemoteException e) {Log.e(TAG, "", e);} in setAlias() 673 Log.e(TAG, "BT not enabled. Cannot create bond to Remote Device"); in createBond() 678 } catch (RemoteException e) {Log.e(TAG, "", e);} in createBond() [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 …]
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/ |
D | FaceUnlock.java | 41 private static final String TAG = "FULLockscreen"; field in FaceUnlock 102 Log.d(TAG, "initializeView()"); in initializeView() 118 if (DEBUG) Log.d(TAG, "show()"); in show() 120 Log.e(TAG, "show() called off of the UI thread"); in show() 136 if (DEBUG) Log.d(TAG, "hide()"); in hide() 148 if (DEBUG) Log.d(TAG, "start()"); in start() 150 Log.e(TAG, "start() called off of the UI thread"); in start() 154 Log.w(TAG, "start() called when already running"); in start() 162 Log.d(TAG, "Binding to Face Unlock service"); in start() 169 Log.w(TAG, "Attempt to bind to Face Unlock when already bound"); in start() [all …]
|
D | KeyguardViewMediator.java | 99 private final static String TAG = "KeyguardViewMediator"; field in KeyguardViewMediator 282 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the " 301 if (DEBUG) Log.d(TAG, "onSimStateChanged: " + simState); 311 if (DEBUG) Log.d(TAG, "ICC_ABSENT isn't showing," 325 if (DEBUG) Log.d(TAG, "INTENT_VALUE_ICC_LOCKED and keygaurd isn't " 336 if (DEBUG) Log.d(TAG, "PERM_DISABLED and " 340 if (DEBUG) Log.d(TAG, "PERM_DISABLED, resetStateLocked to" 400 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath); in KeyguardViewMediator() 407 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath); in KeyguardViewMediator() 419 if (DEBUG) Log.d(TAG, "onSystemReady"); in onSystemReady() [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 …]
|
D | KeyguardViewMediator.java | 102 private final static String TAG = "KeyguardViewMediator"; field in KeyguardViewMediator 341 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the " 360 if (DEBUG) Log.d(TAG, "onSimStateChanged: " + simState); 370 if (DEBUG) Log.d(TAG, "ICC_ABSENT isn't showing," 384 if (DEBUG) Log.d(TAG, "INTENT_VALUE_ICC_LOCKED and keygaurd isn't " 395 if (DEBUG) Log.d(TAG, "PERM_DISABLED and " 399 if (DEBUG) Log.d(TAG, "PERM_DISABLED, resetStateLocked to" 513 Log.w(TAG, "failed to load lock sound from " + soundPath); in KeyguardViewMediator() 520 Log.w(TAG, "failed to load unlock sound from " + soundPath); in KeyguardViewMediator() 533 if (DEBUG) Log.d(TAG, "onSystemReady"); in onSystemReady() [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/ |
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 …]
|
/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/services/java/com/android/server/ |
D | BluetoothManagerService.java | 47 private static final String TAG = "BluetoothManagerService"; field in BluetoothManagerService 143 if (DBG) Log.d(TAG, "Bluetooth Adapter name changed to " + newName); 171 if (DBG) Log.d(TAG, "Auto-enabling Bluetooth."); 178 if (DBG) Log.d(TAG,"Retrieving Bluetooth Adapter name and address..."); 262 if (DBG) Log.d(TAG, "Loading stored name and address"); in loadStoredNameAndAddress() 267 if (DBG) Log.d(TAG, "invalid bluetooth name and address stored"); in loadStoredNameAndAddress() 272 if (DBG) Log.d(TAG, "Stored bluetooth Name=" + mName + ",Address=" + mAddress); in loadStoredNameAndAddress() 285 if (DBG) Log.d(TAG,"Stored Bluetooth name: " + in storeNameAndAddress() 292 if (DBG) Log.d(TAG,"Stored Bluetoothaddress: " + in storeNameAndAddress() 337 Log.w(TAG,"isEnabled(): not allowed for non-active and non system user"); in isEnabled() [all …]
|
D | SystemServer.java | 76 private static final String TAG = "SystemServer"; field in ServerThread 83 Slog.w(TAG, "***********************************************"); in reportWtf() 84 Log.wtf(TAG, "BOOT FAILURE " + msg, e); in reportWtf() 175 Slog.i(TAG, "Enabled StrictMode logging for UI Looper"); in run() 195 Slog.i(TAG, "Enabled StrictMode logging for WM Looper"); in run() 206 Slog.i(TAG, "Waiting for installd to be ready."); in run() 210 Slog.i(TAG, "Entropy Mixer"); in run() 213 Slog.i(TAG, "Power Manager"); in run() 217 Slog.i(TAG, "Activity Manager"); in run() 220 Slog.i(TAG, "Display Manager"); in run() [all …]
|
D | BackupManagerService.java | 135 private static final String TAG = "BackupManagerService"; field in BackupManagerService 272 Slog.d(TAG, "Provisioning change: was=" + wasProvisioned in onChange() 279 if (MORE_DEBUG) Slog.d(TAG, "Now provisioned, so starting backups"); in onChange() 476 Slog.v(TAG, "Backup requested but no transport available"); in handleMessage() 495 if (DEBUG) Slog.v(TAG, "clearing pending backups"); in handleMessage() 515 Slog.v(TAG, "Backup requested but nothing pending"); in handleMessage() 528 if (MORE_DEBUG) Slog.v(TAG, "Got next step for " + task + ", executing"); in handleMessage() 531 Slog.e(TAG, "Invalid backup task in flight, obj=" + msg.obj); in handleMessage() 542 Slog.e(TAG, "Invalid completion in flight, obj=" + msg.obj); in handleMessage() 563 Slog.d(TAG, "MSG_RUN_RESTORE observer=" + params.observer); in handleMessage() [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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | MediaRecorderStressTest.java | 48 private String TAG = "MediaRecorderStressTest"; field in MediaRecorderStressTest 82 Log.v(TAG, "starting looper"); in setUp() 87 Log.v(TAG, "quit looper"); in setUp() 158 Log.v(TAG, "Camera start preview stress test"); in testStressCamera() 161 Log.v(TAG, "Start preview"); in testStressCamera() 184 Log.e(TAG, e.toString()); in testStressCamera() 194 Log.v(TAG, "H263 video record: reset after prepare Stress test"); in testStressRecorder() 198 Log.v(TAG, "Start preview"); in testStressRecorder() 206 Log.v(TAG, "counter = " + i); in testStressRecorder() 211 Log.v(TAG, fileName); in testStressRecorder() [all …]
|
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 109 private static final String TAG = "AccountAuthenticator"; field in AbstractAccountAuthenticator 121 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 122 Log.v(TAG, "addAccount: accountType " + accountType in addAccount() 131 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 133 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result)); in addAccount() 145 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 146 Log.v(TAG, "confirmCredentials: " + account); in confirmCredentials() 152 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 154 Log.v(TAG, "confirmCredentials: result " in confirmCredentials() 168 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() [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/core/java/android/speech/tts/ |
D | FileSynthesisCallback.java | 33 private static final String TAG = "FileSynthesisRequest"; field in FileSynthesisCallback 82 Log.e(TAG, "Failed to close " + mFileName + ": " + ex); in closeFileAndWidenPermissions() 94 Log.e(TAG, "Security exception setting rw permissions on : " + mFileName); in closeFileAndWidenPermissions() 103 Log.v(TAG, "File " + file + " exists, deleting."); in maybeCleanupExistingFile() 105 Log.e(TAG, "Failed to delete " + file); in maybeCleanupExistingFile() 127 Log.d(TAG, "FileSynthesisRequest.start(" + sampleRateInHz + "," + audioFormat in start() 132 if (DBG) Log.d(TAG, "Request has been aborted."); in start() 153 Log.e(TAG, "Failed to open " + mFileName + ": " + ex); in start() 163 Log.d(TAG, "FileSynthesisRequest.audioAvailable(" + buffer + "," + offset in audioAvailable() 168 if (DBG) Log.d(TAG, "Request has been aborted."); in audioAvailable() [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 …]
|