Home
last modified time | relevance | path

Searched refs:destinations (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsSceneViewModelTest.kt109 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenNotCustomizing_unlocked() constant
119 assertThat(destinations) in destinations_whenNotCustomizing_unlocked()
138 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenNotCustomizing_withPreviousSceneLockscreen() constant
148 assertThat(destinations) in destinations_whenNotCustomizing_withPreviousSceneLockscreen()
166 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenNotCustomizing_authMethodSwipe_lockscreenNotDismissed() constant
174 assertThat(destinations) in destinations_whenNotCustomizing_authMethodSwipe_lockscreenNotDismissed()
192 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenCustomizing_noDestinations() constant
195 assertThat(destinations).isEmpty() in destinations_whenCustomizing_noDestinations()
202 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenNotCustomizing_inSplitShade_unlocked() constant
212 assertThat(destinations) in destinations_whenNotCustomizing_inSplitShade_unlocked()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java1734 CharSequence destinations[] = new CharSequence[3]; in makeCFQueryResultMessage() local
1772 destinations[0] = serviceClassToCFString(info.serviceClass & serviceClassMask); in makeCFQueryResultMessage()
1773 destinations[1] = formatLtr( in makeCFQueryResultMessage()
1775 destinations[2] = Integer.toString(info.timeSeconds); in makeCFQueryResultMessage()
1784 return TextUtils.replace(template, sources, destinations); in makeCFQueryResultMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java1528 CharSequence destinations[] = new CharSequence[3]; in makeCFQueryResultMessage() local
1566 destinations[0] = serviceClassToCFString(info.serviceClass & serviceClassMask); in makeCFQueryResultMessage()
1567 destinations[1] = PhoneNumberUtils.stringFromStringAndTOA(info.number, info.toa); in makeCFQueryResultMessage()
1568 destinations[2] = Integer.toString(info.timeSeconds); in makeCFQueryResultMessage()
1577 return TextUtils.replace(template, sources, destinations); in makeCFQueryResultMessage()
/frameworks/base/core/java/android/text/
DTextUtils.java1071 CharSequence[] destinations) { in replace() argument
1087 tb.replace(start, end, destinations[i]); in replace()
/frameworks/base/packages/SystemUI/docs/
Dscene.md169 button/gesture, etc.) keys to `SceneModel` destinations. This is how the scene
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...