Home
last modified time | relevance | path

Searched refs:option (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Phone/src/com/android/phone/sip/
DSipSharedPreferences.java81 public void setSipCallOption(String option) { in setSipCallOption() argument
83 Settings.System.SIP_CALL_OPTIONS, option); in setSipCallOption() local
87 String option = Settings.System.getString(mContext.getContentResolver(), in getSipCallOption() local
89 return (option != null) ? option in getSipCallOption()
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile46 # Enabling this option can be useful when feeding doxygen a huge amount of
241 # If you use Microsoft's C++/CLI language, you should set this option to YES to
253 # and setter methods for a property. Setting this option to YES (the default)
257 # methods anyway, you should set this option to NO.
348 # This option has no effect if EXTRACT_ALL is enabled.
355 # overviews. This option has no effect if EXTRACT_ALL is enabled.
384 # and Mac users are advised to set this option to NO.
439 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
440 # Note: This option applies only to the class list, not to the
521 # doxygen's defaults, run doxygen with the -l option. You can optionally specify a
[all …]
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile46 # Enabling this option can be useful when feeding doxygen a huge amount of
241 # If you use Microsoft's C++/CLI language, you should set this option to YES to
253 # and setter methods for a property. Setting this option to YES (the default)
257 # methods anyway, you should set this option to NO.
348 # This option has no effect if EXTRACT_ALL is enabled.
355 # overviews. This option has no effect if EXTRACT_ALL is enabled.
384 # and Mac users are advised to set this option to NO.
439 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
440 # Note: This option applies only to the class list, not to the
521 # doxygen's defaults, run doxygen with the -l option. You can optionally specify a
[all …]
/packages/apps/Gallery2/jni_mosaic/feature_stab/doc/
Ddbreg_API_doxyfile46 # Enabling this option can be useful when feeding doxygen a huge amount of
241 # If you use Microsoft's C++/CLI language, you should set this option to YES to
253 # and setter methods for a property. Setting this option to YES (the default)
257 # methods anyway, you should set this option to NO.
348 # This option has no effect if EXTRACT_ALL is enabled.
355 # overviews. This option has no effect if EXTRACT_ALL is enabled.
384 # and Mac users are advised to set this option to NO.
439 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
440 # Note: This option applies only to the class list, not to the
521 # doxygen's defaults, run doxygen with the -l option. You can optionally specify a
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile46 # Enabling this option can be useful when feeding doxygen a huge amount of
241 # If you use Microsoft's C++/CLI language, you should set this option to YES to
253 # and setter methods for a property. Setting this option to YES (the default)
257 # methods anyway, you should set this option to NO.
348 # This option has no effect if EXTRACT_ALL is enabled.
355 # overviews. This option has no effect if EXTRACT_ALL is enabled.
384 # and Mac users are advised to set this option to NO.
439 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
440 # Note: This option applies only to the class list, not to the
521 # doxygen's defaults, run doxygen with the -l option. You can optionally specify a
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile46 # Enabling this option can be useful when feeding doxygen a huge amount of
241 # If you use Microsoft's C++/CLI language, you should set this option to YES to
253 # and setter methods for a property. Setting this option to YES (the default)
257 # methods anyway, you should set this option to NO.
348 # This option has no effect if EXTRACT_ALL is enabled.
355 # overviews. This option has no effect if EXTRACT_ALL is enabled.
384 # and Mac users are advised to set this option to NO.
439 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
440 # Note: This option applies only to the class list, not to the
521 # doxygen's defaults, run doxygen with the -l option. You can optionally specify a
[all …]
/packages/apps/Gallery2/jni_mosaic/feature_mos/doc/
Dfeature_mos_API_doxyfile46 # Enabling this option can be useful when feeding doxygen a huge amount of
241 # If you use Microsoft's C++/CLI language, you should set this option to YES to
253 # and setter methods for a property. Setting this option to YES (the default)
257 # methods anyway, you should set this option to NO.
348 # This option has no effect if EXTRACT_ALL is enabled.
355 # overviews. This option has no effect if EXTRACT_ALL is enabled.
384 # and Mac users are advised to set this option to NO.
439 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
440 # Note: This option applies only to the class list, not to the
521 # doxygen's defaults, run doxygen with the -l option. You can optionally specify a
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java473 ResolveInfo option = shareOptions.get(option_i); in showSharePopup() local
474 CharSequence label = option.loadLabel(packageManager); in showSharePopup()
475 Drawable icon = option.loadIcon(packageManager); in showSharePopup()
482 shareOptionPackageNames.add(option.activityInfo.packageName); in showSharePopup()
483 shareOptionClassNames.add(option.activityInfo.name); in showSharePopup()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java261 final int option = mSuggestionStripOption; in getStyledSuggestionWord() local
262 if ((isAutoCorrect && (option & AUTO_CORRECT_BOLD) != 0) in getStyledSuggestionWord()
263 || (isTypedWordValid && (option & VALID_TYPED_WORD_BOLD) != 0)) { in getStyledSuggestionWord()
266 if (isAutoCorrect && (option & AUTO_CORRECT_UNDERLINE) != 0) { in getStyledSuggestionWord()
/packages/apps/Phone/src/com/android/phone/
DCallFeaturesSetting.java1888 String option = objValue.toString(); in handleSipCallOptionsChange() local
1889 mSipSharedPreferences.setSipCallOption(option); in handleSipCallOptionsChange()
1891 mButtonSipCallOptions.findIndexOfValue(option)); in handleSipCallOptionsChange()
DEventLogTags.logtags3 option java_package com.android.phone;
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DEventLogTags.logtags3 option java_package com.android.providers.calendar;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DEventLogTags.logtags3 option java_package com.android.providers.contacts;
/packages/apps/Nfc/src/com/android/nfc/
DEventLogTags.logtags3 option java_package com.android.nfc
/packages/apps/Browser/src/com/android/browser/
DEventLogTags.logtags3 option java_package com.android.browser
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DEventLogTags.logtags3 option java_package com.android.quicksearchbox
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcManager.cpp528 LlcpConfigInfo.option = nat->opt; in nfc_jni_initialize()
783 … sLinkParams.option, in nfc_jni_llcp_linkStatus_callback()
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz
Dda_wordlist.combined.gz
Dsv_wordlist.combined.gz
Dfi_wordlist.combined.gz