Searched refs:KeyguardPresentation (Results 1 – 2 of 2) sorted by relevance
25 import com.android.keyguard.KeyguardDisplayManager.KeyguardPresentation;43 KeyguardPresentation keyguardPresentation = in testInflation_doesntCrash()44 new KeyguardPresentation(context, context.getDisplay(), inflationController); in testInflation_doesntCrash()
128 presentation = new KeyguardPresentation(mContext, display, mInjectableInflater); in showPresentation()240 static final class KeyguardPresentation extends Presentation { class in KeyguardDisplayManager260 KeyguardPresentation(Context context, Display display, in KeyguardPresentation() method in KeyguardDisplayManager.KeyguardPresentation