Home
last modified time | relevance | path

Searched refs:wouldShowOverLockscreen (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DDreamMediaEntryComplicationTest.java188 when(mActivityIntentHelper.wouldShowOverLockscreen(mIntent, mCurrentUserId)).thenReturn( in testClickToOpenMediaOverLockscreen()
225 when(mActivityIntentHelper.wouldShowOverLockscreen(mIntent, mCurrentUserId)).thenReturn( in testClickToOpenMediaDismissingLockscreen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DActivityIntentHelper.java134 public boolean wouldShowOverLockscreen(Intent intent, int currentUserId) { in wouldShowOverLockscreen() method in ActivityIntentHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DDreamMediaEntryComplication.java161 && mActivityIntentHelper.wouldShowOverLockscreen(clickIntent.getIntent(), in onClickMediaEntry()