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

/frameworks/base/core/java/android/net/
H A DConnectivityThread.java36 private static final ConnectivityThread INSTANCE = createInstance(); field in class:ConnectivityThread.Singleton
50 return Singleton.INSTANCE;
54 return Singleton.INSTANCE.getLooper();
/frameworks/base/core/java/android/security/net/config/
H A DUserCertificateSource.java29 private static final UserCertificateSource INSTANCE = new UserCertificateSource(); field in class:UserCertificateSource.NoPreloadHolder
38 return NoPreloadHolder.INSTANCE;
H A DSystemCertificateSource.java29 private static final SystemCertificateSource INSTANCE = new SystemCertificateSource(); field in class:SystemCertificateSource.NoPreloadHolder
41 return NoPreloadHolder.INSTANCE;
/frameworks/support/wear/src/android/support/wear/widget/
H A DBezierSCurveInterpolator.java37 public static final BezierSCurveInterpolator INSTANCE = new BezierSCurveInterpolator(); field in class:BezierSCurveInterpolator
/frameworks/base/core/java/android/security/
H A DNetworkSecurityPolicy.java36 private static final NetworkSecurityPolicy INSTANCE = new NetworkSecurityPolicy(); field in class:NetworkSecurityPolicy
47 return INSTANCE;
/frameworks/base/core/java/android/app/
H A DDexLoadReporter.java48 private static final DexLoadReporter INSTANCE = new DexLoadReporter(); field in class:DexLoadReporter
64 return INSTANCE;
/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java55 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, false);
63 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, true);
75 public static final TextDirectionHeuristic LOCALE = TextDirectionHeuristicLocale.INSTANCE;
229 public static final FirstStrong INSTANCE = new FirstStrong(); field in class:TextDirectionHeuristics.FirstStrong
300 public static final TextDirectionHeuristicLocale INSTANCE = field in class:TextDirectionHeuristics.TextDirectionHeuristicLocale
/frameworks/support/compat/java/android/support/v4/text/
H A DTextDirectionHeuristicsCompat.java48 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, false);
56 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, true);
69 TextDirectionHeuristicLocale.INSTANCE;
193 public static final FirstStrong INSTANCE = new FirstStrong(); field in class:TextDirectionHeuristicsCompat.FirstStrong
254 public static final TextDirectionHeuristicLocale INSTANCE = field in class:TextDirectionHeuristicsCompat.TextDirectionHeuristicLocale
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java173 Collections.sort(engines, EngineInfoComparator.INSTANCE);
298 static EngineInfoComparator INSTANCE = new EngineInfoComparator(); field in class:TtsEngines.EngineInfoComparator
/frameworks/base/services/core/java/com/android/server/webkit/
H A DSystemImpl.java70 private static final SystemImpl INSTANCE = new SystemImpl(); field in class:SystemImpl.LazyHolder
74 return LazyHolder.INSTANCE;
/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h32 INSTANCE, enumerator in enum:vulkan::driver::ProcHook::Type
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatDrawableManager.java80 private static AppCompatDrawableManager INSTANCE; field in class:AppCompatDrawableManager
83 if (INSTANCE == null) {
84 INSTANCE = new AppCompatDrawableManager();
85 installDefaultInflateDelegates(INSTANCE);
87 return INSTANCE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java90 private static final CallManager INSTANCE = new CallManager(); field in class:CallManager
202 return INSTANCE;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 3429 milliseconds