Searched refs:originalEntry (Results 1 – 3 of 3) sorted by relevance
54 val originalEntry: NotificationEntry, in of() constant in com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderWrapper.FullScreenIntentDecisionImpl107 wrapped.logFullScreenIntentDecision(it.originalEntry, it.originalDecision) in logFullScreenIntentDecision()
607 WifiEntry originalEntry = null; in testConnectedEntry_mbbFlow_matchesNewPrimary() local611 originalEntry = entry; in testConnectedEntry_mbbFlow_matchesNewPrimary()616 assertThat(originalEntry).isNotNull(); in testConnectedEntry_mbbFlow_matchesNewPrimary()617 assertThat(originalEntry.getConnectedState()) in testConnectedEntry_mbbFlow_matchesNewPrimary()636 assertThat(originalEntry.getConnectedState()) in testConnectedEntry_mbbFlow_matchesNewPrimary()649 assertThat(originalEntry.getConnectedState()) in testConnectedEntry_mbbFlow_matchesNewPrimary()655 assertThat(originalEntry.getConnectedState()) in testConnectedEntry_mbbFlow_matchesNewPrimary()
1077 assertEquals(entry, decision.originalEntry) in <lambda>()