Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dream/
H A DMediaDreamSentinelTest.java76 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationAddition() local
78 sentinel.start(); in testOnMediaDataLoaded_complicationAddition()
97 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataRemoved_complicationRemoval() local
99 sentinel.start(); in testOnMediaDataRemoved_complicationRemoval()
117 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationRemoval() local
119 sentinel.start(); in testOnMediaDataLoaded_complicationRemoval()
142 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_mediaComplicationDisabled_doesNotAddComplication() local
145 sentinel.start(); in testOnMediaDataLoaded_mediaComplicationDisabled_doesNotAddComplication()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DPinInputViewModelTest.kt45 val sentinel = ClearAll() regex
54 PinInputViewModel(listOf(sentinel, second, first))
158 val sentinel = subject.input[0] as ClearAll regex
160 assertThat(subject.mostRecentClearAll()).isSameInstanceAs(sentinel)
166 val sentinel = subject.input[0] as ClearAll regex
168 assertThat(subject.mostRecentClearAll()).isSameInstanceAs(sentinel)
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md67 - '@id/foo' resources are just sentinel values and do not actually need to resolve to anything.
80 contents and interprets them as a sentinel `id` type. This was added to support existing
/aosp14/frameworks/base/core/java/android/content/res/
H A DAssetManager.java227 private AssetManager(boolean sentinel) { in AssetManager() argument