Searched defs:getDefault (Results 1 - 16 of 16) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteDialogFactory.java45 public static MediaRouteDialogFactory getDefault() { method in class:MediaRouteDialogFactory
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DAndroidLocale.java62 public static Locale getDefault() { method in class:AndroidLocale
70 return Locale.getDefault();
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java42 static public IActivityManager getDefault() { method in class:ActivityManagerNative
H A DApplicationLoaders.java27 public static ApplicationLoaders getDefault() { method in class:ApplicationLoaders
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DMediaSizeUtils.java51 public static MediaSize getDefault(Context context) { method in class:MediaSizeUtils
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java80 public static GlifPatternDrawable getDefault(Context context) { method in class:GlifPatternDrawable
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
H A DDividerItemDecoration.java77 public static DividerItemDecoration getDefault(Context context) { method in class:DividerItemDecoration
/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java26 * Get this object by calling the static method SmsManager.getDefault().
39 public static final SmsManager getDefault() { method in class:SmsManager
48 mSmsMgrProxy = android.telephony.SmsManager.getDefault();
222 return android.telephony.SmsManager.getDefault().getAllMessagesFromIcc();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java66 int subscriptionSource = getDefault(context);
162 public static int getDefault(Context context) { method in class:CdmaSubscriptionSourceManager
/frameworks/support/compat/java/android/support/v4/os/
H A DLocaleListCompat.java313 return LocaleListCompat.create(Locale.getDefault());
318 * The result is guaranteed to include the default Locale returned by Locale.getDefault(), but
326 * Locale.getDefault() and recalculating the default LocaleList if needed.</p>
329 public static LocaleListCompat getDefault() { method in class:LocaleListCompat
331 return LocaleListCompat.wrap(LocaleList.getDefault());
333 return LocaleListCompat.create(Locale.getDefault());
H A DLocaleListHelper.java488 * The result is guaranteed to include the default Locale returned by Locale.getDefault(), but
495 * method takes that into account by always checking the output of Locale.getDefault() and
502 static LocaleListHelper getDefault() { method in class:LocaleListHelper
503 final Locale defaultLocale = Locale.getDefault();
521 // LocaleListHelper.setDefault(), and if getDefault() is called before a call to
534 getDefault(); // to recalculate the default locale list, if necessary
/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java99 /** @deprecated Use {@link #getDefault(int)} instead. */
119 public static SocketFactory getDefault(int handshakeTimeoutMillis) { method in class:SSLCertificateSocketFactory
132 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) { method in class:SSLCertificateSocketFactory
161 * @deprecated Use {@link #getDefault()} along with a {@link javax.net.ssl.HttpsURLConnection}
222 return (SSLSocketFactory) SSLSocketFactory.getDefault(); // Fallback
/frameworks/base/core/java/android/os/
H A DLocaleList.java469 * The result is guaranteed to include the default Locale returned by Locale.getDefault(), but
476 * method takes that into account by always checking the output of Locale.getDefault() and
480 public static LocaleList getDefault() { method in class:LocaleList
481 final Locale defaultLocale = Locale.getDefault();
498 // LocaleList.setDefault(), and if getDefault() is called before a call to
511 getDefault(); // to recalculate the default locale list, if necessary
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
H A DEventBus.java429 public static EventBus getDefault() { method in class:EventBus
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java54 * Get this object by calling the static method {@link #getDefault()}.
629 public static SmsManager getDefault() { method in class:SmsManager
657 * Get the associated subscription id. If the instance was returned by {@link #getDefault()},
H A DTelephonyManager.java191 public static TelephonyManager getDefault() { method in class:TelephonyManager

Completed in 601 milliseconds