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

/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/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/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/base/services/core/java/com/android/server/webkit/
H A DSystemImpl.java67 private static final SystemImpl INSTANCE = new SystemImpl(); field in class:SystemImpl.LazyHolder
71 return LazyHolder.INSTANCE;
/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/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.java79 private static AppCompatDrawableManager INSTANCE; field in class:AppCompatDrawableManager
82 if (INSTANCE == null) {
83 INSTANCE = new AppCompatDrawableManager();
84 installDefaultInflateDelegates(INSTANCE);
86 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 443 milliseconds