Searched refs:sentinel (Results 1 – 4 of 4) sorted by relevance
76 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationAddition() local78 sentinel.start(); in testOnMediaDataLoaded_complicationAddition()97 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataRemoved_complicationRemoval() local99 sentinel.start(); in testOnMediaDataRemoved_complicationRemoval()117 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationRemoval() local119 sentinel.start(); in testOnMediaDataLoaded_complicationRemoval()142 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_mediaComplicationDisabled_doesNotAddComplication() local145 sentinel.start(); in testOnMediaDataLoaded_mediaComplicationDisabled_doesNotAddComplication()
45 val sentinel = ClearAll() regex54 PinInputViewModel(listOf(sentinel, second, first))158 val sentinel = subject.input[0] as ClearAll regex160 assertThat(subject.mostRecentClearAll()).isSameInstanceAs(sentinel)166 val sentinel = subject.input[0] as ClearAll regex168 assertThat(subject.mostRecentClearAll()).isSameInstanceAs(sentinel)
67 - '@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
227 private AssetManager(boolean sentinel) { in AssetManager() argument