Searched refs:TAG (Results 1 - 25 of 2737) 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/base/core/java/android/bluetooth/
H A DBluetoothHidDeviceCallback.java24 private static final String TAG = BluetoothHidDeviceCallback.class.getSimpleName(); field in class:BluetoothHidDeviceCallback
49 Log.d(TAG, "onAppStatusChanged: pluggedDevice=" + pluggedDevice + " registered="
63 Log.d(TAG, "onConnectionStateChanged: device=" + device + " state=" + state);
78 Log.d(TAG, "onGetReport: device=" + device + " type=" + type + " id=" + id + " bufferSize="
92 Log.d(TAG, "onSetReport: device=" + device + " type=" + type + " id=" + id);
104 Log.d(TAG, "onSetProtocol: device=" + device + " protocol=" + protocol);
116 Log.d(TAG, "onIntrData: device=" + device + " reportId=" + reportId);
126 Log.d(TAG, "onVirtualCableUnplug: device=" + device);
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.java49 private static final String TAG = "BluetoothHeadset"; field in class:BluetoothHeadset
307 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
309 if (VDBG) Log.d(TAG,"Unbinding service...");
315 if (VDBG) Log.d(TAG,"Binding service...");
319 Log.e(TAG,"",re);
339 Log.e(TAG,"",e);
351 Log.e(TAG, "Unable to bind HeadsetService", e);
363 Log.e(TAG,"Unable to unbind HeadsetService", e);
383 Log.e(TAG,"",e);
419 Log.e(TAG, Lo
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DActiveModeManager.java25 String TAG = "ActiveModeManager"; field in interface:ActiveModeManager
H A DClientModeManager.java24 private static final String TAG = "ClientModeManager"; field in class:ClientModeManager
H A DScanOnlyModeManager.java24 private static final String TAG = "ScanOnlyModeManager"; field in class:ScanOnlyModeManager
H A DWifiConnectivityHelper.java35 private static final String TAG = "WifiConnectivityHelper"; field in class:WifiConnectivityHelper
63 Log.d(TAG, "Firmware supported feature set: " + Integer.toHexString(fwFeatureSet));
66 Log.d(TAG, "Firmware roaming is not supported");
73 Log.e(TAG, "Invalid firmware roaming capabilities: max num blacklist bssid="
80 Log.d(TAG, "Firmware roaming supported with capabilities: max num blacklist bssid="
86 Log.e(TAG, "Failed to get firmware roaming capabilities");
109 Log.e(TAG, "getMaxNumBlacklistBssid: Firmware roaming is not supported");
124 Log.e(TAG, "getMaxNumWhitelistSsid: Firmware roaming is not supported");
139 Log.e(TAG, "Firmware roaming is not supported");
144 Log.e(TAG, "Invali
[all...]
H A DWifiCountryCode.java29 private static final String TAG = "WifiCountryCode"; field in class:WifiCountryCode
54 Log.w(TAG, "config_wifi_revert_country_code_on_cellular_loss is set, "
62 Log.d(TAG, "Country code will be reverted to " + mDefaultCountryCode
84 if (DBG) Log.d(TAG, "SIM Card Removed");
98 if (DBG) Log.d(TAG, "Airplane Mode Enabled");
111 if (DBG) Log.d(TAG, "Set ready: " + ready);
128 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode);
132 if (DBG) Log.d(TAG, "Received empty country code, reset to default country code");
171 if (DBG) Log.d(TAG, "Update country code");
199 Log.d(TAG, "Succeede
[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/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/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/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/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/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/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java38 private final static String TAG = "FlpHardwareProvider"; field in class:FlpHardwareProvider
40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
45 if (DEBUG) Log.d(TAG, "getInstance() created empty provider");
54 if (DEBUG) Log.d(TAG, "isSupported() returning false");
72 if (DEBUG) Log.d(TAG, "empty cleanup()");

Completed in 642 milliseconds

1234567891011>>