Searched refs:option (Results 1 – 15 of 15) sorted by relevance
/packages/apps/Phone/src/com/android/phone/sip/ |
D | SipSharedPreferences.java | 81 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/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | EventLogTags.logtags | 3 option java_package com.android.providers.calendar;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | EventLogTags.logtags | 3 option java_package com.android.providers.contacts;
|
/packages/apps/Phone/src/com/android/phone/ |
D | EventLogTags.logtags | 3 option java_package com.android.phone;
|
D | CallFeaturesSetting.java | 1878 String option = objValue.toString(); in handleSipCallOptionsChange() local 1879 mSipSharedPreferences.setSipCallOption(option); in handleSipCallOptionsChange() 1881 mButtonSipCallOptions.findIndexOfValue(option)); in handleSipCallOptionsChange()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | EventLogTags.logtags | 3 option java_package com.android.nfc
|
/packages/apps/Browser/src/com/android/browser/ |
D | EventLogTags.logtags | 3 option java_package com.android.browser
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchFragment.java | 460 ResolveInfo option = shareOptions.get(option_i); in showSharePopup() local 461 CharSequence label = option.loadLabel(packageManager); in showSharePopup() 462 Drawable icon = option.loadIcon(packageManager); in showSharePopup() 469 shareOptionPackageNames.add(option.activityInfo.packageName); in showSharePopup() 470 shareOptionClassNames.add(option.activityInfo.name); in showSharePopup()
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 46 # 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_mos/doc/ |
D | feature_mos_API_doxyfile | 46 # 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/ |
D | dbreg_API_doxyfile | 46 # 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/ |
D | feature_mos_API_doxyfile | 46 # 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | SuggestionStripView.java | 291 final int option = mSuggestionStripOption; in getStyledSuggestionWord() local 292 if ((isAutoCorrect && (option & AUTO_CORRECT_BOLD) != 0) in getStyledSuggestionWord() 293 || (isTypedWordValid && (option & VALID_TYPED_WORD_BOLD) != 0)) { in getStyledSuggestionWord() 296 if (isAutoCorrect && (option & AUTO_CORRECT_UNDERLINE) != 0) { in getStyledSuggestionWord()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | EventLogTags.logtags | 3 option java_package com.android.quicksearchbox
|
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeNfcManager.cpp | 527 LlcpConfigInfo.option = nat->opt; in nfc_jni_initialize() 782 … sLinkParams.option, in nfc_jni_llcp_linkStatus_callback()
|