Searched refs:entryPendingIntent (Results 1 – 2 of 2) sorted by relevance
64 val entryPendingIntent = lockScreenEntry.pendingIntent!! in lockScreenSource_withoutReplaceLockScreenIconActionFlag_doesntReplace() constant69 assumeTrue(iconActionPendingIntent == entryPendingIntent) in lockScreenSource_withoutReplaceLockScreenIconActionFlag_doesntReplace()87 val entryPendingIntent = lockScreenEntry.pendingIntent!! in lockScreenSource_withReplaceLockScreenIconActionFlag_replaces() constant89 assertThat(iconActionPendingIntent).isNotEqualTo(entryPendingIntent) in lockScreenSource_withReplaceLockScreenIconActionFlag_replaces()
614 PendingIntent entryPendingIntent = in toSafetyCenterEntry() local626 && entryPendingIntent != null; in toSafetyCenterEntry()651 .setPendingIntent(entryPendingIntent); in toSafetyCenterEntry()832 PendingIntent entryPendingIntent = in toSafetyCenterStaticEntry() local841 if (entryPendingIntent == null) { in toSafetyCenterStaticEntry()852 .setPendingIntent(entryPendingIntent) in toSafetyCenterStaticEntry()