Searched refs:sensitive (Results 1 – 10 of 10) sorted by relevance
66 private final transient boolean sensitive; field in IOCase96 private IOCase(String name, boolean sensitive) { in IOCase() argument98 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()
274 String sendCommand(String command, boolean sensitive) in sendCommand() argument276 LogUtils.d(Logging.LOG_TAG, "sendCommand %s", (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand()278 return sendCommandInternal(command, sensitive); in sendCommand()281 String sendCommandInternal(String command, boolean sensitive) in sendCommandInternal() argument288 mTransport.writeLine(commandToSend, sensitive ? IMAP_REDACTED_LOG : null); in sendCommandInternal()289 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendCommandInternal()301 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException, in sendComplexCommand() argument321 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendComplexCommand()372 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() argument376 sendCommand(command, sensitive); in executeSimpleCommand()[all …]
223 protected void setupVisOverridePref(int sensitive) { in setupVisOverridePref() argument250 if (sensitive == Ranking.VISIBILITY_NO_OVERRIDE) { in setupVisOverridePref()253 mVisibilityOverride.setValue(Integer.toString(sensitive)); in setupVisOverridePref()260 int sensitive = Integer.parseInt((String) newValue); in setupVisOverridePref()261 if (sensitive == getGlobalVisibility()) { in setupVisOverridePref()262 sensitive = Ranking.VISIBILITY_NO_OVERRIDE; in setupVisOverridePref()264 mBackend.setVisibilityOverride(mPkgInfo.packageName, mUid, sensitive); in setupVisOverridePref()
200 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() argument204 sendCommand(command, sensitive); in executeSimpleCommand()208 String sendCommand(String command, boolean sensitive) throws IOException, MessagingException { in sendCommand() argument216 mTransport.writeLine(commandToSend, (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand()
383 # in case and if your file system supports case sensitive file names. Windows
507 # in case and if your file system supports case sensitive file names. Windows
1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...