/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ |
H A D | KeyguardIndicationRotateTextViewControllerTest.java | 152 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 D | KeyguardIndicationTest.java | 67 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 D | KeyguardIndicationTextView.java | 96 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/ |
D | mock_btif_bta_pan_co_rx.cc | 62 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/ |
D | pan_main.cc | 502 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/ |
D | ClientModeImplTest.java | 8515 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 …]
|
D | WifiConfigManagerTest.java | 7230 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
|
D | WifiMonitorTest.java | 741 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 D | SwitchPreference.kt | 117 val indication = LocalIndication.current constant
|
H A D | CheckboxPreference.kt | 117 val indication = LocalIndication.current constant
|
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/ |
H A D | DemoActivity.kt | 86 val indication = if (disableRipple) NoIndication else LocalIndication.current in <lambda>() constant
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/pan/ |
D | bta_pan_act.cc | 224 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 D | PinBouncer.kt | 251 val indication = LocalIndication.current.takeUnless { isPressed } in PinPadButton() constant
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
H A D | CallbackManager.h | 53 const std::shared_ptr<IndicationType>& indication) { in setResponseFunctions()
|
/aosp_15_r20/external/webrtc/api/transport/rtp/ |
H A D | dependency_descriptor.cc | 31 DecodeTargetIndication indication; in StringToDecodeTargetIndications() local
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/ |
H A D | CallbackManager.cpp | 56 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 D | RadioIms.cpp | 82 const std::shared_ptr<aidl::IRadioImsIndication>& indication) { in setResponseFunctions()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/ |
H A D | RadioModem.cpp | 144 const std::shared_ptr<aidl::IRadioModemIndication>& indication) { in setResponseFunctions()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | indication_handler.rs | 178 let indication = rx.await.unwrap(); in test_indication_sent() localVariable
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/data/ |
H A D | RadioData.cpp | 134 const std::shared_ptr<aidl::IRadioDataIndication>& indication) { in setResponseFunctions()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/messaging/ |
H A D | RadioMessaging.cpp | 173 const std::shared_ptr<aidl::IRadioMessagingIndication>& indication) { in setResponseFunctions()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardIndicationRotateTextViewController.java | 292 private long getMinVisibilityMillis(KeyguardIndication indication) { in getMinVisibilityMillis()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/ |
H A D | RadioVoice.cpp | 254 const std::shared_ptr<aidl::IRadioVoiceIndication>& indication) { in setResponseFunctions()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/ |
H A D | RadioSim.cpp | 233 const std::shared_ptr<aidl::IRadioSimIndication>& indication) { in setResponseFunctions()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
H A D | RadioNetwork.cpp | 248 const std::shared_ptr<aidl::IRadioNetworkIndication>& indication) { in setResponseFunctions()
|