Home
last modified time | relevance | path

Searched refs:settingsPendingIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingReceiver.java117 PendingIntent settingsPendingIntent = in showSharingNotification() local
133 settingsPendingIntent) in showSharingNotification()
153 .setContentIntent(settingsPendingIntent) in showSharingNotification()
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java600 PendingIntent settingsPendingIntent = in onCreatePermissionRequest_returnsSettingIntent() local
604 assertThat(pendingIntent).isEqualTo(settingsPendingIntent); in onCreatePermissionRequest_returnsSettingIntent()