Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt181 val text3Position = sensitiveSub.indexOf(messageText3) in <lambda>() constant
184 …addResult(expected = true, text2Position < text3Position, "expected the newest message (2) to be f… in <lambda>()
185 …addResult(expected = true, text3Position < text1Position, "expected the middle message (3) to be c… in <lambda>()