Searched defs:positiveButtonText (Results 1 – 10 of 10) sorted by relevance
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/ |
D | SpeedBumpDialogFragment.java | 60 @NonNull String positiveButtonText, in newInstance() 85 String positiveButtonText = getArguments().getString(ARG_POS_BTN_TEXT); in onCreateDialog() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiDialogManager.java | 393 final String positiveButtonText, in SimpleDialogHandle() 469 final String positiveButtonText, in LegacySimpleDialogHandle() 649 @Nullable String positiveButtonText, in createSimpleDialog() 694 @Nullable String positiveButtonText, in createSimpleDialogWithUrl() 751 @Nullable String positiveButtonText, in createLegacySimpleDialog() 796 @Nullable String positiveButtonText, in createLegacySimpleDialogWithUrl()
|
D | InsecureEapNetworkHandler.java | 692 String positiveButtonText = useTrustOnFirstUse() in askForUserApprovalForCaCertificate() local
|
D | WifiShellCommand.java | 1520 String positiveButtonText = null; in onCommand() local
|
/packages/apps/Multiuser/Widget/src/main/java/com/android/multiuser/widget/viewmodel/ |
D | DialogViewModel.kt | 24 val positiveButtonText: String? = null, constant in com.android.multiuser.widget.viewmodel.DialogViewModel
|
/packages/services/Telephony/src/com/android/phone/ |
D | ErrorDialogActivity.java | 80 int positiveButtonText = 0; in showDialog() local
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityDialogUtils.java | 144 @NonNull CharSequence positiveButtonText, in createCustomDialog()
|
/packages/modules/Wifi/WifiDialog/src/com/android/wifi/dialog/ |
D | WifiDialogActivity.java | 426 @Nullable String positiveButtonText, in createSimpleDialog()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/ |
D | PreferenceCompat.java | 270 public void setPositiveButtonText(String positiveButtonText) { in setPositiveButtonText()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 1233 String positiveButtonText = "Yes"; in testSetWifiEnabledDialogForThirdPartyAppsTargetingBelowQSdk() local
|