Home
last modified time | relevance | path

Searched refs:UI (Results 1 – 25 of 65) sorted by relevance

123

/packages/modules/AdServices/sdksandbox/tests/ui/
DREADME.md1 # SDK Sandbox UI Tests
5 The SDK Sandbox UI test suite facilitates the testing of the UI components of the SDK sandbox, such
6 as the rendering of remote views into a `SurfaceView`. This test suite enables the testing of UI
27 To test UI interactions such as clicking and scrolling, or to locate a view on screen, it will
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTEST_MAPPING7 // For changes in Photopicker UI we want to run all the photopicker
19 // For changes in Photopicker UI we want to run all the photopicker
31 // For changes in Photopicker UI we want to run all the photopicker
/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.h62 enum TYPE { EXIT, L2CAP, HCI_EVENT, UI }; enumerator
75 …PairingEvent(UI_ACTION_TYPE ui_action, uint32_t ui_value) : type(UI), ui_action(ui_action), ui_val… in PairingEvent()
332 if (e.type == PairingEvent::UI && in WaitUiPairingAccept()
342 if (e.type == PairingEvent::UI && in WaitUiConfirmYesNo()
378 if (e.type == PairingEvent::UI && in WaitUiPasskey()
457 case PairingEvent::UI:
Dui.h95 class UI {
97 virtual ~UI() = default;
Dpairing_handler_le_legacy.cc103 common::BindOnce(&UI::DisplayConfirmValue, common::Unretained(i.user_interface), data)); in LegacyPasskeyEntry()
107 … common::BindOnce(&UI::DisplayEnterPasskeyDialog, common::Unretained(i.user_interface), data)); in LegacyPasskeyEntry()
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler.cc35 user_interface_handler_->CallOn(user_interface_, &UI::DisplayConfirmValue, data); in NotifyUiDisplayYesNo()
45 user_interface_handler_->CallOn(user_interface_, &UI::DisplayYesNoDialog, data); in NotifyUiDisplayYesNo()
55 user_interface_handler_->CallOn(user_interface_, &UI::DisplayPasskey, data); in NotifyUiDisplayPasskey()
65 user_interface_handler_->CallOn(user_interface_, &UI::DisplayEnterPasskeyDialog, data); in NotifyUiDisplayPasskeyInput()
75 user_interface_handler_->CallOn(user_interface_, &UI::DisplayEnterPinDialog, data); in NotifyUiDisplayPinCodeInput()
81 user_interface_handler_->CallOn(user_interface_, &UI::Cancel, *GetRecord()->GetPseudoAddress()); in NotifyUiDisplayCancel()
Dclassic_pairing_handler.h40 UI* user_interface, in ClassicPairingHandler()
113 UI* user_interface_;
/packages/services/Car/car_product/overlay-visual/
DOWNERS1 # Car UI Reference OWNERS
/packages/services/Car/car_product/car_ui_portrait/
DOWNERS1 # Car UI Portrait Reference OWNERS
/packages/services/Car/car_product/rro/
DOWNERS1 # Car UI Reference OWNERS
/packages/services/Car/libs/car-admin-ui-lib/
DREADME.md1 This library contains UI elements used to show information about managed
/packages/services/Car/tools/telemetry/lua-interpreter/data/
DREADME.md1 …ta for different publishers. The various JSON files are used as published data templates in the UI.
/packages/modules/Bluetooth/flags/
Dopp.aconfig14 description: "Fix UI issues related to multiple OPP notifications"
/packages/apps/Settings/src/com/android/settings/
DEventLogTags.logtags17 # log latency for settings UI events
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DEventLogTags.logtags17 # log latency for settings UI events
/packages/services/Telecomm/flags/
Dtelecom_incallservice_flags.aconfig16 description: "Ensure that users are able to return to call from keyguard UI for ECC"
/packages/apps/Car/Settings/aconfig/
Dcarsettings.aconfig7 description: "Flag to show the new UI theme toggle within settings and quick controls"
/packages/apps/Settings/protos/
Dsettings_log_bridge.proto14 * What the UI action is.
/packages/modules/Bluetooth/system/gd/security/test/
Dmocks.h30 class UIMock : public UI {
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto268 // non-framework UI to request permission.
272 // The user is being shown the Android framework UI to request a permission.
505 // In in call UI
520 // In the in call UI
549 // In in-call UI
584 // Callback impressions (with more granularity) from the call details UI
/packages/apps/WallpaperPicker2/aconfig/
Dcustomization_picker.aconfig28 description: "Enables the BC25 design of the customization picker UI."
/packages/services/Car/tests/CustomizationTool/
DREADME.md3 This is a privileged app for testing UI customizations (e.g. RROs) on AAOS.
/packages/modules/Permission/PermissionController/
DOWNERS13 # for SafetyCenter UI changes
/packages/apps/Browser2/
DREADME5 security UI to be used for anything other than testing WebView. This should not
/packages/services/Car/tests/BugReportApp/
DREADME.md37 UI and upload configs are located in `res/` directory. Resources can be
63 bugreport. Little inconvenient for users, but it doesn't alter UI and audio state.

123