Searched defs:getInstance (Results 1 - 25 of 85) sorted by relevance

1234

/frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/
H A DInputMethodManager_Delegate.java38 /*package*/ static InputMethodManager getInstance() { method in class:InputMethodManager_Delegate
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h57 static inline sp<ICommonTimeConfig> getInstance() { function in class:android::ICommonTimeConfig
H A DICommonClock.h92 static inline sp<ICommonClock> getInstance() { function in class:android::ICommonClock
/frameworks/base/core/java/android/text/method/
H A DDateKeyListener.java42 public static DateKeyListener getInstance() { method in class:DateKeyListener
H A DDateTimeKeyListener.java42 public static DateTimeKeyListener getInstance() { method in class:DateTimeKeyListener
H A DHideReturnsTransformationMethod.java50 public static HideReturnsTransformationMethod getInstance() { method in class:HideReturnsTransformationMethod
H A DSingleLineTransformationMethod.java53 public static SingleLineTransformationMethod getInstance() { method in class:SingleLineTransformationMethod
H A DTimeKeyListener.java42 public static TimeKeyListener getInstance() { method in class:TimeKeyListener
H A DDialerKeyListener.java39 public static DialerKeyListener getInstance() { method in class:DialerKeyListener
H A DDigitsKeyListener.java91 public static DigitsKeyListener getInstance() { method in class:DigitsKeyListener
92 return getInstance(false, false);
100 public static DigitsKeyListener getInstance(boolean sign, boolean decimal) { method in class:DigitsKeyListener
115 public static DigitsKeyListener getInstance(String accepted) { method in class:DigitsKeyListener
H A DScrollingMovementMethod.java112 public static MovementMethod getInstance() { method in class:ScrollingMovementMethod
/frameworks/base/core/java/android/os/
H A DNullVibrator.java32 public static NullVibrator getInstance() { method in class:NullVibrator
/frameworks/base/core/java/android/text/
H A DSpannable.java58 public static Spannable.Factory getInstance() { method in class:Spannable.Factory
H A DEditable.java129 public static Editable.Factory getInstance() { method in class:Editable.Factory
/frameworks/base/core/java/android/webkit/
H A DCookieSyncManager.java36 * <pre class="prettyprint">CookieSyncManager.getInstance().startSync()</pre><p>
42 * CookieSyncManager.getInstance().stopSync()
50 * <pre class="prettyprint">CookieSyncManager.getInstance().sync()</pre><p>
75 public static synchronized CookieSyncManager getInstance() { method in class:CookieSyncManager
94 return getInstance();
102 CookieManager manager = CookieManager.getInstance();
121 // a hard pre-condition for calling getInstance(). We retain that contract to aid
126 + "before CookieSyncManager::getInstance()");
H A DGeolocationPermissions.java69 public static GeolocationPermissions getInstance() { method in class:GeolocationPermissions
133 * {@link #getInstance()} to obtain the instance.
H A DWebViewDatabase.java43 public static WebViewDatabase getInstance(Context context) { method in class:WebViewDatabase
H A DWebIconDatabase.java112 public static WebIconDatabase getInstance() { method in class:WebIconDatabase
H A DCookieManager.java45 public static synchronized CookieManager getInstance() { method in class:CookieManager
180 return getInstance().allowFileSchemeCookiesImpl();
204 getInstance().setAcceptFileSchemeCookiesImpl(accept);
H A DWebStorage.java201 public static WebStorage getInstance() { method in class:WebStorage
207 * {@link #getInstance()} to obtain the instance.
/frameworks/base/keystore/java/android/security/
H A DSystemKeyStore.java46 public static SystemKeyStore getInstance() { method in class:SystemKeyStore
81 KeyGenerator skg = KeyGenerator.getInstance(algName);
82 SecureRandom srng = SecureRandom.getInstance("SHA1PRNG");
/frameworks/support/v4/java/android/support/v4/hardware/display/
H A DDisplayManagerCompat.java53 public static DisplayManagerCompat getInstance(Context context) { method in class:DisplayManagerCompat
/frameworks/base/core/java/android/net/http/
H A DCertificateChainValidator.java55 public static CertificateChainValidator getInstance() { method in class:CertificateChainValidator
61 * If you need a Certificate chain validator, call getInstance().
123 CertificateFactory cf = CertificateFactory.getInstance("X.509");
/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java52 public static synchronized NtpTrustedTime getInstance(Context context) { method in class:NtpTrustedTime
/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java82 public static TextServicesManager getInstance() { method in class:TextServicesManager

Completed in 686 milliseconds

1234