Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DIOCase.java66 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/provider_src/com/android/email/mail/store/
DImapConnection.java274 String sendCommand(String command, boolean sensitive) in sendCommand() argument
276 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() argument
288 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() argument
321 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend); in sendComplexCommand()
372 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() argument
376 sendCommand(command, sensitive); in executeSimpleCommand()
[all …]
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationSettingsBase.java223 protected void setupVisOverridePref(int sensitive) { in setupVisOverridePref() argument
250 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()
/packages/services/Telephony/src/com/android/phone/common/mail/store/
DImapConnection.java200 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() argument
204 sendCommand(command, sensitive); in executeSimpleCommand()
208 String sendCommand(String command, boolean sensitive) throws IOException, MessagingException { in sendCommand() argument
216 mTransport.writeLine(commandToSend, (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand()
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile383 # in case and if your file system supports case sensitive file names. Windows
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile383 # in case and if your file system supports case sensitive file names. Windows
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in507 # in case and if your file system supports case sensitive file names. Windows
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...