Searched refs:TAG (Results 1 - 25 of 2248) sorted by relevance

1234567891011>>

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainRecognitionService.java28 private static final String TAG = "MainRecognitionService"; field in class:MainRecognitionService
33 Log.i(TAG, "onCreate");
38 Log.d(TAG, "onStartListening");
43 Log.d(TAG, "onCancel");
48 Log.d(TAG, "onStopListening");
54 Log.d(TAG, "onDestroy");
H A DMainInteractionService.java33 static final String TAG = "MainInteractionService"; field in class:MainInteractionService
38 Log.i(TAG, "onAvailabilityChanged(" + status + ")");
44 Log.i(TAG, "onDetected");
49 Log.i(TAG, "onError");
54 Log.i(TAG, "onRecognitionPaused");
59 Log.i(TAG, "onRecognitionResumed");
68 Log.i(TAG, "Creating " + this);
69 Log.i(TAG, "Keyphrase enrollment error? " + getKeyphraseEnrollmentInfo().getParseError());
70 Log.i(TAG, "Keyphrase enrollment meta-data: "
78 Log.i(TAG, "Hotwor
[all...]
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java36 private static final String TAG = "SysTrace"; field in class:SysTrace
37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
50 Log.v(TAG, "traceCounter " + counterName + " " + counterValue);
67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName));
86 Log.v(TAG, String.format("endSection[%d]", sNestingLevel));
104 Log.v(TAG, "beginSectionAsync " + methodName + " " + cookie);
118 Log.v(TAG, "endSectionAsync " + methodName + " " + cookie);
/frameworks/base/media/java/android/media/audiofx/
H A DAcousticEchoCanceler.java44 private final static String TAG = "AcousticEchoCanceler"; field in class:AcousticEchoCanceler
66 Log.w(TAG, "not implemented on this device"+ aec);
68 Log.w(TAG, "not enough resources");
70 Log.w(TAG, "not enough memory");
H A DAutomaticGainControl.java44 private final static String TAG = "AutomaticGainControl"; field in class:AutomaticGainControl
66 Log.w(TAG, "not implemented on this device "+agc);
68 Log.w(TAG, "not enough resources");
70 Log.w(TAG, "not enough memory");
H A DNoiseSuppressor.java45 private final static String TAG = "NoiseSuppressor"; field in class:NoiseSuppressor
68 Log.w(TAG, "not implemented on this device "+ns);
70 Log.w(TAG, "not enough resources");
72 Log.w(TAG, "not enough memory");
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DEnrollmentUtil.java36 private static final String TAG = "TestEnrollmentUtil"; field in class:EnrollmentUtil
98 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel", e);
117 Log.e(TAG, "Keyphrase must have a valid ID");
125 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel");
129 Log.w(TAG, "No models present for the gien keyphrase ID");
145 Log.e(TAG, "Keyphrase must have a valid ID");
153 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel");
160 Log.e(TAG, "KeyphraseSoundModel must be non-null");
164 Log.e(TAG, "KeyphraseSoundModel must have a UUID");
168 Log.e(TAG, "KeyphraseSoundMode
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBlockChecker.java11 private static final String TAG = "BlockChecker"; field in class:BlockChecker
27 Rlog.d(TAG, phoneNumber + " is blocked.");
31 Rlog.e(TAG, "Exception checking for blocked number: " + e);
36 Rlog.d(TAG, "Blocked number lookup took: " + durationMillis + " ms.");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java29 private static final String TAG = "WifiCountryCode"; field in class:WifiCountryCode
57 Log.w(TAG, "config_wifi_revert_country_code_on_cellular_loss is set, "
65 Log.d(TAG, "Country code will be reverted to " + mDefaultCountryCode
87 if (DBG) Log.d(TAG, "SIM Card Removed");
103 if (DBG) Log.d(TAG, "Airplane Mode Enabled");
119 if (DBG) Log.d(TAG, "Set ready: " + ready);
136 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode);
139 if (DBG) Log.d(TAG, "Ignore empty country code");
179 if (DBG) Log.d(TAG, "Update country code");
207 Log.d(TAG, "Succeede
[all...]
/frameworks/base/core/java/android/os/
H A DUpdateLock.java31 private static final String TAG = "UpdateLock"; field in class:UpdateLock
85 Log.v(TAG, "setting refcounted=" + isRefCounted + " : " + this);
104 Log.v(TAG, "acquire() : " + this, new RuntimeException("here"));
118 Log.e(TAG, "Unable to contact service to acquire");
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));
142 Log.e(TAG, "Unable to contact service to release");
157 Log.wtf(TAG, "UpdateLock finalized while still held");
161 Log.e(TAG, "Unable to contact service to release");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java30 private static final String TAG = "CameraTestThread"; field in class:CameraTestThread
31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
43 Log.w(TAG, "Looper thread already started");
50 if (VERBOSE) Log.v(TAG, "start loopRun");
58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
62 if (VERBOSE) Log.v(TAG, "start waiting for looper");
74 Log.w(TAG, "Looper thread doesn't start yet");
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java41 private static final String TAG = "BluetoothHeadsetClient"; field in class:BluetoothHeadsetClient
376 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
378 if (VDBG) Log.d(TAG,"Unbinding service...");
384 Log.e(TAG,"",re);
391 if (VDBG) Log.d(TAG,"Binding service...");
396 Log.e(TAG,"",re);
416 Log.e(TAG,"",e);
429 Log.e(TAG, "Could not bind to Bluetooth Headset Client Service with " + intent);
449 Log.e(TAG,"",e);
459 Log.e(TAG,"",r
[all...]
H A DBluetoothHeadset.java48 private static final String TAG = "BluetoothHeadset"; field in class:BluetoothHeadset
276 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
278 if (VDBG) Log.d(TAG,"Unbinding service...");
284 if (VDBG) Log.d(TAG,"Binding service...");
288 Log.e(TAG,"",re);
308 Log.e(TAG,"",e);
320 Log.e(TAG, "Unable to bind HeadsetService", e);
332 Log.e(TAG,"Unable to unbind HeadsetService", e);
352 Log.e(TAG,"",e);
388 Log.e(TAG, Lo
[all...]
H A DBluetoothSap.java44 private static final String TAG = "BluetoothSap"; field in class:BluetoothSap
95 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
97 if (VDBG) Log.d(TAG,"Unbinding service...");
103 Log.e(TAG,"",re);
110 if (VDBG) Log.d(TAG,"Binding service...");
114 Log.e(TAG,"",re);
125 if (DBG) Log.d(TAG, "Create BluetoothSap proxy object");
134 Log.e(TAG,"",e);
146 Log.e(TAG, "Could not bind to Bluetooth SAP Service with " + intent);
173 Log.e(TAG,"",
[all...]
H A DBluetoothHealth.java58 private static final String TAG = "BluetoothHealth"; field in class:BluetoothHealth
103 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
105 if (VDBG) Log.d(TAG,"Unbinding service...");
111 Log.e(TAG,"",re);
118 if (VDBG) Log.d(TAG,"Binding service...");
122 Log.e(TAG,"",re);
184 Log.e(TAG, e.toString());
187 Log.w(TAG, "Proxy not attached to service");
188 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
208 Log.e(TAG,
[all...]
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
H A DPacNative.java24 private static final String TAG = "PacProxy"; field in class:PacNative
48 Log.e(TAG, "Unable to Create v8 Proxy Parser.");
58 Log.e(TAG, "Unable to Destroy v8 Proxy Parser.");
68 Log.e(TAG, "Unable to parse proxy script.");
77 Log.e(TAG, "v8 Proxy request failed.");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSubInfoControllerTest.java78 assertEquals("353626073736741", mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG));
79 assertEquals("353626073736742", mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG));
91 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG);
99 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG);
109 eq(AppOpsManager.OP_READ_PHONE_STATE), anyInt(), eq(TAG));
111 assertNull(mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG));
112 assertNull(mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG));
117 eq(AppOpsManager.OP_READ_PHONE_STATE), anyInt(), eq(TAG));
118 assertEquals("353626073736741", mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG));
119 assertEquals("353626073736742", mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG));
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DNfcFCardEmulation.java47 static final String TAG = "NfcFCardEmulation"; field in class:NfcFCardEmulation
70 Log.e(TAG, "NfcAdapter context is null.");
76 Log.e(TAG, "Cannot get PackageManager");
81 Log.e(TAG, "This device does not support NFC-F card emulation");
85 Log.e(TAG, "PackageManager query failed.");
95 Log.e(TAG, "This device does not implement the INfcFCardEmulation interface.");
126 Log.e(TAG, "Failed to recover CardEmulationService.");
132 Log.e(TAG, "Failed to reach CardEmulationService.");
173 Log.e(TAG, "Failed to recover CardEmulationService.");
180 Log.e(TAG, "Faile
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaMetadataRetrieverTest.java30 private static final String TAG = "MediaMetadataRetrieverTest"; field in class:MediaMetadataRetrieverTest
35 Log.v(TAG, "testGetEmbeddedPicture starts.");
42 Log.v(TAG, "File " + i + ": " + MediaNames.ALBUMART_TEST_FILES[i]);
46 Log.v(TAG, "windows media is not supported and thus we will skip the test for this file");
56 Log.e(TAG, "Fails to get embedded picture for " + MediaNames.ALBUMART_TEST_FILES[i]);
60 Log.e(TAG, "Fails to setDataSource for " + MediaNames.ALBUMART_TEST_FILES[i]);
66 Log.v(TAG, "testGetEmbeddedPicture completes.");
77 Log.v(TAG, "Thumbnail processing starts");
81 Log.v(TAG, "File " + i + ": " + MediaNames.THUMBNAIL_METADATA_TEST_FILES[i]);
85 Log.v(TAG, "window
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorResponse.java29 private static final String TAG = "AccountAuthenticator"; field in class:AccountAuthenticatorResponse
46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
48 Log.v(TAG, "AccountAuthenticatorResponse.onResult: "
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
60 Log.v(TAG, "AccountAuthenticatorResponse.onRequestContinued");
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage);
/frameworks/base/core/java/com/android/server/backup/
H A DAccountManagerBackupHelper.java29 private static final String TAG = "AccountsBackup"; field in class:AccountManagerBackupHelper
46 Slog.d(TAG, "Handling backup of " + key);
55 Slog.w(TAG, "Unexpected backup key " + key);
59 Slog.e(TAG, "Unable to store payload " + key);
69 Slog.d(TAG, "Handling restore of " + key);
78 Slog.w(TAG, "Unexpected restore key " + key);
82 Slog.w(TAG, "Unable to restore key " + key);
H A DPermissionBackupHelper.java26 private static final String TAG = "PermissionBackup"; field in class:PermissionBackupHelper
43 Slog.d(TAG, "Handling backup of " + key);
51 Slog.w(TAG, "Unexpected backup key " + key);
54 Slog.e(TAG, "Unable to store payload " + key);
63 Slog.d(TAG, "Handling restore of " + key);
72 Slog.w(TAG, "Unexpected restore key " + key);
75 Slog.w(TAG, "Unable to restore key " + key);
H A DPreferredActivityBackupHelper.java26 private static final String TAG = "PreferredBackup"; field in class:PreferredActivityBackupHelper
52 Slog.d(TAG, "Handling backup of " + key);
64 Slog.w(TAG, "Unexpected backup key " + key);
67 Slog.e(TAG, "Unable to store payload " + key);
76 Slog.d(TAG, "Handling restore of " + key);
91 Slog.w(TAG, "Unexpected restore key " + key);
94 Slog.w(TAG, "Unable to restore key " + key);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DQSTileServiceWrapper.java26 private static final String TAG = "IQSTileServiceWrapper"; field in class:QSTileServiceWrapper
43 Log.d(TAG, "Caught exception from TileService", e);
53 Log.d(TAG, "Caught exception from TileService", e);
63 Log.d(TAG, "Caught exception from TileService", e);
73 Log.d(TAG, "Caught exception from TileService", e);
83 Log.d(TAG, "Caught exception from TileService", e);
93 Log.d(TAG, "Caught exception from TileService", e);
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
H A DBTtraffic.java28 public static final String TAG = "bttraffic"; field in class:BTtraffic
42 Log.d(TAG, "Unable to close resource.\n");
57 Log.d(TAG, "unknown action: + " + intent.getAction());
64 Log.d(TAG, "worker thread already active");
69 Log.d(TAG, "startWorker: addr=" + remoteAddr);
78 Log.d(TAG, "Monitor service started");
80 Log.d(TAG, "Worker thread started");
82 Log.d(TAG, "Failed to start service", e);
89 Log.d(TAG, "Start monitor on server");
103 Log.d(TAG, "N
[all...]

Completed in 1055 milliseconds

1234567891011>>