/cts/tests/tests/drm/src/android/drm/cts/configs/ |
D | PassthruConfig.java | 24 private static PassthruConfig sInstance = new PassthruConfig(); field in PassthruConfig 27 return sInstance; in getInstance()
|
D | FwdLockConfig.java | 24 private static FwdLockConfig sInstance = new FwdLockConfig(); field in FwdLockConfig 27 return sInstance; in getInstance()
|
/cts/tools/host/src/com/android/cts/ |
D | TestSessionLogBuilder.java | 38 private static TestSessionLogBuilder sInstance; field in TestSessionLogBuilder 44 if (sInstance == null) { in getInstance() 45 sInstance = new TestSessionLogBuilder(); in getInstance() 48 return sInstance; in getInstance()
|
D | TestHost.java | 71 private static TestHost sInstance; field in TestHost 388 if (sInstance == null) { in getInstance() 389 sInstance = new TestHost(); in getInstance() 392 return sInstance; in getInstance()
|
D | TestSessionBuilder.java | 69 private static TestSessionBuilder sInstance; field in TestSessionBuilder 75 if (sInstance == null) { in getInstance() 76 sInstance = new TestSessionBuilder(); in getInstance() 79 return sInstance; in getInstance()
|
D | TestSession.java | 532 static final ResultObserver sInstance = new ResultObserver(); field in TestSession.ResultObserver 541 return sInstance; in getInstance()
|
D | HostConfig.java | 108 private final static HostConfig sInstance = new HostConfig(); field in HostConfig 115 return sInstance; in getInstance()
|
/cts/tests/src/android/provider/cts/ |
D | MediaStoreAudioTestHelper.java | 73 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/ |
D | AccessibilityWindowQueryActivityTest.java | 391 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()
|
D | AccessibilityEndToEndTest.java | 366 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/ |
D | CtsTestServer.java | 120 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/ |
D | classes.out.dex | 46126 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 …]
|