HomeSort by relevance Sort by last modified time
    Searched refs:KeyguardViewBase (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewBase.java 41 public abstract class KeyguardViewBase extends FrameLayout {
52 public KeyguardViewBase(Context context) {
56 public KeyguardViewBase(Context context, AttributeSet attrs) {
193 Log.e("KeyguardViewBase", "dispatchMediaKeyEvent threw exception " + e);
196 Slog.w("KeyguardViewBase", "Unable to find IAudioService for media key event");
KeyguardViewManager.java 59 * reported to this class by the current {@link KeyguardViewBase}.
503 final KeyguardViewBase lastView = mKeyguardView;
KeyguardHostView.java 63 public class KeyguardHostView extends KeyguardViewBase {
    [all...]

Completed in 1352 milliseconds