Home
last modified time | relevance | path

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

/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/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt88 val sensitive = NotificationOtpDetectionHelper.getTextForDetection( in testGetTextForDetection_textFieldsIncluded() constant
100 var sensitive = NotificationOtpDetectionHelper.getTextForDetection( in testGetTextForDetection_nullTextFields() variable
142 val sensitive = NotificationOtpDetectionHelper.getTextForDetection(notif) in testGetTextForDetection_messagesIncludedSorted() constant
166 val sensitive = NotificationOtpDetectionHelper in testGetTextForDetection_textLinesIncluded() constant
180 val sensitive = NotificationOtpDetectionHelper in testGetTextForDetection_bigTextStyleTextsIncluded() constant
198 val sensitive = in testGetTextForDetection_maxLen() constant
/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java129 int sensitive = Integer.parseInt((String) newValue); in onPreferenceChange() local