Searched refs:TAG (Results 426 - 450 of 1718) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java61 private static final String TAG = "PacManager"; field in class:PacManager
108 Log.w(TAG, "Failed to load PAC file: " + ioe);
184 Log.w(TAG, "Failed to stop PAC service", e);
249 Log.e(TAG, "setCurrentProxyScript: no proxy service");
256 Log.e(TAG, "Unable to set PAC file", e);
263 Log.e(TAG, "No context for binding");
285 Log.d(TAG, "Adding service " + PAC_SERVICE_NAME + " "
288 Log.e(TAG, "Remote Exception", e1);
293 Log.e(TAG, "No proxy service");
298 Log.e(TAG, "Unabl
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DActiveSourceHandler.java35 private static final String TAG = "ActiveSourceHandler"; field in class:ActiveSourceHandler
44 Slog.e(TAG, "Wrong arguments");
108 Slog.e(TAG, "Callback failed:" + e);
H A DOneTouchPlayAction.java32 private static final String TAG = "OneTouchPlayAction"; field in class:OneTouchPlayAction
58 Slog.e(TAG, "Wrong arguments");
132 Slog.e(TAG, "Callback failed:" + e);
H A DOneTouchRecordAction.java33 private static final String TAG = "OneTouchRecordAction"; field in class:OneTouchRecordAction
99 Slog.i(TAG, "Got record status:" + recordStatus + " from " + cmd.getSource());
121 Slog.w(TAG, "Timeout in invalid state:[Expected:" + mState + ", Actual:" + state + "]");
H A DSendKeyAction.java36 private static final String TAG = "SendKeyAction"; field in class:SendKeyAction
108 Slog.w(TAG, "Not in a valid state");
181 Slog.w(TAG, "Not in a valid state");
/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java36 static final String TAG = "BackgroundDexOptService"; field in class:BackgroundDexOptService
64 Log.i(TAG, "onIdleStart");
107 Log.i(TAG, "onIdleStop");
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java54 private static final String TAG = "ImmersiveModeConfirmation"; field in class:ImmersiveModeConfirmation
88 if (DEBUG) Slog.d(TAG, String.format("loadSetting() mCurrentUserId=%d", mCurrentUserId));
95 if (DEBUG) Slog.d(TAG, "Loaded mConfirmed=" + mConfirmed);
97 Slog.w(TAG, "Error loading confirmations, value=" + value, t);
102 if (DEBUG) Slog.d(TAG, "saveSetting()");
109 if (DEBUG) Slog.d(TAG, "Saved value=" + value);
111 Slog.w(TAG, "Error saving confirmations, mConfirmed=" + mConfirmed, t);
120 if (DEBUG) Slog.d(TAG, String.format("immersiveModeChanged() disabled=%s mConfirmed=%s",
146 if (DEBUG) Slog.d(TAG, "confirmCurrentPrompt()");
153 if (DEBUG) Slog.d(TAG, "Hidin
[all...]
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java32 private static final String TAG = "KeyguardServiceDelegate"; field in class:KeyguardServiceDelegate
80 if (DEBUG) Log.v(TAG, "**** SHOWN CALLED ****");
98 if (DEBUG) Log.v(TAG, "**** onKeyguardExitResult(" + success +") CALLED ****");
121 Log.v(TAG, "*** Keyguard: can't bind to " + keyguardComponent);
133 if (DEBUG) Log.v(TAG, "*** Keyguard started");
140 if (DEBUG) Log.v(TAG, "*** Keyguard connected (yay!)");
163 if (DEBUG) Log.v(TAG, "*** Keyguard disconnected (boo!)");
231 if (DEBUG) Log.v(TAG, "onStartedWakingUp()");
238 if (DEBUG) Log.v(TAG, "onScreenTurnedOff()");
245 if (DEBUG) Log.v(TAG, "onScreenTurnedO
[all...]
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java37 private static final String TAG = "WebViewUpdateService"; field in class:WebViewUpdateService
69 Slog.d(TAG, "WebView Package updated!");
131 if (!relroReady) Slog.w(TAG, "creating relro file timed out");
/frameworks/base/services/core/java/com/android/server/wm/
H A DKeyguardDisableHandler.java32 private static final String TAG = "KeyguardDisableHandler"; field in class:KeyguardDisableHandler
90 super(handler, TAG);
118 Log.v(TAG, "Not disabling keyguard since device policy is enforced");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DAvgBrightnessFilter.java33 private static final String TAG = "AvgBrightnessFilter"; field in class:AvgBrightnessFilter
34 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
61 if (mLogVerbose) Log.v(TAG, "contrastRatio: " + brightness);
H A DContrastRatioFilter.java33 private static final String TAG = "ContrastRatioFilter"; field in class:ContrastRatioFilter
34 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
62 if (mLogVerbose) Log.v(TAG, "contrastRatio: " + contrastRatio);
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java40 private static String TAG = "TestFramerateView"; field in class:TestFramerateView
55 Log.v(TAG, "Long frame: " + elapsedTime_us/1000.f + " ms (" + fps + " fps)");
57 Log.v(TAG, " Short frames since last long frame: " + mNumShortFramesElapsed);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBook.java32 private static final String TAG = "BluetoothPbapRequestPullPhoneBook"; field in class:BluetoothPbapRequestPullPhoneBook
92 Log.v(TAG, "readResponse");
99 Log.v(TAG, "readResponse");
H A DBluetoothPbapRequestPullVcardListing.java32 private static final String TAG = "BluetoothPbapRequestPullVcardListing"; field in class:BluetoothPbapRequestPullVcardListing
87 Log.v(TAG, "readResponse");
94 Log.v(TAG, "readResponseHeaders");
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_script_group2_pointwise.java29 private static final String TAG = "ScritGroup2 (Pointwise)"; field in class:UT_script_group2_pointwise
32 super(rstc, TAG, ctx);
76 Log.e(TAG, "a["+i+"]="+a[i]+", should be "+ ((i+1) * 2));
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawableFactory.java34 private static final String TAG = "RoundedBitmapDrawableFactory"; field in class:RoundedBitmapDrawableFactory
80 Log.w(TAG, "RoundedBitmapDrawable cannot decode " + filepath);
93 Log.w(TAG, "RoundedBitmapDrawable cannot decode " + is);
/frameworks/base/core/java/android/app/backup/
H A DBackupAgentHelper.java56 static final String TAG = "BackupAgentHelper"; field in class:BackupAgentHelper
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyExceptionUtils.java26 private static final String TAG = "LegacyExceptionUtils"; field in class:LegacyExceptionUtils
H A DLegacyResultMapper.java44 private static final String TAG = "LegacyResultMapper"; field in class:LegacyResultMapper
92 Log.v(TAG, "cachedConvertResultMetadata - cached? " + cached +
95 Log.v(TAG, "----- beginning of result dump ------");
97 Log.v(TAG, "----- end of result dump ------");
187 Log.w(TAG, "Unknown scene mode " + legacySceneMode +
202 Log.w(TAG, "Unknown effect mode " + legacyEffectMode +
278 Log.w(TAG, "Null thumbnail size received from parameters.");
310 Log.v(TAG,
317 Log.w(TAG,
337 Log.v(TAG, "mapA
[all...]
H A DRequestHolder.java33 private static final String TAG = "RequestHolder"; field in class:RequestHolder
121 Log.d(TAG, "Surface abandoned, skipping...", e);
138 Log.d(TAG, "Surface abandoned, skipping...", e);
244 Log.w(TAG, "Capture failed for request: " + getRequestId());
/frameworks/base/core/java/android/service/notification/
H A DConditionProviderService.java50 private final String TAG = ConditionProviderService.class.getSimpleName() field in class:ConditionProviderService
88 Log.v(TAG, "Unable to contact notification manager", ex);
102 Log.w(TAG, "Condition provider service not yet bound.");
159 Log.w(TAG, "Error running " + name, t);
/frameworks/base/core/java/android/view/
H A DInputEventReceiver.java33 private static final String TAG = "InputEventReceiver"; field in class:InputEventReceiver
144 Log.w(TAG, "Attempted to finish an input event but the input event "
149 Log.w(TAG, "Attempted to finish an input event that is not in progress.");
173 Log.w(TAG, "Attempted to consume batched input events but the input event "
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java57 private final String TAG; field in class:LocationProviderBase
116 TAG = tag;
138 Log.e(TAG, "RemoteException", e);
141 Log.e(TAG, "Exception", e);
/frameworks/base/media/java/android/media/
H A DRating.java32 private final static String TAG = "Rating"; field in class:Rating
188 Log.e(TAG, "Invalid rating style (" + starRatingStyle + ") for a star rating");
192 Log.e(TAG, "Trying to set out of range star-based rating");
207 Log.e(TAG, "Invalid percentage-based rating value");

Completed in 3056 milliseconds

<<11121314151617181920>>