Home
last modified time | relevance | path

Searched refs:sInstance (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/drm/src/android/drm/cts/configs/
DPassthruConfig.java24 private static PassthruConfig sInstance = new PassthruConfig(); field in PassthruConfig
27 return sInstance; in getInstance()
DFwdLockConfig.java24 private static FwdLockConfig sInstance = new FwdLockConfig(); field in FwdLockConfig
27 return sInstance; in getInstance()
/cts/tools/host/src/com/android/cts/
DTestSessionLogBuilder.java38 private static TestSessionLogBuilder sInstance; field in TestSessionLogBuilder
44 if (sInstance == null) { in getInstance()
45 sInstance = new TestSessionLogBuilder(); in getInstance()
48 return sInstance; in getInstance()
DTestHost.java71 private static TestHost sInstance; field in TestHost
388 if (sInstance == null) { in getInstance()
389 sInstance = new TestHost(); in getInstance()
392 return sInstance; in getInstance()
DTestSessionBuilder.java69 private static TestSessionBuilder sInstance; field in TestSessionBuilder
75 if (sInstance == null) { in getInstance()
76 sInstance = new TestSessionBuilder(); in getInstance()
79 return sInstance; in getInstance()
DTestSession.java532 static final ResultObserver sInstance = new ResultObserver(); field in TestSession.ResultObserver
541 return sInstance; in getInstance()
DHostConfig.java108 private final static HostConfig sInstance = new HostConfig(); field in HostConfig
115 return sInstance; in getInstance()
/cts/tests/src/android/provider/cts/
DMediaStoreAudioTestHelper.java73 private static Audio1 sInstance = new Audio1(); field in MediaStoreAudioTestHelper.Audio1
76 return sInstance; in getInstance()
149 private static Audio2 sInstance = new Audio2(); field in MediaStoreAudioTestHelper.Audio2
152 return sInstance; in getInstance()
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryActivityTest.java391 private static AccessibilityQueryBridge sInstance; field in AccessibilityWindowQueryActivityTest.AccessibilityQueryBridge
420 if (sInstance == null) { in getInstance()
425 sInstance = new AccessibilityQueryBridge(context); in getInstance()
427 return sInstance; in getInstance()
DAccessibilityEndToEndTest.java366 private static MockAccessibilityService sInstance; field in AccessibilityEndToEndTest.MockAccessibilityService
401 if (sInstance == null) { in getInstance()
406 sInstance = new MockAccessibilityService(context); in getInstance()
408 return sInstance; in getInstance()
/cts/tests/src/android/webkit/cts/
DCtsTestServer.java120 private static CtsTestServer sInstance; field in CtsTestServer
161 if (sInstance != null) { in CtsTestServer()
164 sInstance.shutdown(); in CtsTestServer()
166 sInstance = this; in CtsTestServer()
212 sInstance = null; in shutdown()
/cts/tools/dex-tools/dex/
Dclasses.out.dex46126 private static android.net.http.CertificateChainValidator sInstance
58958 private static android.pim.ContactsAsyncHelper sInstance
74335 private static android.telephony.TelephonyManager sInstance
74526 private static android.telephony.gsm.SmsManager sInstance
75335 private static android.text.AutoText sInstance
76119 private static android.text.Editable$Factory sInstance
77171 private static android.text.Spannable$Factory sInstance
78342 private static android.text.method.ArrowKeyMovementMethod sInstance
78658 private static android.text.method.DateKeyListener sInstance
78678 private static android.text.method.DateTimeKeyListener sInstance
[all …]