Searched defs:singleton (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DCredentials.java171 private static Credentials singleton; field in class:Credentials
174 if (singleton == null) {
175 singleton = new Credentials();
177 return singleton;
/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderRecord.java41 final boolean singleton; field in class:ContentProviderRecord
64 singleton = _singleton;
74 singleton = cpr.singleton;
160 if (singleton) {
161 pw.print(prefix); pw.print("singleton="); pw.println(singleton);
/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. ...

Completed in 739 milliseconds