Searched defs:setDefault (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyConfig.h107 void setDefault(void) function in class:android::AudioPolicyConfig
/frameworks/base/libs/hwui/hwui/
H A DTypeface.cpp175 void Typeface::setDefault(Typeface* face) { function in class:android::Typeface
204 Typeface::setDefault(hwTypeface);
/frameworks/base/core/java/android/os/
H A DLocaleList.java475 * <p>Note that the default LocaleList would change if Locale.setDefault() is called. This
486 // someone has called Locale.setDefault() since we last set or adjusted the default
498 // LocaleList.setDefault(), and if getDefault() is called before a call to
499 // setDefault(), sLastDefaultLocale would be null and the check above would set
518 * Also sets the default locale by calling Locale.setDefault() with the first locale in the
524 public static void setDefault(@NonNull @Size(min=1) LocaleList locales) { method in class:LocaleList
525 setDefault(locales, 0);
536 public static void setDefault(@NonNull @Size(min=1) LocaleList locales, int localeIndex) { method in class:LocaleList
545 Locale.setDefault(sLastDefaultLocale);
/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java199 * @param setDefault {@code True} if this account should be set as the default for calls.
202 boolean setDefault) {
204 mAdapter.phoneAccountSelected(callId, accountHandle, setDefault);
201 phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, boolean setDefault) argument
H A DCall.java1155 public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) { argument
1156 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault);
/frameworks/support/compat/java/android/support/v4/os/
H A DLocaleListHelper.java494 * <p>Note that the default LocaleListHelper would change if Locale.setDefault() is called. This
508 // someone has called Locale.setDefault() since we last set or adjusted the default
521 // LocaleListHelper.setDefault(), and if getDefault() is called before a call to
522 // setDefault(), sLastDefaultLocale would be null and the check above would set
541 * Also sets the default locale by calling Locale.setDefault() with the first locale in the
550 static void setDefault(@NonNull @Size(min = 1) LocaleListHelper locales) { method in class:LocaleListHelper
551 setDefault(locales, 0);
563 static void setDefault(@NonNull @Size(min = 1) LocaleListHelper locales, method in class:LocaleListHelper
573 Locale.setDefault(sLastDefaultLocale);
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java140 private static void setDefault(Typeface t) { method in class:Typeface
947 setDefault(Typeface.createFromFamilies(sFallbackFonts));
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java911 public boolean update(String value, boolean setDefault, String packageName, String tag, argument
921 setDefault = true;
926 if (setDefault) {

Completed in 207 milliseconds