Searched refs:TAG (Results 1 - 25 of 3250) 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/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/
H A DSleepWorker.java28 private static final String TAG = "SleepWorker"; field in class:SleepWorker
33 Log.i(TAG, "Sleeping");
35 Log.i(TAG, "Completed");
37 Log.v(TAG, "Interrupted.");
/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/services/core/java/com/android/server/notification/
H A DGlobalSortKeyComparator.java26 private final static String TAG = "GlobalSortComp"; field in class:GlobalSortKeyComparator
31 Slog.wtf(TAG, "Missing left global sort key: " + left);
35 Slog.wtf(TAG, "Missing right global sort key: " + right);
/frameworks/base/tests/ShowWhenLockedApp/src/com/android/showwhenlocked/
H A DShowWhenLockedActivity.java44 private static final String TAG = ShowWhenLockedActivity.class.getSimpleName(); field in class:ShowWhenLockedActivity
85 Log.v(TAG, "onCreate");
93 Log.v(TAG, "onStart");
105 Log.v(TAG, "onResume");
111 Log.v(TAG, "onPause");
117 Log.v(TAG, "onStop");
126 Log.v(TAG, "onDestroy");
136 Log.v(TAG, "Setting showWhenLocked to " + showWhenLocked);
142 Log.v(TAG, "Setting turnScreenOn to " + turnScreenOn);
148 Log.v(TAG, "Settin
[all...]
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestActivity.java23 private static final String TAG = TestActivity.class.getSimpleName(); field in class:TestActivity
28 Log.d(TAG, "onCreate called");
33 Common.notifyLaunched(getIntent(), mReceiver.asBinder(), TAG);
39 Log.d(TAG, "finish called");
/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/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
H A DCustomView.java28 private static final String TAG = "CustomView"; field in class:CustomView
32 Log.d(TAG, "new instance");
38 Log.d(TAG, "onAttachedToWindow");
44 Log.d(TAG, "onDetachedFromWindow");
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DDismissCallbackWrapper.java29 private static final String TAG = "DismissCallbackWrapper"; field in class:DismissCallbackWrapper
41 Log.i(TAG, "Failed to call callback", e);
49 Log.i(TAG, "Failed to call callback", e);
57 Log.i(TAG, "Failed to call callback", e);
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbUnknown.java23 static final String TAG = "UsbUnknown"; field in class:UsbUnknown
/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");
144 Log.e(TAG, "Keyphrase must have a valid ID");
152 Log.e(TAG, "RemoteException in updateKeyphraseSoundModel");
159 Log.e(TAG, "KeyphraseSoundModel must be non-null");
163 Log.e(TAG, "KeyphraseSoundModel must have a UUID");
167 Log.e(TAG, "KeyphraseSoundMode
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMapClient.java39 private static final String TAG = "BluetoothMapClient"; field in class:BluetoothMapClient
40 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
41 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
78 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
80 if (VDBG) Log.d(TAG, "Unbinding service...");
86 Log.e(TAG, "", re);
93 if (VDBG) Log.d(TAG, "Binding service...");
97 Log.e(TAG, "", re);
108 if (DBG) Log.d(TAG, "Create BluetoothMapClient proxy object");
117 Log.e(TAG, "",
[all...]
H A DBluetoothHeadset.java53 private static final String TAG = "BluetoothHeadset"; field in class:BluetoothHeadset
336 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
338 if (VDBG) Log.d(TAG, "Unbinding service...");
344 if (VDBG) Log.d(TAG, "Binding service...");
348 Log.e(TAG, "", re);
368 Log.e(TAG, "", e);
380 Log.e(TAG, "Unable to bind HeadsetService", e);
392 Log.e(TAG, "Unable to unbind HeadsetService", e);
412 Log.e(TAG, "", e);
449 Log.e(TAG, Lo
[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/media/java/android/media/
H A DMedia2HTTPService.java29 private static final String TAG = "Media2HTTPService"; field in class:Media2HTTPService
35 Log.v(TAG, "Media2HTTPService(" + this + "): Cookies: " + cookies);
47 Log.v(TAG, "makeHTTPConnection: CookieManager created: " + cookieHandler);
49 Log.v(TAG, "makeHTTPConnection: CookieHandler (" + cookieHandler + ") exists.");
61 Log.v(TAG, "makeHTTPConnection: CookieStore.add" + e);
64 //Log.v(TAG, "MediaHTTPConnection adding Cookie[" + cookie.getName() +
68 Log.w(TAG, "makeHTTPConnection: The installed CookieHandler is not a "
76 Log.v(TAG, "makeHTTPConnection(" + this + "): cookieHandler: " + cookieHandler +
93 Log.d(TAG, "Widevine classic is no longer supported");
/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/support/work/workmanager-test/src/androidTest/java/androidx/work/test/workers/
H A DTestWorker.java25 private static final String TAG = "TestWorker"; field in class:TestWorker
29 Log.i(TAG, "Doing work.");
/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/bluetooth/le/
H A DAdvertisingSet.java37 private static final String TAG = "AdvertisingSet"; field in class:AdvertisingSet
49 Log.e(TAG, "Failed to get Bluetooth gatt - ", e);
77 Log.e(TAG, "remote exception - ", e);
97 Log.e(TAG, "remote exception - ", e);
114 Log.e(TAG, "remote exception - ", e);
129 Log.e(TAG, "remote exception - ", e);
142 Log.e(TAG, "remote exception - ", e);
160 Log.e(TAG, "remote exception - ", e);
175 Log.e(TAG, "remote exception - ", e);
192 Log.e(TAG, "remot
[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...]

Completed in 571 milliseconds

1234567891011>>