/frameworks/base/core/java/android/util/jar/ |
D | StrictJarFile.java | 62 private boolean closed; field in StrictJarFile 137 closed = true; in StrictJarFile() 223 if (!closed) { in close() 230 closed = true; in close() 393 private boolean closed; field in StrictJarFile.ZipInflaterInputStream 420 if (closed) { in available() 432 closed = true; in close()
|
/frameworks/base/apex/statsd/framework/test/src/android/util/ |
D | StatsEventTest.java | 67 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testNoFields() 114 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testOnlyAtomId() 161 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testIntBooleanIntInt() 230 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testStringFloatByteArray() 294 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testAttributionChainLong() 364 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testKeyValuePairs() 458 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testSingleAnnotations() 542 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testAtomIdAnnotations() 627 .that(buffer.getLong()).isIn(Range.closed(minTimestamp, maxTimestamp)); in testSetAtomIdNotCalledImmediately() 678 .isIn(Range.closed(minTimestamp, maxTimestamp)); in testLargePulledEvent() [all …]
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraCaptureSession.inc | 35 ALOGE("Error: Device associated with session %p has been closed!", this); 57 ALOGE("Error: Device associated with session %p has been closed!", this);
|
/frameworks/base/media/java/android/media/tv/tuner/ |
D | TunerUtils.java | 165 public static void checkResourceState(String name, boolean closed) { in checkResourceState() argument 166 if (closed) { in checkResourceState()
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | types.hal | 25 CLIENT_CLOSED, // Client is closed already
|
/frameworks/base/core/proto/android/bluetooth/ |
D | enums.proto | 133 // This socket is closed
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GraphRunner.java | 1002 private void onRunnerStopped(final Exception exception, final boolean closed) { in onRunnerStopped() argument 1012 mParams.listener.onGraphRunnerError(exception, closed); in onRunnerStopped()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | CameraOps.java | 321 boolean closed = mCloseWaiter.block(CAMERA_CLOSE_TIMEOUT); 322 if (!closed) {
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | CameraOps.java | 356 boolean closed = mCloseWaiter.block(CAMERA_CLOSE_TIMEOUT); in closeCameraAndWait() 357 if (!closed) { in closeCameraAndWait()
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 64 # This event is logged when GTalk connection is closed.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 570 .that(profile.creationTime).isIn(Range.closed(startTime, endTime)); in testGetManagedProfileCreationTime() 591 .that(user.creationTime).isIn(Range.closed(startTime, endTime)); in testGetUserCreationTime()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/ |
D | RollbackUnitTest.java | 122 assertThat(rollback.getTimestamp()).isIn(Range.closed(availableTime, Instant.now())); in rollbackMadeAvailable()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 41 * Camera operation has failed because the camera device has been closed,
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 198 is closed."
|
/frameworks/base/packages/SystemUI/docs/ |
D | qs-tiles.md | 149 * **`onStopListening`**: called when QS is closed or the tile is no longer visible by the user. Thi… 184 …he tile is bound whenever it should start listening. When the panels are closed, and the tile is s…
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2253 // User closed a remote input view associated with a notification. Passes package name of app 2300 // Application disambig shade opened or closed with a featured app. 2307 // Application disambig shade opened or closed without a featured app. 2492 // Keyboard Shortcuts Helper is opened/closed. 6535 // CLOSE: Emergency dialer closed
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 4547 // Client connection closed unexpectedly 4549 // Client connection closed by VMS
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | ... enum javax.net.ssl.SSLEngineResult$Status CLOSED
public static final enum javax.net.ssl. ... |
/frameworks/base/api/ |
D | current.txt | 77863 field @Deprecated protected boolean closed;
|