/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | ActionDisabledByAdminDialogHelperTest.java | 101 final TextView textView = createAdminSupportDialogTitleTextView(view, mActivity); in testSetAdminSupportTitle() local 140 final TextView textView = createAdminSupportDialogTitleTextView(view, mActivity); in testSetAdminSupportTitleForFinancedDevice() local 160 final TextView textView = createAdminSupportTextView(view, mActivity); in testSetAdminSupportDetails() local 181 final TextView textView = createAdminSupportTextView(view, mActivity); in testSetAdminSupportDetails_shortSupportMessageIsNull() local 203 final TextView textView = createAdminSupportTextView(view, mActivity); in testSetAdminSupportDetailsNotAdmin() local 238 final TextView textView = new TextView(activity); in createAdminSupportDialogTitleTextView() local 246 final TextView textView = new TextView(activity); in createAdminSupportTextView() local
|
/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/ |
D | Datagram.java | 179 TextView textView = findViewById(R.id.text_id); in startTransmissionUpdatesApp() local 217 TextView textView = findViewById(R.id.text_id); in stopTransmissionUpdatesApp() local 237 TextView textView = findViewById(R.id.text_id); in pollPendingDatagramsApp() local 279 TextView textView = findViewById(R.id.text_id); in sendDatagramApp() local 304 TextView textView = findViewById(R.id.text_id); in registerForIncomingDatagramApp() local 315 TextView textView = findViewById(R.id.text_id); in unregisterForIncomingDatagramApp() local 320 TextView textView = findViewById(R.id.text_id); in showDatagramSendStateTransitionApp() local 326 TextView textView = findViewById(R.id.text_id); in showDatagramReceiveStateTransitionApp() local 334 TextView textView = findViewById(R.id.text_id); in registerForModemStateChangedApp() local 345 TextView textView = findViewById(R.id.text_id); in unregisterForModemStateChangedApp() local [all …]
|
D | SatelliteControl.java | 115 TextView textView = findViewById(R.id.text_id); in enableSatelliteApp() local 141 TextView textView = findViewById(R.id.text_id); in disableSatelliteApp() local 320 TextView textView = findViewById(R.id.text_id); in removeUserRestrictReasonApp() local 349 TextView textView = findViewById(R.id.text_id); in addUserRestrictReasonApp() local 378 TextView textView = findViewById(R.id.text_id); in getSatellitePlmnApp() local 384 TextView textView = findViewById(R.id.text_id); in getAllSatellitePlmnApp() local 390 TextView textView = findViewById(R.id.text_id); in isSatelliteEnabledForCarrierApp() local 396 TextView textView = findViewById(R.id.text_id); in isRequestIsSatelliteEnabledForCarrierApp() local 403 TextView textView = findViewById(R.id.text_id); in getIsEmergencyApp() local
|
D | Provisioning.java | 96 TextView textView = findViewById(R.id.text_id); in provisionServiceApp() local 119 TextView textView = findViewById(R.id.text_id); in deprovisionServiceApp() local 165 TextView textView = findViewById(R.id.text_id); in registerForProvisionStateChangedApp() local 172 TextView textView = findViewById(R.id.text_id); in unregisterForProvisionStateChangedApp() local 177 TextView textView = findViewById(R.id.text_id); in showCurrentSatelliteProvisionStateApp() local
|
D | MultipleSendReceive.java | 88 TextView textView = findViewById(R.id.text_id); in multiplePollPendingSatelliteDatagramsApp() local 118 TextView textView = findViewById(R.id.text_id); in multipleSendSatelliteDatagramApp() local 161 TextView textView = findViewById(R.id.text_id); in multipleSendReceiveSatelliteDatagramApp() local
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
D | ContactDisplayUtils.java | 193 public static void setDisplayName(Context context, Contact contactData, TextView textView) { in setDisplayName() 197 setDataOrHideIfNone(getDisplayName(context, contactData), textView); in setDisplayName() local 204 public static void setCompanyName(Context context, Contact contactData, TextView textView) { in setCompanyName() 208 setDataOrHideIfNone(getCompany(context, contactData), textView); in setCompanyName() local 215 public static void setPhoneticName(Context context, Contact contactData, TextView textView) { in setPhoneticName() 219 setDataOrHideIfNone(getPhoneticName(context, contactData), textView); in setPhoneticName() local 226 public static void setAttribution(Context context, Contact contactData, TextView textView) { in setAttribution() 230 setDataOrHideIfNone(getAttribution(context, contactData), textView); in setAttribution() local 237 private static void setDataOrHideIfNone(CharSequence textToDisplay, TextView textView) { in setDataOrHideIfNone()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | PhoneNumberFormatter.java | 40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { in TextWatcherLoadAsyncTask() 71 TextView textView) { in setPhoneNumberFormattingTextWatcher() 84 Context context, TextView textView, boolean formatAfterWatcherSet) { in setPhoneNumberFormattingTextWatcher() 86 textView, formatAfterWatcherSet) in setPhoneNumberFormattingTextWatcher() local
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | AccessibilityContextMenuMaker.java | 55 public void registerWithActivity(TextView textView) { in registerWithActivity() 86 public void populateMenuContent(ContextMenu menu, TextView textView) { in populateMenuContent() 117 private @Nullable Spanned getText(TextView textView) { in getText()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/addappnetworks/ |
D | AddAppNetworksFragmentTest.java | 310 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withOneNetworkSave_shouldShowOneNetworkSaving() local 327 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withTwoNetworksSave_shouldShowMultipleNetworksSaving() local 344 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withOneNetworkSaved_shouldShowOneNetworkSaved() local 361 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withTwoNetworksSaved_shouldShowMultipleNetworksSaved() local 377 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withOneNetworkSaveFailed_shouldShowOneNetworkFailed() local 394 final TextView textView = (TextView) mAddAppNetworksFragment.mLayoutView.findViewById( in status_withTwoNetworksSaveFailed_shouldShowMultipleNetworksFailed() local
|
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/panel/items/ |
D | PanelSectionTitleItemViewHolder.kt | 27 private val textView = itemView.requireViewById<TextView>(R.id.panel_section_title) constant
|
D | PanelStatusViewHolder.kt | 28 private val textView = itemView.requireViewById<TextView>(R.id.panel_status_text) constant
|
D | PanelSwitchViewHolder.kt | 28 private val textView = itemView.requireViewById<TextView>(R.id.panel_switch_text) constant
|
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/panel/header/ |
D | PanelHeaderTitleViewHolder.kt | 27 private val textView = itemView.requireViewById<TextView>(R.id.panel_header_title) constant
|
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/fieldviews/ |
D | EditableTextView.kt | 31 val textView = requireViewById<TextView>(R.id.title) constant
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ContactEditorAccountsChangedActivity.java | 133 final TextView textView = (TextView) view.findViewById(R.id.text); in updateDisplayedAccounts() local 151 final TextView textView = (TextView) view.findViewById(R.id.text); in updateDisplayedAccounts() local 179 final TextView textView = (TextView) view.findViewById(R.id.text); in updateDisplayedAccounts() local
|
/packages/modules/Permission/tests/cts/permissionui/HelperAppOverlay/src/android/permissionui/cts/helper/overlay/ |
D | OverlayActivity.kt | 17 val textView = TextView(this) in onCreate() constant
|
/packages/apps/Dialer/java/com/android/dialer/about/ |
D | LicenseActivity.java | 43 TextView textView = (TextView) findViewById(R.id.license_activity_textview); in onCreate() local 56 TextView textView = (TextView) findViewById(R.id.license_activity_textview); in onSaveInstanceState() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | ValidatedEditTextPreferenceTest.java | 124 final TextView textView = spy(new TextView(RuntimeEnvironment.application)); in bindViewHolder_isPassword_shouldSetInputType() local 137 final TextView textView = spy(new TextView(RuntimeEnvironment.application)); in bindViewHolder_isNotPassword_shouldNotAutoCorrectText() local
|
/packages/apps/Dialer/java/com/android/incallui/audioroute/ |
D | AudioRouteSelectorDialogFragment.java | 109 TextView textView = createBluetoothItem(device, selected); in onCreateView() local 114 TextView textView = in onCreateView() local 179 TextView textView = in createBluetoothItem() local
|
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/ |
D | CategoryListFragment.kt | 55 val textView = viewHolder.textView in <lambda>() constant
|
D | DataTypeListFragment.kt | 61 val textView = viewHolder.textView in <lambda>() constant
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | MoreContactUtils.java | 198 final TextView textView = (TextView) View.inflate(context, R.layout.list_separator, null); in createHeaderView() local 207 public static void setHeaderViewBottomPadding(Context context, TextView textView, in setHeaderViewBottomPadding()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityQuickSettingsTooltipWindow.java | 110 final TextView textView = getContentView().findViewById(R.id.qs_content); in setup() local 169 private int getWindowWidthWith(TextView textView) { in getWindowWidthWith()
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userswitcher/ |
D | UserSwitchTransitionViewControllerTest.java | 136 TextView textView = mViewGroup.findViewById(R.id.user_loading); in onHandleShow_showsDefaultLoadingMessage() local 150 TextView textView = mViewGroup.findViewById(R.id.user_loading); in onHandleShow_showsUserSwitchingMessage() local
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
D | StorageSelectionPreferenceController.java | 130 TextView textView = null; in getView() local 146 TextView textView = null; in getDropDownView() local
|