Searched refs:sensitive (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Email/src/org/apache/commons/io/ |
D | IOCase.java | 66 private final transient boolean sensitive; field in IOCase 96 private IOCase(String name, boolean sensitive) { in IOCase() argument 98 this.sensitive = sensitive; in IOCase() 127 return sensitive; in isCaseSensitive() 146 return sensitive ? str1.compareTo(str2) : str1.compareToIgnoreCase(str2); in checkCompareTo() 164 return sensitive ? str1.equals(str2) : str1.equalsIgnoreCase(str2); in checkEquals() 179 return str.regionMatches(!sensitive, 0, start, 0, start.length()); in checkStartsWith() 195 return str.regionMatches(!sensitive, str.length() - endLen, end, 0, endLen); in checkEndsWith() 211 return str.regionMatches(!sensitive, strStartIndex, search, 0, search.length()); in checkRegionMatches() 225 return sensitive ? str : str.toLowerCase(); in convertCase()
|
/packages/apps/Email/src/com/android/email/mail/store/ |
D | ImapConnection.java | 241 String sendCommand(String command, boolean sensitive) in sendCommand() argument 246 mTransport.writeLine(commandToSend, sensitive ? IMAP_REDACTED_LOG : null); in sendCommand() 247 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendCommand() 260 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException, in sendComplexCommand() argument 280 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendComplexCommand() 323 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() argument 325 sendCommand(command, sensitive); in executeSimpleCommand() 339 List<ImapResponse> executeComplexCommand(List<String> commands, boolean sensitive) in executeComplexCommand() argument 341 sendComplexCommand(commands, sensitive); in executeComplexCommand()
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 383 # in case and if your file system supports case sensitive file names. Windows
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 383 # in case and if your file system supports case sensitive file names. Windows
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 383 # in case and if your file system supports case sensitive file names. Windows
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 383 # in case and if your file system supports case sensitive file names. Windows
|