Home
last modified time | relevance | path

Searched refs:indication (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardIndicationTest.java67 final KeyguardIndication indication = new KeyguardIndication.Builder() in testCreateIndicationWithMessage() local
71 assertEquals(text, indication.getMessage()); in testCreateIndicationWithMessage()
76 final KeyguardIndication indication = new KeyguardIndication.Builder() in testCreateIndicationWithIcon() local
80 assertEquals(mDrawable, indication.getIcon()); in testCreateIndicationWithIcon()
86 final KeyguardIndication indication = new KeyguardIndication.Builder() in testCreateIndicationWithMessageAndIcon() local
91 assertEquals(text, indication.getMessage()); in testCreateIndicationWithMessageAndIcon()
92 assertEquals(mDrawable, indication.getIcon()); in testCreateIndicationWithMessageAndIcon()
DKeyguardIndicationRotateTextViewControllerTest.java152 final KeyguardIndication indication = createIndication(); in testShowOneIndication() local
154 INDICATION_TYPE_DISCLOSURE, indication, false); in testShowOneIndication()
161 verify(mView).switchIndication(indication); in testShowOneIndication()
303 KeyguardIndication indication = createIndication(); in testHideIndicationOneMessage() local
305 INDICATION_TYPE_OWNER_INFO, indication, false); in testHideIndicationOneMessage()
306 verify(mView).switchIndication(indication); in testHideIndicationOneMessage()
370 final KeyguardIndication indication = createIndication(); in testStoppedDozing() local
372 INDICATION_TYPE_DISCLOSURE, indication, false); in testStoppedDozing()
380 verify(mView).switchIndication(indication); in testStoppedDozing()
390 final KeyguardIndication indication = createIndication(); in testIsDozing() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardIndicationTextView.java96 public void switchIndication(KeyguardIndication indication) { in switchIndication() argument
97 switchIndication(indication == null ? null : indication.getMessage(), indication); in switchIndication()
103 public void switchIndication(CharSequence text, KeyguardIndication indication) { in switchIndication() argument
104 switchIndication(text, indication, true, null); in switchIndication()
128 public void switchIndication(CharSequence text, KeyguardIndication indication, in switchIndication() argument
131 mKeyguardIndicationInfo = indication; in switchIndication()
134 final boolean hasIcon = indication != null && indication.getIcon() != null; in switchIndication()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/preference/
DSwitchPreference.kt117 val indication = LocalIndication.current constant
125 indication = indication, in <lambda>()
DCheckboxPreference.kt117 val indication = LocalIndication.current constant
125 indication = indication, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java292 private long getMinVisibilityMillis(KeyguardIndication indication) { in getMinVisibilityMillis() argument
293 if (indication == null) { in getMinVisibilityMillis()
297 if (indication.getMinVisibilityMillis() == null) { in getMinVisibilityMillis()
301 return indication.getMinVisibilityMillis(); in getMinVisibilityMillis()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenLongPress.kt59 indication = null, in LockscreenLongPress()
/frameworks/proto_logging/stats/enums/uwb/
Denums.proto90 // Non-Line-of-Sight indication
/frameworks/base/telephony/java/android/telephony/data/
DDataService.java694 DataCallListChangedIndication indication = in handleMessage() local
697 indication.callback.onDataCallListChanged(indication.dataCallList); in handleMessage()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt28 import androidx.compose.foundation.indication in <lambda>()
320 .indication( in NumberButton()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DVolumeSlider.kt159 indication = null in SliderIcon()
/frameworks/base/packages/SystemUI/docs/device-entry/
Dkeyguard.md21 An indication to power off the device most likely comes from one of two signals: the user presses t…
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DOverlayShade.kt106 .clickable(onClick = onClicked, interactionSource = null, indication = null) in Scrim()
DShadeHeader.kt566 indication = null, in SystemIconContainer()
/frameworks/av/media/libstagefright/
DUtils.cpp440 const uint8_t indication = ((seq[4] & 0xF) << 4) | ((seq[5] & 0xF0) >> 4); in parseMpeg2ProfileLevelFromHeader() local
472 if (escapes.map(indication, &profileLevel)) { in parseMpeg2ProfileLevelFromHeader()
475 } else if (profiles.map(indication & 0x70, &profile)) { in parseMpeg2ProfileLevelFromHeader()
477 if (levels.map(indication & 0xF, &level)) { in parseMpeg2ProfileLevelFromHeader()
509 const uint8_t indication = seq[4]; in parseMpeg4ProfileLevelFromCsd() local
588 if (table.map(indication, &profileLevel)) { in parseMpeg4ProfileLevelFromCsd()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
DVolumePanelRadioButtons.kt136 indication = null, in VolumePanelRadioButtonBar()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt270 Modifier.clickable(interactionSource, indication = null) { in Expandable()
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt184 latch is the earliest indication that the frame was submitted in time
/frameworks/proto_logging/stats/enums/telephony/
Denums.proto243 /** Voicemail indication. */
/frameworks/opt/telephony/proto/src/
Dtelephony.proto1963 // Ring indication for an incoming call
2602 // Voicemail indication
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt1156 indication = null, in DisabledWidgetPlaceholder()
/frameworks/proto_logging/stats/
Datoms.proto15991 // Reason of the modem restart, as provided in the modemReset indication of IRadio HAL.
18262 * actual event or a "data ready to be pulled" indication. More info: go/autorotate-logging.
18278 // An early indication of device might be rotated.
21098 // Whether or not the QoS indication had listeners.
21433 // None-Line-of-sight (LOS) indication
/frameworks/base/core/api/
Dcurrent.txt23686 …d public static final String KEY_MPEGH_PROFILE_LEVEL_INDICATION = "mpegh-profile-level-indication";