Home
last modified time | relevance | path

Searched refs:KeyguardPresentation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardPresentationTest.java25 import com.android.keyguard.KeyguardDisplayManager.KeyguardPresentation;
43 KeyguardPresentation keyguardPresentation = in testInflation_doesntCrash()
44 new KeyguardPresentation(context, context.getDisplay(), inflationController); in testInflation_doesntCrash()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java128 presentation = new KeyguardPresentation(mContext, display, mInjectableInflater); in showPresentation()
240 static final class KeyguardPresentation extends Presentation { class in KeyguardDisplayManager
260 KeyguardPresentation(Context context, Display display, in KeyguardPresentation() method in KeyguardDisplayManager.KeyguardPresentation