Home
last modified time | relevance | path

Searched refs:EXTRA_NOTIFICATION_KEY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DLaunchConversationActivityTest.java158 mIntent.putExtra(PeopleSpaceWidgetProvider.EXTRA_NOTIFICATION_KEY, in testDoNotClearNotificationIfNoKey()
169 mIntent.putExtra(PeopleSpaceWidgetProvider.EXTRA_NOTIFICATION_KEY, in testDoNotClearNotificationIfNoNotificationEntry()
180 mIntent.putExtra(PeopleSpaceWidgetProvider.EXTRA_NOTIFICATION_KEY, in testDoNotClearNotificationIfNoRanking()
191 mIntent.putExtra(PeopleSpaceWidgetProvider.EXTRA_NOTIFICATION_KEY, in testEntryClearsNotificationAndDoesNotOpenBubble()
217 mIntent.putExtra(PeopleSpaceWidgetProvider.EXTRA_NOTIFICATION_KEY, in testBubbleEntryOpensBubbleAndDoesNotClearNotification()
237 mIntent.putExtra(PeopleSpaceWidgetProvider.EXTRA_NOTIFICATION_KEY, in testQuietModeOpensQuietModeDialog()
262 mIntent.putExtra(PeopleSpaceWidgetProvider.EXTRA_NOTIFICATION_KEY, in testBubbleWithNoNotifOpensBubble()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetProvider.java38 public static final String EXTRA_NOTIFICATION_KEY = "extra_notification_key"; field in PeopleSpaceWidgetProvider
DLaunchConversationActivity.java115 intent.getStringExtra(PeopleSpaceWidgetProvider.EXTRA_NOTIFICATION_KEY); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java573 PeopleSpaceWidgetProvider.EXTRA_NOTIFICATION_KEY, in setLaunchIntents()