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

1234

/frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/
H A DInputMethodManager_Delegate.java38 /*package*/ static InputMethodManager getInstance(Looper mainLooper) { method in class:InputMethodManager_Delegate
51 /*package*/ static InputMethodManager getInstance(Context context) { 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.java82 public static DigitsKeyListener getInstance() { method in class:DigitsKeyListener
83 return getInstance(false, false);
91 public static DigitsKeyListener getInstance(boolean sign, boolean decimal) { method in class:DigitsKeyListener
106 public static DigitsKeyListener getInstance(String accepted) { method in class:DigitsKeyListener
H A DLinkMovementMethod.java245 public static MovementMethod getInstance() { method in class:LinkMovementMethod
H A DScrollingMovementMethod.java112 public static MovementMethod getInstance() { method in class:ScrollingMovementMethod
/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>
73 public static synchronized CookieSyncManager getInstance() { method in class:CookieSyncManager
100 CookieManager manager = CookieManager.getInstance();
117 + "before CookieSyncManager::getInstance()");
H A DSslCertLookupTable.java36 public static SslCertLookupTable getInstance() { method in class:SslCertLookupTable
H A DGeolocationPermissions.java68 public static GeolocationPermissions getInstance() { method in class:GeolocationPermissions
132 * {@link #getInstance()} to obtain the instance.
H A DWebViewDatabase.java43 public static WebViewDatabase getInstance(Context context) { method in class:WebViewDatabase
H A DSslClientCertLookupTable.java34 public static synchronized SslClientCertLookupTable getInstance() { method in class:SslClientCertLookupTable
H A DWebIconDatabase.java104 public static WebIconDatabase getInstance() { method in class:WebIconDatabase
/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/native/include/utils/
H A DSingleton.h32 static TYPE& getInstance() { function in class:android::Singleton
/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/ml/bordeaux/service/src/android/bordeaux/services/
H A DAggregatorManager.java36 public static AggregatorManager getInstance() { method in class:AggregatorManager
/frameworks/base/core/java/android/net/http/
H A DCertificateChainValidator.java54 public static CertificateChainValidator getInstance() { method in class:CertificateChainValidator
60 * If you need a Certificate chain validator, call getInstance().

Completed in 341 milliseconds

1234