Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetySourceDataFixesTest.kt64 val entryPendingIntent = lockScreenEntry.pendingIntent!! in lockScreenSource_withoutReplaceLockScreenIconActionFlag_doesntReplace() constant
69 assumeTrue(iconActionPendingIntent == entryPendingIntent) in lockScreenSource_withoutReplaceLockScreenIconActionFlag_doesntReplace()
87 val entryPendingIntent = lockScreenEntry.pendingIntent!! in lockScreenSource_withReplaceLockScreenIconActionFlag_replaces() constant
89 assertThat(iconActionPendingIntent).isNotEqualTo(entryPendingIntent) in lockScreenSource_withReplaceLockScreenIconActionFlag_replaces()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java614 PendingIntent entryPendingIntent = in toSafetyCenterEntry() local
626 && entryPendingIntent != null; in toSafetyCenterEntry()
651 .setPendingIntent(entryPendingIntent); in toSafetyCenterEntry()
832 PendingIntent entryPendingIntent = in toSafetyCenterStaticEntry() local
841 if (entryPendingIntent == null) { in toSafetyCenterStaticEntry()
852 .setPendingIntent(entryPendingIntent) in toSafetyCenterStaticEntry()