/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 | 33 import android.widget.TextView; 156 TextView usageTitle = getUsageTitle(holder); in onBindViewHolder() 157 TextView carrierInfo = getCarrierInfo(holder); in onBindViewHolder() 158 TextView limitInfo = getDataLimits(holder); in onBindViewHolder() 168 TextView usageNumberField = getDataUsed(holder); in updateDataUsageLabels() 186 TextView usageRemainingField = getDataRemaining(holder); in updateDataUsageLabels() 208 TextView cycleTime = getCycleTime(holder); in updateCycleTimeText() 234 private void updateCarrierInfo(TextView carrierInfo) { 295 TextView carrierInfo, @AttrRes int colorId, Typeface typeface) { in setCarrierInfoTextStyle() 301 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/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/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/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferActivity.java | 51 import android.widget.TextView; 82 private TextView mPercentView; 86 private TextView mLine1View, mLine2View, mLine3View, mLine5View; 243 mPercentView = (TextView) mView.findViewById(R.id.progress_percent); in createView() 260 mLine1View = (TextView) mView.findViewById(R.id.line1_view); in customizeViewContent() 263 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent() 266 mLine3View = (TextView) mView.findViewById(R.id.line3_view); in customizeViewContent() 272 mLine5View = (TextView) mView.findViewById(R.id.line5_view); in customizeViewContent() 281 mLine1View = (TextView) mView.findViewById(R.id.line1_view); in customizeViewContent() 284 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent() [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/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/ |
D | SatelliteControl.java | 31 import android.widget.TextView; 99 TextView textView = findViewById(R.id.text_id); in enableSatelliteApp() 119 TextView textView = findViewById(R.id.text_id); in disableSatelliteApp() 143 TextView textView = findViewById(R.id.text_id); in requestIsEnabledApp() 155 TextView textView = findViewById(R.id.text_id); in requestIsEnabledApp() 171 TextView textView = findViewById(R.id.text_id); in requestIsDemoModeEnabledApp() 183 TextView textView = findViewById(R.id.text_id); in requestIsDemoModeEnabledApp() 199 TextView textView = findViewById(R.id.text_id); in requestIsSupportedApp() 211 TextView textView = findViewById(R.id.text_id); in requestIsSupportedApp() 227 TextView textView = findViewById(R.id.text_id); in requestCapabilitiesApp() [all …]
|
/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/services/Telephony/src/com/android/phone/settings/ |
D | RadioInfo.java | 100 import android.widget.TextView; 267 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA 268 private TextView mLine1Number; 269 private TextView mSubscriptionId; 270 private TextView mDds; 271 private TextView mSubscriberId; 272 private TextView mCallState; 273 private TextView mOperatorName; 274 private TextView mRoamingState; 275 private TextView mGsmState; [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/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/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/modules/HealthFitness/apk/src/com/android/healthconnect/controller/recentaccess/ |
D | RecentAccessPreference.kt | 21 import android.widget.TextView 46 private lateinit var appTitle: TextView 47 private lateinit var dataTypesWritten: TextView 48 private lateinit var dataTypesRead: TextView 49 private lateinit var accessTime: TextView 81 appTitle = holder.findViewById(R.id.title) as TextView in onBindViewHolder() 84 dataTypesWritten = holder.findViewById(R.id.data_types_written) as TextView in onBindViewHolder() 85 dataTypesRead = holder.findViewById(R.id.data_types_read) as TextView in onBindViewHolder() 99 accessTime = holder.findViewById(R.id.time) as TextView in onBindViewHolder()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | AccessibilityFooterPreferenceTest.java | 25 import android.widget.TextView; 57 final TextView summaryView = (TextView) mPreferenceViewHolder.findViewById( in onBindViewHolder_LinkDisabledByDefault_notReturnLinkMovement() 68 final TextView summaryView = (TextView) mPreferenceViewHolder.findViewById( in onBindViewHolder_setLinkEnabled_returnLinkMovement() 79 final TextView summaryView = (TextView) mPreferenceViewHolder.findViewById( in onBindViewHolder_setLinkEnabled_expectSummaryViewIsNonFocusable()
|