Searched defs:setDefault (Results 1 - 6 of 6) 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.cpp163 void Typeface::setDefault(Typeface* face) { function in class:android::Typeface
/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/graphics/java/android/graphics/
H A DTypeface.java91 private static void setDefault(Typeface t) { method in class:Typeface
346 setDefault(Typeface.createFromFamilies(sFallbackFonts));
/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.java920 public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) { argument
921 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault);

Completed in 1265 milliseconds