Home
last modified time | relevance | path

Searched defs:indication (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewControllerTest.java152 final KeyguardIndication indication = createIndication(); in testShowOneIndication() local
303 KeyguardIndication indication = createIndication(); in testHideIndicationOneMessage() local
370 final KeyguardIndication indication = createIndication(); in testStoppedDozing() local
390 final KeyguardIndication indication = createIndication(); in testIsDozing() local
H A DKeyguardIndicationTest.java67 final KeyguardIndication indication = new KeyguardIndication.Builder() in testCreateIndicationWithMessage() local
76 final KeyguardIndication indication = new KeyguardIndication.Builder() in testCreateIndicationWithIcon() local
86 final KeyguardIndication indication = new KeyguardIndication.Builder() in testCreateIndicationWithMessageAndIcon() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextView.java96 public void switchIndication(KeyguardIndication indication) { in switchIndication()
103 public void switchIndication(CharSequence text, KeyguardIndication indication) { in switchIndication()
128 public void switchIndication(CharSequence text, KeyguardIndication indication, in switchIndication()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_bta_pan_co_rx.cc62 void bta_pan_co_mfilt_ind(uint16_t handle, bool indication, tBTA_PAN_STATUS result, uint16_t len, in bta_pan_co_mfilt_ind()
67 void bta_pan_co_pfilt_ind(uint16_t handle, bool indication, tBTA_PAN_STATUS result, uint16_t len, in bta_pan_co_pfilt_ind()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/pan/
Dpan_main.cc502 void pan_proto_filt_ind_cb(uint16_t handle, bool indication, tBNEP_RESULT result, in pan_proto_filt_ind_cb()
533 void pan_mcast_filt_ind_cb(uint16_t handle, bool indication, tBNEP_RESULT result, in pan_mcast_filt_ind_cb()
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java8515 private void verifyTransitionDisableEvent(String caps, int indication, boolean shouldUpdate) in verifyTransitionDisableEvent()
8569 int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL; in testUpdateSaeOnlyTransitionDisableIndicationFromPskSaeBss() local
8580 int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL; in testUpdateSaeOnlyTransitionDisableIndicationFromSaeBss() local
8591 int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL; in testDropSaeOnlyTransitionDisableIndicationFromPskBss() local
8602 int indication = WifiMonitor.TDI_USE_SAE_PK; in testUpdateSaePkTransitionDisableIndicationFromPskSaeBss() local
8613 int indication = WifiMonitor.TDI_USE_SAE_PK; in testUpdateSaePkTransitionDisableIndicationFromSaeBss() local
8624 int indication = WifiMonitor.TDI_USE_SAE_PK; in testDropSaePkTransitionDisableIndicationFromPskBss() local
8635 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN; in testUpdateOweOnlyTransitionDisableIndicationFromOpenOweBss() local
8646 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN; in testUpdateOweOnlyTransitionDisableIndicationFromOweBss() local
8657 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN; in testDropOweOnlyTransitionDisableIndicationFromOpenBss() local
[all …]
DWifiConfigManagerTest.java7230 WifiConfiguration testNetwork, int indication) { in verifyTransitionDisableIndicationForSecurityType()
7240 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in verifyTransitionDisableIndicationForSecurityType() local
7290 int indication = WifiMonitor.TDI_USE_SAE_PK; in testSaeApValidationTransitionDisableIndication() local
7291 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in testSaeApValidationTransitionDisableIndication() local
7299 WifiConfiguration testNetwork, int indication) { in verifyNonApplicableTransitionDisableIndicationForSecurityType()
7308 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in verifyNonApplicableTransitionDisableIndicationForSecurityType() local
7367 int indication = WifiMonitor.TDI_USE_ENHANCED_OPEN in testNonApplicableTransitionDisableIndicationNotAffectApValidation() local
7370 mWifiConfigManager.updateNetworkTransitionDisable(result.getNetworkId(), indication); in testNonApplicableTransitionDisableIndicationNotAffectApValidation() local
DWifiMonitorTest.java741 final int indication = WifiMonitor.TDI_USE_WPA3_PERSONAL in testBroadcastTransitionDisableEvent() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/preference/
H A DSwitchPreference.kt117 val indication = LocalIndication.current constant
H A DCheckboxPreference.kt117 val indication = LocalIndication.current constant
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
H A DDemoActivity.kt86 val indication = if (disableRipple) NoIndication else LocalIndication.current in <lambda>() constant
/aosp_15_r20/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_act.cc224 static void bta_pan_pfilt_ind_cback(uint16_t handle, bool indication, tPAN_RESULT result, in bta_pan_pfilt_ind_cback()
240 static void bta_pan_mfilt_ind_cback(uint16_t handle, bool indication, tPAN_RESULT result, in bta_pan_mfilt_ind_cback()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPinBouncer.kt251 val indication = LocalIndication.current.takeUnless { isPressed } in PinPadButton() constant
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
H A DCallbackManager.h53 const std::shared_ptr<IndicationType>& indication) { in setResponseFunctions()
/aosp_15_r20/external/webrtc/api/transport/rtp/
H A Ddependency_descriptor.cc31 DecodeTargetIndication indication; in StringToDecodeTargetIndications() local
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/
H A DCallbackManager.cpp56 RadioIndication& CallbackManager::indication() const { in indication() function in android::hardware::radio::compat::CallbackManager
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/ims/
H A DRadioIms.cpp82 const std::shared_ptr<aidl::IRadioImsIndication>& indication) { in setResponseFunctions()
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/
H A DRadioModem.cpp144 const std::shared_ptr<aidl::IRadioModemIndication>& indication) { in setResponseFunctions()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs178 let indication = rx.await.unwrap(); in test_indication_sent() localVariable
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
H A DRadioData.cpp134 const std::shared_ptr<aidl::IRadioDataIndication>& indication) { in setResponseFunctions()
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/messaging/
H A DRadioMessaging.cpp173 const std::shared_ptr<aidl::IRadioMessagingIndication>& indication) { in setResponseFunctions()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java292 private long getMinVisibilityMillis(KeyguardIndication indication) { in getMinVisibilityMillis()
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
H A DRadioVoice.cpp254 const std::shared_ptr<aidl::IRadioVoiceIndication>& indication) { in setResponseFunctions()
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
H A DRadioSim.cpp233 const std::shared_ptr<aidl::IRadioSimIndication>& indication) { in setResponseFunctions()
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
H A DRadioNetwork.cpp248 const std::shared_ptr<aidl::IRadioNetworkIndication>& indication) { in setResponseFunctions()

1234