Home | History | Annotate | Download | only in phone

Lines Matching refs:mUnlockMethodCache

100     UnlockMethodCache mUnlockMethodCache;
126 mUnlockMethodCache = mock(UnlockMethodCache.class);
146 mStatusBar = new TestableStatusBar(mStatusBarKeyguardViewManager, mUnlockMethodCache,
210 when(mUnlockMethodCache.canSkipBouncer()).thenReturn(true);
214 when(mUnlockMethodCache.isMethodSecure()).thenReturn(false);
228 when(mUnlockMethodCache.canSkipBouncer()).thenReturn(true);
232 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true);
247 when(mUnlockMethodCache.canSkipBouncer()).thenReturn(true);
251 when(mUnlockMethodCache.isMethodSecure()).thenReturn(false);
266 when(mUnlockMethodCache.canSkipBouncer()).thenReturn(true);
270 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true);
285 when(mUnlockMethodCache.canSkipBouncer()).thenReturn(true);
289 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true);
520 mUnlockMethodCache = unlock;