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

<<11121314151617181920>>

/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java45 private static final String TAG = "NotificationColorUtil"; field in class:NotificationColorUtil
159 Log.e(TAG, "Drawable not found: " + drawableResId);
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java31 private static final String TAG = "BaseSurfaceHolder"; field in class:BaseSurfaceHolder
171 if (DEBUG) Log.i(TAG, "Locking canvas..,");
186 Log.e(TAG, "Exception locking surface", e);
190 if (DEBUG) Log.i(TAG, "Returned canvas: " + c);
H A DIInputConnectionWrapper.java34 static final String TAG = "IInputConnectionWrapper"; field in class:IInputConnectionWrapper
205 Log.w(TAG, "getTextAfterCursor on inactive InputConnection");
212 Log.w(TAG, "Got RemoteException calling setTextAfterCursor", e);
221 Log.w(TAG, "getTextBeforeCursor on inactive InputConnection");
228 Log.w(TAG, "Got RemoteException calling setTextBeforeCursor", e);
237 Log.w(TAG, "getSelectedText on inactive InputConnection");
244 Log.w(TAG, "Got RemoteException calling setSelectedText", e);
253 Log.w(TAG, "getCursorCapsMode on inactive InputConnection");
260 Log.w(TAG, "Got RemoteException calling setCursorCapsMode", e);
269 Log.w(TAG, "getExtractedTex
[all...]
H A DInputBindResult.java28 static final String TAG = "InputBindResult"; field in class:InputBindResult
H A DInputConnectionWrapper.java35 private static final String TAG = "InputConnectionWrapper.ICC"; field in class:InputConnectionWrapper.InputContextCallback
99 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
112 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
125 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
138 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
151 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
164 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
182 Log.w(TAG, "Timed out waiting on IInputContextCallback");
H A DRotationPolicy.java42 private static final String TAG = "RotationPolicy"; field in class:RotationPolicy
83 Log.w(TAG, "Unable to get the display size");
148 Log.w(TAG, "Unable to save auto-rotate setting");
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java43 private static final String TAG = "ActionMenuItemView"; field in class:ActionMenuItemView
H A DListMenuItemView.java38 private static final String TAG = "ListMenuItemView"; field in class:ListMenuItemView
H A DListMenuPresenter.java37 private static final String TAG = "ListMenuPresenter"; field in class:ListMenuPresenter
H A DMenuBuilder.java50 private static final String TAG = "MenuBuilder"; field in class:MenuBuilder
H A DMenuItemImpl.java39 private static final String TAG = "MenuItemImpl"; field in class:MenuItemImpl
166 Log.e(TAG, "Can't find activity to handle intent; ignoring", e);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java41 private static final String TAG = "ActionBarContextView"; field in class:ActionBarContextView
H A DActionBarOverlayLayout.java51 private static final String TAG = "ActionBarOverlayLayout"; field in class:ActionBarOverlayLayout
716 Log.e(TAG, "Requested split action bar with " +
H A DActionBarView.java63 private static final String TAG = "ActionBarView"; field in class:ActionBarView
H A DDrawableHolder.java36 private static final String TAG = "DrawableHolder"; field in class:DrawableHolder
80 if (DBG) Log.v(TAG, "animationCount = " + mAnimators.size());
H A DEditableInputConnection.java35 private static final String TAG = "EditableInputConnection"; field in class:EditableInputConnection
117 if (DEBUG) Log.v(TAG, "commitCompletion " + text);
129 if (DEBUG) Log.v(TAG, "commitCorrection" + correctionInfo);
138 if (DEBUG) Log.v(TAG, "performEditorAction " + actionCode);
145 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id);
192 if (DEBUG) Log.v(TAG, "requestUpdateCursorAnchorInfo " + cursorUpdateMode);
201 Log.d(TAG, "Rejecting requestUpdateCursorAnchorInfo due to unknown flags." +
H A DLockPatternUtils.java59 private static final String TAG = "LockPatternUtils"; field in class:LockPatternUtils
158 Log.e(TAG, "Can't get DevicePolicyManagerService: is it running?",
168 Log.e(TAG, "Can't get TrustManagerService: is it running?",
528 Log.e(TAG, "Couldn't save lock pattern " + re);
541 Log.e(TAG, "Could not find the mount service to update the user info");
547 Log.d(TAG, "Setting owner info");
550 Log.e(TAG, "Error changing user info", e);
669 Log.e(TAG, "Could not find the mount service to update the encryption password");
680 Log.e(TAG, "Error changing encryption password", e);
780 Log.e(TAG, "Unabl
[all...]
H A DLockPatternView.java98 private static final String TAG = "LockPatternView"; field in class:LockPatternView
537 if (DEBUG_A11Y) Log.v(TAG, "ivnalidating root because cell was added.");
619 if (DEBUG_A11Y) Log.v(TAG, "onSizeChanged(" + w + "," + h + ")");
661 // Log.v(TAG, "LockPatternView dimensions: " + viewWidth + "x" + viewHeight);
1324 if (DEBUG_A11Y) Log.v(TAG, "getVisibleVirtualViews(len=" + virtualViewIds.size() + ")");
1341 if (DEBUG_A11Y) Log.v(TAG, "onPopulateEventForVirtualView(" + virtualViewId + ")");
1361 if (DEBUG_A11Y) Log.v(TAG, "onPopulateNodeForVirtualView(view=" + virtualViewId + ")");
1380 if (DEBUG_A11Y) Log.v(TAG, "bounds:" + bounds.toString());
1397 if (DEBUG_A11Y) Log.v(TAG, "onPerformActionForVirtualView(id=" + virtualViewId
1406 if (DEBUG_A11Y) Log.v(TAG, "*** actio
[all...]
H A DPasswordEntryKeyboardHelper.java43 private static final String TAG = "PasswordEntryKeyboardHelper"; field in class:PasswordEntryKeyboardHelper
234 Log.e(TAG, "Vibrate pattern missing", e);
H A DPointerLocationView.java41 private static final String TAG = "Pointer"; field in class:PointerLocationView
181 Log.d(TAG, "Comparing default velocity tracker strategy with " + altStrategy);
495 Log.i(TAG, mText.clear()
682 Log.i(TAG, "Key Down: " + event);
684 Log.i(TAG, "Key Repeat #" + repeatCount + ": " + event);
694 Log.i(TAG, "Key Up: " + event);
760 Log.i(TAG, state + ": " + device);
762 Log.i(TAG, state + ": " + deviceId);
H A DResolverDrawerLayout.java44 private static final String TAG = "ResolverDrawerLayout"; field in class:ResolverDrawerLayout
244 Log.e(TAG, "Bad pointer id " + mActivePointerId + ", resetting");
H A DScrollingTabContainerView.java51 private static final String TAG = "ScrollingTabContainerView"; field in class:ScrollingTabContainerView
H A DSwipeDismissLayout.java39 private static final String TAG = "SwipeDismissLayout"; field in class:SwipeDismissLayout
201 Log.e(TAG, "Invalid pointer index: ignoring.");
H A DTextProgressBar.java48 public static final String TAG = "TextProgressBar"; field in class:TextProgressBar
H A DToolbarWidgetWrapper.java59 private static final String TAG = "ToolbarWidgetWrapper"; field in class:ToolbarWidgetWrapper
281 Log.i(TAG, "Progress display unsupported");
286 Log.i(TAG, "Progress display unsupported");

Completed in 239 milliseconds

<<11121314151617181920>>