/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/ |
D | VoicemailErrorAlert.java | 24 import android.widget.TextView; 42 private final TextView header; 43 private final TextView details; 44 private final TextView primaryAction; 45 private final TextView secondaryAction; 46 private final TextView primaryActionRaised; 47 private final TextView secondaryActionRaised; 62 header = (TextView) view.findViewById(R.id.error_card_header); in VoicemailErrorAlert() 63 details = (TextView) view.findViewById(R.id.error_card_details); in VoicemailErrorAlert() 64 primaryAction = (TextView) view.findViewById(R.id.primary_action); in VoicemailErrorAlert() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | PhoneCallDetailsViews.java | 21 import android.widget.TextView; 32 public final TextView callLocationAndDate; 34 public final TextView voicemailTranscriptionView; 35 public final TextView voicemailTranscriptionBrandingView; 37 public final TextView callAccountLabel; 43 TextView callLocationAndDate, in PhoneCallDetailsViews() 45 TextView voicemailTranscriptionView, in PhoneCallDetailsViews() 46 TextView voicemailTranscriptionBrandingView, in PhoneCallDetailsViews() 48 TextView callAccountLabel) { in PhoneCallDetailsViews() 72 (TextView) view.findViewById(R.id.call_location_and_date), in fromView() [all …]
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiStatusTest.java | 37 import android.widget.TextView; 56 private TextView mWifiState; 57 private TextView mNetworkState; 58 private TextView mSupplicantState; 59 private TextView mRSSI; 60 private TextView mBSSID; 61 private TextView mSSID; 62 private TextView mHiddenSSID; 63 private TextView mIPAddr; 64 private TextView mMACAddr; [all …]
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
D | DataUsageSummaryPreference.java | 32 import android.widget.TextView; 157 TextView usageTitle = getUsageTitle(holder); in onBindViewHolder() 158 TextView carrierInfo = getCarrierInfo(holder); in onBindViewHolder() 159 TextView limitInfo = getDataLimits(holder); in onBindViewHolder() 171 TextView usageNumberField = getDataUsed(holder); in updateDataUsageLabels() 188 TextView usageRemainingField = getDataRemaining(holder); in updateDataUsageLabels() 210 TextView cycleTime = getCycleTime(holder); in updateCycleTimeText() 236 private void updateCarrierInfo(TextView carrierInfo) { 297 TextView carrierInfo, @AttrRes int colorId, Typeface typeface) { in setCarrierInfoTextStyle() 303 protected TextView getUsageTitle(PreferenceViewHolder holder) { in getUsageTitle() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 39 import android.widget.TextView; 138 private TextView mCarSensorInfo; 139 private TextView mLocationInfo; 140 private TextView mAccelInfo; 141 private TextView mGyroInfo; 142 private TextView mMagInfo; 143 private TextView mAccelUncalInfo; 144 private TextView mGyroUncalInfo; 145 private TextView mAccelLimitedAxesInfo; 146 private TextView mGyroLimitedAxesInfo; [all …]
|
/packages/apps/Settings/src/com/android/settings/localepicker/ |
D | LocaleDragCell.java | 24 import android.widget.TextView; 32 private TextView mLabel; 34 private TextView mMiniLabel; 35 private TextView mLocalized; 36 private TextView mCurrentDefault; 46 mLabel = (TextView) findViewById(R.id.label); in onFinishInflate() 47 mLocalized = (TextView) findViewById(R.id.l10nWarn); in onFinishInflate() 48 mCurrentDefault = (TextView) findViewById(R.id.default_locale); in onFinishInflate() 49 mMiniLabel = (TextView) findViewById(R.id.miniLabel); in onFinishInflate() 109 public TextView getLabelView() { in getLabelView()
|
/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/ |
D | SatelliteControl.java | 33 import android.widget.TextView; 115 TextView textView = findViewById(R.id.text_id); in enableSatelliteApp() 141 TextView textView = findViewById(R.id.text_id); in disableSatelliteApp() 165 TextView textView = findViewById(R.id.text_id); in requestIsEnabledApp() 177 TextView textView = findViewById(R.id.text_id); in requestIsEnabledApp() 193 TextView textView = findViewById(R.id.text_id); in requestIsDemoModeEnabledApp() 205 TextView textView = findViewById(R.id.text_id); in requestIsDemoModeEnabledApp() 221 TextView textView = findViewById(R.id.text_id); in requestIsSupportedApp() 233 TextView textView = findViewById(R.id.text_id); in requestIsSupportedApp() 249 TextView textView = findViewById(R.id.text_id); in requestCapabilitiesApp() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/projection/ |
D | ProjectionFragment.java | 26 import android.widget.TextView; 43 private TextView mCurrentProjectionStatus; 44 private TextView mCurrentProjectionPackage; 73 TextView detailPackage = detailLayout.findViewById(R.id.projection_detail_package); in onProjectionStatusChanged() 76 TextView detailState = detailLayout.findViewById(R.id.projection_detail_state); in onProjectionStatusChanged() 79 TextView detailTransport = in onProjectionStatusChanged() 89 TextView deviceId = deviceLayout.findViewById(R.id.projection_device_id); in onProjectionStatusChanged() 92 TextView deviceName = deviceLayout.findViewById(R.id.projection_device_name); in onProjectionStatusChanged() 98 TextView transportView = new TextView(mActivity); in onProjectionStatusChanged() 104 TextView deviceProjecting = in onProjectionStatusChanged() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferActivity.java | 51 import android.widget.TextView; 81 private TextView mPercentView; 85 private TextView mLine1View, mLine2View, mLine3View, mLine5View; 242 mPercentView = (TextView) mView.findViewById(R.id.progress_percent); in createView() 259 mLine1View = (TextView) mView.findViewById(R.id.line1_view); in customizeViewContent() 262 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent() 265 mLine3View = (TextView) mView.findViewById(R.id.line3_view); in customizeViewContent() 271 mLine5View = (TextView) mView.findViewById(R.id.line5_view); in customizeViewContent() 280 mLine1View = (TextView) mView.findViewById(R.id.line1_view); in customizeViewContent() 283 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent() [all …]
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | ViewHelper.java | 20 import android.widget.TextView; 34 TextView v = (TextView) mView.findViewById(R.id.error); in showError() 40 return ((TextView) mView.findViewById(viewId)).getText().toString(); in getText() 45 TextView v = (TextView) mView.findViewById(viewId); in setText() 50 TextView v = (TextView) mView.findViewById(viewId); in setText()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | SatelliteConfigViewer.java | 32 import android.widget.TextView; 47 private TextView mVersion; 48 private TextView mServiceType; 49 private TextView mAllowAccess; 50 private TextView mCountryCodes; 51 private TextView mSizeOfSats2; 52 private TextView mConfigAccessJson; 74 mVersion = (TextView) findViewById(R.id.version); in onCreate() 75 mServiceType = (TextView) findViewById(R.id.svc_type); in onCreate() 76 mAllowAccess = (TextView) findViewById(R.id.allow_access); in onCreate() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/ |
D | NetworkListAdapter.java | 27 import android.widget.TextView; 189 public TextView netId; 190 public TextView netType; 191 public TextView netState; 192 public TextView connected; 193 public TextView available; 194 public TextView roaming; 195 public TextView netIface; 196 public TextView hwAddress; 197 public TextView ipAddresses; [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | SummaryPreferenceTest.java | 24 import android.widget.TextView; 57 final TextView textView1 = (TextView) mHolder.findViewById(android.R.id.text1); in disableChart_shouldNotRender() 60 final TextView textView2 = (TextView) mHolder.findViewById(android.R.id.text2); in disableChart_shouldNotRender() 72 final TextView textView1 = (TextView) mHolder.findViewById(android.R.id.text1); in enableChart_shouldRender() 75 final TextView textView2 = (TextView) mHolder.findViewById(android.R.id.text2); in enableChart_shouldRender()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/ |
D | FontScalePreviewFragment.java | 25 import android.widget.TextView; 59 TextView title = ((TextView) view.findViewById(R.id.preview_title)); in onCreateView() 64 TextView subtitle = ((TextView) view.findViewById(R.id.preview_subtitle)); in onCreateView() 69 TextView sampleContent = ((TextView) view.findViewById(R.id.preview_content)); in onCreateView() 82 TextView sampleText = (TextView) v; in onLayoutChange()
|
/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/ |
D | JobInfoRowArrayAdapter.java | 35 import android.widget.TextView; 42 TextView mJobIDView; 44 TextView mRequiredNetworkView; 45 TextView mIsPeriodicView; 46 TextView mIsPersistedView; 47 TextView mIsPrefetchView; 49 TextView mIsRequireBatteryNotLowView; 50 TextView mIsRequireChargingView; 51 TextView mIsRequireDeviceIdleView; 52 TextView mIsRequireStorageNotLowView; [all …]
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/ |
D | DevicePolicyGroupViewHolderTest.java | 30 import android.widget.TextView; 58 private TextView mGroupTitleTextView; 87 TextView childOne = (TextView) mDevicePolicyItems.getChildAt(0); in bind_bindsIdsToItemView() 104 TextView childOne = (TextView) mDevicePolicyItems.getChildAt(0); in bind_makesItemGroupFocusableButChildrenNotFocusable() 105 TextView childTwo = (TextView) mDevicePolicyItems.getChildAt(1); in bind_makesItemGroupFocusableButChildrenNotFocusable() 119 TextView childOne = (TextView) mDevicePolicyItems.getChildAt(0); in bind_bindsIdWithProviderNameToView() 133 TextView childOne = (TextView) mDevicePolicyItems.getChildAt(0); in bind_bindsIdWithProviderNameAndUrlToView()
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/ |
D | IntegrationTestUtils.java | 25 import android.widget.TextView; 72 public CharSequence getText(final TextView view) throws Throwable { in getText() 137 public List<TextView> getTextViewsWithString(final Activity activity, final String text) 146 public List<TextView> getTextViewsWithString(final View rootView, final String text) 148 return runOnUiThreadAndGetTheResult(new Callable<List<TextView>>() { 150 public List<TextView> call() throws Exception { 151 List<TextView> matchingViews = new ArrayList<TextView>(); 152 for (TextView textView : getAllViews(TextView.class, rootView)) {
|
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/ |
D | KeyValueRow.java | 29 import android.widget.TextView; 67 ((TextView) findViewById(R.id.table_row_key)).setText(key); in setKey() 75 TextView text = ((TextView) findViewById(R.id.table_row_value)); in setValue() 93 TextView value = findViewById(R.id.table_row_value); in hasOnClickListeners() 99 TextView clickable = ((TextView) findViewById(R.id.table_row_value)); in setOnClickListener() 113 TextView reset = ((TextView) findViewById(R.id.table_row_value)); in removeOnClickListener()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/mainline/ |
D | CarMainlineFragment.java | 30 import android.widget.TextView; 50 private TextView mAppTargetSdk; 51 private TextView mAppCompilationSdk; 52 private TextView mAndroidSdkCodename; 53 private TextView mAndroidSdkVersion; 56 private TextView mAppCarTargetMajorSdk; 57 private TextView mAppCarTargetMinorSdk; 58 private TextView mPlatformVersion; 59 private TextView mCarVersion; 60 private TextView mCarMajorVersion; [all …]
|
/packages/apps/Dialer/java/com/android/dialer/calldetails/ |
D | CallDetailsEntryViewHolder.java | 30 import android.widget.TextView; 56 private final TextView callTypeText; 57 private final TextView callTime; 58 private final TextView callDuration; 64 private final TextView multimediaDetails; 65 private final TextView postCallNote; 66 private final TextView rttTranscript; 72 private final TextView multimediaAttachmentsNumber; 82 callTypeText = (TextView) container.findViewById(R.id.call_type); in CallDetailsEntryViewHolder() 83 callTime = (TextView) container.findViewById(R.id.call_time); in CallDetailsEntryViewHolder() [all …]
|
/packages/services/Telephony/testapps/EmbmsTestStreamingApp/src/com/android/phone/testapps/embmsfrontend/ |
D | EmbmsTestStreamingApp.java | 35 import android.widget.TextView; 82 TextView result = new TextView(EmbmsTestStreamingApp.this); in getView() 90 TextView result = new TextView(EmbmsTestStreamingApp.this); in getDropDownView() 116 TextView result = new TextView(EmbmsTestStreamingApp.this); in getView() 125 TextView result = new TextView(EmbmsTestStreamingApp.this); in getDropDownView() 256 TextView uriField = (TextView) findViewById(R.id.curr_streaming_uri); in setUriDisplay() 263 TextView uriField = (TextView) findViewById(R.id.stream_state); in setStreamStateDisplay() 281 TextView methodField = (TextView) findViewById(R.id.curr_streaming_method); in setStreamMethodDisplay()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/ |
D | PermissionUsageGraphicPreference.java | 25 import android.widget.TextView; 122 TextView centerLabel = new TextView(getContext()); in onBindViewHolder() 123 centerLabel.setTextAlignment(TextView.TEXT_ALIGNMENT_CENTER); in onBindViewHolder() 145 TextView[] labels; in onBindViewHolder() 150 labels = new TextView[] { new TextView(getContext()) }; in onBindViewHolder() 155 labels = new TextView[] { in onBindViewHolder() 156 new TextView(getContext()), in onBindViewHolder() 157 new TextView(getContext()), in onBindViewHolder() 158 new TextView(getContext()), in onBindViewHolder() 159 new TextView(getContext()) in onBindViewHolder()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | BluetoothDeviceFragment.java | 34 import android.widget.TextView; 52 TextView mPickedDeviceText; 103 TextView deviceName = new TextView(context); in checkAllDevices() 105 TextView deviceType = new TextView(context); in checkAllDevices() 118 TextView deviceName = new TextView(context); in addDeviceToTable() 119 TextView deviceValue = new TextView(context); in addDeviceToTable()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupWizardActivity.java | 33 import android.widget.TextView; 65 private TextView mStep1Bullet; 66 private TextView mActionFinish; 140 final TextView welcomeTitle = (TextView)findViewById(R.id.setup_welcome_title); in onCreate() 144 final TextView stepsTitle = (TextView)findViewById(R.id.setup_title); in onCreate() 151 mStep1Bullet = (TextView)findViewById(R.id.setup_step1_bullet); in onCreate() 169 (TextView)findViewById(R.id.setup_step2_bullet), findViewById(R.id.setup_step2), in onCreate() 182 (TextView)findViewById(R.id.setup_step3_bullet), findViewById(R.id.setup_step3), in onCreate() 224 mActionFinish = (TextView)findViewById(R.id.setup_finish); in onCreate() 435 private final TextView mBulletView; [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerSetupView.kt | 32 import android.widget.TextView 53 private lateinit var mTimeView: TextView 56 private lateinit var mDigitViews: Array<TextView> 82 mTimeView = findViewById<View>(R.id.timer_setup_time) as TextView in onFinishInflate() 86 findViewById<View>(R.id.timer_setup_digit_0) as TextView, in onFinishInflate() 87 findViewById<View>(R.id.timer_setup_digit_1) as TextView, in onFinishInflate() 88 findViewById<View>(R.id.timer_setup_digit_2) as TextView, in onFinishInflate() 89 findViewById<View>(R.id.timer_setup_digit_3) as TextView, in onFinishInflate() 90 findViewById<View>(R.id.timer_setup_digit_4) as TextView, in onFinishInflate() 91 findViewById<View>(R.id.timer_setup_digit_5) as TextView, in onFinishInflate() [all …]
|