Searched refs:keepAlive (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java82 boolean keepAlive = true; field in class:TestWebServer
130 keepAlive = true;
170 keepAlive = value;
674 if (!keepAlive || nread <= 0) {
745 } while (keepAlive);
806 psPrint(ps, "Connection: " + ((keepAlive) ? "Keep-Alive" : "Close"));
H A DTestHttpClient.java112 public boolean keepAlive(final HttpResponse response) { method in class:TestHttpClient
113 return this.connStrategy.keepAlive(response, this.context);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp228 sp<Camera3IOStreamBase> keepAlive(this);
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp404 bool keepAlive = local
410 if (mFetching || keepAlive) {
411 if (keepAlive) {
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java210 public Object keepAlive; field in class:TestDocumentsProvider.CloudCursor
288 result.keepAlive = task;

Completed in 100 milliseconds