Home
last modified time | relevance | path

Searched defs:sensitive (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt104 val sensitive = NotificationOtpDetectionHelper.getTextForDetection( in <lambda>() constant
115 val sensitive = NotificationOtpDetectionHelper.getTextForDetection( in <lambda>() constant
127 var sensitive = NotificationOtpDetectionHelper.getTextForDetection( in <lambda>() variable
169 val sensitive = NotificationOtpDetectionHelper.getTextForDetection(notif) in <lambda>() constant
193 val sensitive = NotificationOtpDetectionHelper in <lambda>() constant
207 val sensitive = NotificationOtpDetectionHelper in <lambda>() constant
225 val sensitive = in <lambda>() constant
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java347 public List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand()
355 public String sendCommand(String command, boolean sensitive) in sendCommand()
368 List<ImapResponse> executeContinuationResponse(String response, boolean sensitive) in executeContinuationResponse()
/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java125 int sensitive = Integer.parseInt((String) newValue); in onPreferenceChange() local