Home
last modified time | relevance | path

Searched defs:fullScreenIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DHeadsUpManagerTest.java146 final PendingIntent fullScreenIntent = PendingIntent.getActivity(mContext, 0, in testPinEntry_logsPeek() local
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java484 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class); in getPendingIntent() local
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java805 final int fullScreenIntent = safeInt(parser, SHOW_ATT_FULL_SCREEN_INTENT, in readZenPolicyXml() local
/frameworks/base/core/java/android/app/
DNotification.java384 public PendingIntent fullScreenIntent; field in Notification