Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java62 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()
/aosp14/system/core/libappfuse/tests/
H A DFuseBridgeLoopTest.cc35 bool closed; member in android::fuse::__anon3eaa34e30110::Callback
36 Callback() : mounted(false), closed(false) {} in Callback()
40 void OnClosed(int /* mount_id */) override { closed = true; } in OnClosed()
122 ASSERT_TRUE(callback_.closed); in Close()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenToOccludedTransitionViewModelTest.kt77 values.forEach { assertThat(it).isIn(Range.closed(0f, 1f)) }
100 values.forEach { assertThat(it).isIn(Range.closed(0f, 100f)) }
120 values.forEach { assertThat(it).isIn(Range.closed(0f, 100f)) }
H A DDreamingToLockscreenTransitionViewModelTest.kt85 values.forEach { assertThat(it).isIn(Range.closed(0f, 100f)) }
108 values.forEach { assertThat(it).isIn(Range.closed(0f, 1f)) }
128 values.forEach { assertThat(it).isIn(Range.closed(0f, 1f)) }
149 values.forEach { assertThat(it).isIn(Range.closed(-100f, 0f)) }
H A DGoneToDreamingTransitionViewModelTest.kt77 values.forEach { assertThat(it).isIn(Range.closed(0f, 1f)) }
100 values.forEach { assertThat(it).isIn(Range.closed(0f, 100f)) }
H A DLockscreenToDreamingTransitionViewModelTest.kt77 values.forEach { assertThat(it).isIn(Range.closed(0f, 1f)) }
100 values.forEach { assertThat(it).isIn(Range.closed(0f, 100f)) }
H A DOccludedToLockscreenTransitionViewModelTest.kt77 values.forEach { assertThat(it).isIn(Range.closed(0f, 1f)) }
98 values.forEach { assertThat(it).isIn(Range.closed(-100f, 0f)) }
H A DPrimaryBouncerToGoneTransitionViewModelTest.kt84 values.forEach { assertThat(it).isIn(Range.closed(0f, 1f)) }
191 values.forEach { assertThat(it.behindAlpha).isIn(Range.closed(0f, 1f)) }
H A DUdfpsLockscreenViewModelTest.kt215 assertThat(transition?.alpha).isIn(Range.closed(.39f, .41f))
320 assertThat(transition?.alpha).isIn(Range.closed(.59f, .61f))
430 assertThat(transition?.alpha).isIn(Range.closed(.59f, .61f))
484 assertThat(transition?.alpha).isIn(Range.closed(.39f, .41f))
540 assertThat(transition?.alpha).isIn(Range.closed(.39f, .41f))
/aosp14/frameworks/base/media/java/android/media/tv/tuner/
H A DTunerUtils.java169 public static void checkResourceState(String name, boolean closed) { in checkResourceState() argument
170 if (closed) { in checkResourceState()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
H A DRequestThrottleTest.kt218 isIn(Range.closed(value - threshold, value + threshold))
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java1002 private void onRunnerStopped(final Exception exception, final boolean closed) { in onRunnerStopped() argument
1012 mParams.listener.onGraphRunnerError(exception, closed); in onRunnerStopped()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/
H A DRollbackUnitTest.java128 assertThat(rollback.getTimestamp()).isIn(Range.closed(availableTime, Instant.now())); in rollbackMadeAvailable()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java1107 .that(profile.creationTime).isIn(Range.closed(startTime, endTime)); in testGetManagedProfileCreationTime()
1128 .that(user.creationTime).isIn(Range.closed(startTime, endTime)); in testGetUserCreationTime()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dqs-tiles.md149 * **`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…
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto2253 // User closed a remote input view associated with a notification. Passes package name of app
2302 // Application disambig shade opened or closed with a featured app.
2309 // Application disambig shade opened or closed without a featured app.
2494 // Keyboard Shortcuts Helper is opened/closed.
6545 // CLOSE: Emergency dialer closed
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt16393 field public static final String TUPLE_BASIC_STATUS_CLOSED = "closed";
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...