/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigController.java | 196 mIpSettingsSpinner = (Spinner) mView.findViewById(R.id.ip_settings); in WifiConfigController() 198 mProxySettingsSpinner = (Spinner) mView.findViewById(R.id.proxy_settings); in WifiConfigController() 200 mSharedCheckBox = (CheckBox) mView.findViewById(R.id.shared); in WifiConfigController() 205 mSsidView = (TextView) mView.findViewById(R.id.ssid); in WifiConfigController() 207 mSecuritySpinner = ((Spinner) mView.findViewById(R.id.security)); in WifiConfigController() 209 mView.findViewById(R.id.type).setVisibility(View.VISIBLE); in WifiConfigController() 213 mView.findViewById(R.id.wifi_advanced_toggle).setVisibility(View.VISIBLE); in WifiConfigController() 214 ((CheckBox) mView.findViewById(R.id.wifi_advanced_togglebox)) in WifiConfigController() 221 ViewGroup group = (ViewGroup) mView.findViewById(R.id.info); in WifiConfigController() 265 mView.findViewById(R.id.wifi_advanced_toggle).setVisibility(View.VISIBLE); in WifiConfigController() [all …]
|
D | WifiStatusTest.java | 132 updateButton = (Button) findViewById(R.id.update); in onCreate() 135 mWifiState = (TextView) findViewById(R.id.wifi_state); in onCreate() 136 mNetworkState = (TextView) findViewById(R.id.network_state); in onCreate() 137 mSupplicantState = (TextView) findViewById(R.id.supplicant_state); in onCreate() 138 mRSSI = (TextView) findViewById(R.id.rssi); in onCreate() 139 mBSSID = (TextView) findViewById(R.id.bssid); in onCreate() 140 mSSID = (TextView) findViewById(R.id.ssid); in onCreate() 141 mHiddenSSID = (TextView) findViewById(R.id.hidden_ssid); in onCreate() 142 mIPAddr = (TextView) findViewById(R.id.ipaddr); in onCreate() 143 mMACAddr = (TextView) findViewById(R.id.macaddr); in onCreate() [all …]
|
/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/ |
D | SendTestBroadcastActivity.java | 60 EditText messageIdField = (EditText) findViewById(R.id.message_id); in getMessageId() 80 EditText categoryField = (EditText) findViewById(R.id.category_id); in getCategory() 96 EditText messageIdField = (EditText) findViewById(R.id.message_id); in onCreate() 100 EditText categoryIdField = (EditText) findViewById(R.id.category_id); in onCreate() 104 Button etwsNormalTypeButton = (Button) findViewById(R.id.button_etws_normal_type); in onCreate() 118 Button etwsCancelTypeButton = (Button) findViewById(R.id.button_etws_cancel_type); in onCreate() 132 Button etwsTestTypeButton = (Button) findViewById(R.id.button_etws_test_type); in onCreate() 146 Button cmasPresAlertButton = (Button) findViewById(R.id.button_cmas_pres_alert); in onCreate() 160 Button cmasExtremeAlertButton = (Button) findViewById(R.id.button_cmas_extreme_alert); in onCreate() 174 Button cmasSevereAlertButton = (Button) findViewById(R.id.button_cmas_severe_alert); in onCreate() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerSetupView.java | 87 final View v1 = findViewById(R.id.first); in onFinishInflate() 88 final View v2 = findViewById(R.id.second); in onFinishInflate() 89 final View v3 = findViewById(R.id.third); in onFinishInflate() 90 final View v4 = findViewById(R.id.fourth); in onFinishInflate() 92 mDivider = findViewById(R.id.divider); in onFinishInflate() 93 mCreate = (ImageView) findViewById(R.id.timer_create); in onFinishInflate() 94 mDelete = (ImageButton) findViewById(R.id.delete); in onFinishInflate() 97 mEnteredTime = (TimerView) findViewById(R.id.timer_time_text); in onFinishInflate() 99 mNumbers[1] = (Button) v1.findViewById(R.id.key_left); in onFinishInflate() 100 mNumbers[2] = (Button) v1.findViewById(R.id.key_middle); in onFinishInflate() [all …]
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
D | ConfigDialog.java | 98 mName = (TextView) mView.findViewById(R.id.name); in onCreate() 99 mType = (Spinner) mView.findViewById(R.id.type); in onCreate() 100 mServer = (TextView) mView.findViewById(R.id.server); in onCreate() 101 mUsername = (TextView) mView.findViewById(R.id.username); in onCreate() 102 mPassword = (TextView) mView.findViewById(R.id.password); in onCreate() 103 mSearchDomains = (TextView) mView.findViewById(R.id.search_domains); in onCreate() 104 mDnsServers = (TextView) mView.findViewById(R.id.dns_servers); in onCreate() 105 mRoutes = (TextView) mView.findViewById(R.id.routes); in onCreate() 106 mMppe = (CheckBox) mView.findViewById(R.id.mppe); in onCreate() 107 mL2tpSecret = (TextView) mView.findViewById(R.id.l2tp_secret); in onCreate() [all …]
|
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/ |
D | StrictModeActivity.java | 109 final Button readButton = (Button) findViewById(R.id.read_button); in onCreate() 126 final Button writeButton = (Button) findViewById(R.id.write_button); in onCreate() 135 final Button writeLoopButton = (Button) findViewById(R.id.write_loop_button); in onCreate() 150 final Button dnsButton = (Button) findViewById(R.id.dns_button); in onCreate() 177 final Button httpButton = (Button) findViewById(R.id.http_button); in onCreate() 195 final Button http2Button = (Button) findViewById(R.id.http2_button); in onCreate() 211 final Button http3Button = (Button) findViewById(R.id.http3_button); in onCreate() 226 final Button binderLocalButton = (Button) findViewById(R.id.binder_local_button); in onCreate() 238 final Button binderRemoteButton = (Button) findViewById(R.id.binder_remote_button); in onCreate() 252 final Button binderOneWayButton = (Button) findViewById(R.id.binder_oneway_button); in onCreate() [all …]
|
/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/ |
D | DemoInstrumentClusterView.java | 164 mSpeedView = (TextView) rootView.findViewById(R.id.speed); in init() 165 mEventTitleView = (TextView) rootView.findViewById(R.id.nav_event_title); in init() 166 mDistanceView = (TextView) rootView.findViewById(R.id.nav_distance); in init() 167 mNavPanel = rootView.findViewById(R.id.nav_layout); in init() 169 mMediaPanel = rootView.findViewById(R.id.media_layout); in init() 170 mMediaArtistView = (TextView) rootView.findViewById(R.id.media_artist); in init() 171 mMediaAlbumView = (TextView) rootView.findViewById(R.id.media_album); in init() 172 mMediaTrackView = (TextView) rootView.findViewById(R.id.media_track); in init() 173 mMediaImageView = (ImageView) rootView.findViewById(R.id.media_image); in init() 175 mPhonePanel = rootView.findViewById(R.id.phone_layout); in init() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/camera/ |
D | CameraTestFragment.java | 60 mTvCap = (TextView)v.findViewById(R.id.tvCap); in onCreateView() 61 mTvRvcCrop = (TextView)v.findViewById(R.id.tvRvcCrop); in onCreateView() 62 mTvRvcPos = (TextView)v.findViewById(R.id.tvRvcPos); in onCreateView() 63 mTvCameraState = (TextView)v.findViewById(R.id.tvCameraState); in onCreateView() 65 Button btn = (Button) v.findViewById(R.id.btnGetCap); in onCreateView() 77 btn = (Button) v.findViewById(R.id.btnGetRvcCrop); in onCreateView() 93 btn = (Button) v.findViewById(R.id.btnGetRvcPos); in onCreateView() 109 btn = (Button) v.findViewById(R.id.btnGetCameraState); in onCreateView() 125 btn = (Button) v.findViewById(R.id.btnSetRvcCrop); in onCreateView() 137 btn = (Button) v.findViewById(R.id.btnSetRvcCrop2); in onCreateView() [all …]
|
/packages/apps/Dialer/src/com/android/dialer/filterednumber/ |
D | BlockedNumbersFragment.java | 76 ImageView addNumberIcon = (ImageView) getActivity().findViewById(R.id.add_number_icon); in onActivityCreated() 90 blockedNumbersText = (TextView) getListView().findViewById(R.id.blocked_number_text_view); in onActivityCreated() 91 migratePromoView = getListView().findViewById(R.id.migrate_promo); in onActivityCreated() 92 getListView().findViewById(R.id.migrate_promo_allow_button).setOnClickListener(this); in onActivityCreated() 93 mImportSettings = getListView().findViewById(R.id.import_settings); in onActivityCreated() 95 getListView().findViewById(R.id.blocked_numbers_disabled_for_emergency); in onActivityCreated() 96 mBlockedNumberListDivider = getActivity().findViewById(R.id.blocked_number_list_divider); in onActivityCreated() 97 getListView().findViewById(R.id.import_button).setOnClickListener(this); in onActivityCreated() 98 getListView().findViewById(R.id.view_numbers_button).setOnClickListener(this); in onActivityCreated() 99 getListView().findViewById(R.id.add_number_linear_layout).setOnClickListener(this); in onActivityCreated() [all …]
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | ActivityMusic.java | 276 final ViewGroup viewGroup = (ViewGroup) findViewById(R.id.contentSoundEffects); in onCreate() 318 findViewById(R.id.vILayout).setOnTouchListener(new OnTouchListener() { in onCreate() 329 final SeekBar seekbar = (SeekBar) findViewById(R.id.vIStrengthSeekBar); in onCreate() 365 final Switch sw = (Switch) findViewById(R.id.vIStrengthToggle); in onCreate() 380 findViewById(R.id.bBLayout).setOnTouchListener(new OnTouchListener() { in onCreate() 391 final SeekBar seekbar = (SeekBar) findViewById(R.id.bBStrengthSeekBar); in onCreate() 437 equalizerSpinnerInit((Spinner)findViewById(R.id.eqSpinner)); in onCreate() 438 equalizerBandsInit(findViewById(R.id.eqcontainer)); in onCreate() 447 reverbSpinnerInit((Spinner)findViewById(R.id.prSpinner)); in onCreate() 452 ((TextView) findViewById(R.id.noEffectsTextView)).setVisibility(View.VISIBLE); in onCreate() [all …]
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EditEventView.java | 535 View colorBar = view.findViewById(R.id.color); in bindView() 544 TextView name = (TextView) view.findViewById(R.id.calendar_name); in bindView() 549 TextView accountName = (TextView) view.findViewById(R.id.account_name); in bindView() 775 mLoadingMessage = (TextView) view.findViewById(R.id.loading_message); in EditEventView() 776 mScrollView = (ScrollView) view.findViewById(R.id.scroll_view); in EditEventView() 779 mCalendarsSpinner = (Spinner) view.findViewById(R.id.calendars_spinner); in EditEventView() 780 mTitleTextView = (TextView) view.findViewById(R.id.title); in EditEventView() 781 mLocationTextView = (AutoCompleteTextView) view.findViewById(R.id.location); in EditEventView() 782 mDescriptionTextView = (TextView) view.findViewById(R.id.description); in EditEventView() 783 mTimezoneLabel = (TextView) view.findViewById(R.id.timezone_label); in EditEventView() [all …]
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | DevCameraActivity.java | 147 mLabel1 = (TextView) findViewById(R.id.label1); in onCreate() 149 mLabel2 = (TextView) findViewById(R.id.label2); in onCreate() 151 Button mAfTriggerButton = (Button) findViewById(R.id.af_trigger); in onCreate() 152 mToggleFrontCam = (ToggleButton) findViewById(R.id.toggle_front_cam); in onCreate() 154 mToggleYuvFull = (ToggleButton) findViewById(R.id.toggle_yuv_full); in onCreate() 155 mToggleYuvVga = (ToggleButton) findViewById(R.id.toggle_yuv_vga); in onCreate() 156 mToggleRaw = (ToggleButton) findViewById(R.id.toggle_raw); in onCreate() 157 mButtonNoiseMode = (Button) findViewById(R.id.button_noise); in onCreate() 158 mButtonEdgeMode = (Button) findViewById(R.id.button_edge); in onCreate() 159 mButtonNoiseModeReprocess = (Button) findViewById(R.id.button_noise_reprocess); in onCreate() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferActivity.java | 246 mProgressTransfer = (ProgressBar)mView.findViewById(R.id.progress_transfer); in createView() 247 mPercentView = (TextView)mView.findViewById(R.id.progress_percent); in createView() 266 mLine1View = (TextView)mView.findViewById(R.id.line1_view); in customizeViewContent() 269 mLine2View = (TextView)mView.findViewById(R.id.line2_view); in customizeViewContent() 272 mLine3View = (TextView)mView.findViewById(R.id.line3_view); in customizeViewContent() 276 mLine5View = (TextView)mView.findViewById(R.id.line5_view); in customizeViewContent() 285 mLine1View = (TextView)mView.findViewById(R.id.line1_view); in customizeViewContent() 288 mLine2View = (TextView)mView.findViewById(R.id.line2_view); in customizeViewContent() 291 mLine3View = (TextView)mView.findViewById(R.id.line3_view); in customizeViewContent() 295 mLine5View = (TextView)mView.findViewById(R.id.line5_view); in customizeViewContent() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupWizardActivity.java | 130 mSetupWizard = findViewById(R.id.setup_wizard); in onCreate() 139 mWelcomeScreen = findViewById(R.id.setup_welcome_screen); in onCreate() 140 final TextView welcomeTitle = (TextView)findViewById(R.id.setup_welcome_title); in onCreate() 143 mSetupScreen = findViewById(R.id.setup_steps_screen); in onCreate() 144 final TextView stepsTitle = (TextView)findViewById(R.id.setup_title); in onCreate() 148 (SetupStepIndicatorView)findViewById(R.id.setup_step_indicator); in onCreate() 151 mStep1Bullet = (TextView)findViewById(R.id.setup_step1_bullet); in onCreate() 154 mStep1Bullet, findViewById(R.id.setup_step1), 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() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
D | AudioTestFragment.java | 197 (RadioGroup) view.findViewById(R.id.button_focus_request_selection), in onCreateView() 198 (Button) view.findViewById(R.id.button_audio_focus_request), in onCreateView() 199 (TextView) view.findViewById(R.id.text_audio_focus_state)); in onCreateView() 200 mMediaPlay = (Button) view.findViewById(R.id.button_media_play_start); in onCreateView() 207 mMediaPlayOnce = (Button) view.findViewById(R.id.button_media_play_once); in onCreateView() 221 mMediaStop = (Button) view.findViewById(R.id.button_media_play_stop); in onCreateView() 228 mNavPlayOnce = (Button) view.findViewById(R.id.button_nav_play_once); in onCreateView() 261 mVrPlayOnce = (Button) view.findViewById(R.id.button_vr_play_once); in onCreateView() 293 mSystemPlayOnce = (Button) view.findViewById(R.id.button_system_play_once); in onCreateView() 306 mNavStart = (Button) view.findViewById(R.id.button_nav_start); in onCreateView() [all …]
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | PlayControlsRowView.java | 96 findViewById(R.id.body).setClipToOutline(true); in onFinishInflate() 97 mBackgroundView = findViewById(R.id.background); in onFinishInflate() 98 mTimeIndicator = findViewById(R.id.time_indicator); in onFinishInflate() 99 mTimeText = (TextView) findViewById(R.id.time_text); in onFinishInflate() 100 mProgressEmptyBefore = findViewById(R.id.timeline_bg_start); in onFinishInflate() 101 mProgressWatched = findViewById(R.id.watched); in onFinishInflate() 102 mProgressBuffered = findViewById(R.id.buffered); in onFinishInflate() 103 mProgressEmptyAfter = findViewById(R.id.timeline_bg_end); in onFinishInflate() 104 mControlBar = findViewById(R.id.play_control_bar); in onFinishInflate() 105 mJumpPreviousButton = (PlayControlsButton) findViewById(R.id.jump_previous); in onFinishInflate() [all …]
|
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
D | VideoChatTestActivity.java | 55 FrameLayout fl = (FrameLayout)findViewById(R.id.previewFrame); in onCreate() 63 ((Button) findViewById(R.id.gobutton)).setOnClickListener(mGoListener); in onCreate() 65 ((TextView)findViewById(R.id.statushistory)).setVerticalScrollBarEnabled(true); in onCreate() 66 mTextStatusHistory = (TextView) findViewById(R.id.statushistory); in onCreate() 156 mTextStatus = (TextView) findViewById(R.id.status); in doInBackground() 158 ((CheckBox) findViewById(R.id.frontcameracheckbox)).isChecked(); in doInBackground() 159 boolean testBackCamera = ((CheckBox) findViewById(R.id.backcameracheckbox)).isChecked(); in doInBackground() 160 boolean testQVGA = ((CheckBox) findViewById(R.id.qvgacheckbox)).isChecked(); in doInBackground() 161 boolean testVGA = ((CheckBox) findViewById(R.id.vgacheckbox)).isChecked(); in doInBackground() 162 boolean test15fps = ((CheckBox) findViewById(R.id.fps15checkbox)).isChecked(); in doInBackground() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
D | ColorPickerDialog.java | 56 mColorHueView = (ColorHueView) findViewById(R.id.ColorHueView); in ColorPickerDialog() 57 mColorSVRectView = (ColorSVRectView) findViewById(R.id.colorRectView); in ColorPickerDialog() 58 mColorOpacityView = (ColorOpacityView) findViewById(R.id.colorOpacityView); in ColorPickerDialog() 59 mColorCompareView = (ColorCompareView) findViewById(R.id.btnSelect); in ColorPickerDialog() 64 ImageButton apply = (ImageButton) findViewById(R.id.applyColorPick); in ColorPickerDialog() 65 ImageButton cancel = (ImageButton) findViewById(R.id.cancelColorPick); in ColorPickerDialog() 119 ToggleButton b = (ToggleButton) findViewById(buttons[i]); in toggleClick() 127 ColorHueView csv = (ColorHueView) findViewById(R.id.ColorHueView); in toggleClick() 128 ColorSVRectView cwv = (ColorSVRectView) findViewById(R.id.colorRectView); in toggleClick() 129 ColorOpacityView cvv = (ColorOpacityView) findViewById(R.id.colorOpacityView); in toggleClick()
|
/packages/apps/Dialer/src/com/android/dialer/widget/ |
D | SearchEditTextLayout.java | 96 mCollapsed = findViewById(R.id.search_box_collapsed); in onFinishInflate() 97 mExpanded = findViewById(R.id.search_box_expanded); in onFinishInflate() 98 mSearchView = (EditText) mExpanded.findViewById(R.id.search_view); in onFinishInflate() 100 mSearchIcon = findViewById(R.id.search_magnifying_glass); in onFinishInflate() 101 mCollapsedSearchBox = findViewById(R.id.search_box_start_search); in onFinishInflate() 102 mVoiceSearchButtonView = findViewById(R.id.voice_search_button); in onFinishInflate() 103 mOverflowButtonView = findViewById(R.id.dialtacts_options_menu_button); in onFinishInflate() 104 mBackButtonView = findViewById(R.id.search_back_button); in onFinishInflate() 105 mExpandedSearchBox = findViewById(R.id.search_box_expanded); in onFinishInflate() 106 mClearButtonView = findViewById(R.id.search_close_button); in onFinishInflate() [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/quickcontact/ |
D | QuickContactTestsActivity.java | 60 mPickContact = (Button) findViewById(R.id.pick_contact); in onCreate() 61 mUriTextView = (TextView) findViewById(R.id.uri); in onCreate() 62 mSmallBadge1 = (QuickContactBadge) findViewById(R.id.small_badge1); in onCreate() 63 mSmallBadge2 = (QuickContactBadge) findViewById(R.id.small_badge2); in onCreate() 64 mMediumBadge1 = (QuickContactBadge) findViewById(R.id.medium_badge1); in onCreate() 65 mMediumBadge2 = (QuickContactBadge) findViewById(R.id.medium_badge2); in onCreate() 66 mLargeBadge1 = (QuickContactBadge) findViewById(R.id.large_badge1); in onCreate() 67 mLargeBadge2 = (QuickContactBadge) findViewById(R.id.large_badge2); in onCreate() 68 mButton = (Button) findViewById(android.R.id.button1); in onCreate()
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
D | Calculator.java | 228 setActionBar((Toolbar) findViewById(R.id.toolbar)); in onCreate() 233 mDisplayView = findViewById(R.id.display); in onCreate() 234 mModeView = (TextView) findViewById(R.id.mode); in onCreate() 235 mFormulaText = (CalculatorText) findViewById(R.id.formula); in onCreate() 236 mResultText = (CalculatorResult) findViewById(R.id.result); in onCreate() 238 mPadViewPager = (ViewPager) findViewById(R.id.pad_pager); in onCreate() 239 mDeleteButton = findViewById(R.id.del); in onCreate() 240 mClearButton = findViewById(R.id.clr); in onCreate() 241 mEqualButton = findViewById(R.id.pad_numeric).findViewById(R.id.eq); in onCreate() 243 mEqualButton = findViewById(R.id.pad_operator).findViewById(R.id.eq); in onCreate() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/ |
D | HvacTestFragment.java | 197 mTvFanSpeed = (TextView) v.findViewById(R.id.tvFanSpeed); in onCreateView() 199 mTvDTemp = (TextView) v.findViewById(R.id.tvDTemp); in onCreateView() 201 mTvPTemp = (TextView) v.findViewById(R.id.tvPTemp); in onCreateView() 218 mTbAc = (ToggleButton)v.findViewById(R.id.tbAc); in configureAcOn() 234 RadioGroup rg = (RadioGroup)v.findViewById(R.id.rgFanPosition); in configureFanPosition() 259 mRbFanPositionFace = (RadioButton)v.findViewById(R.id.rbPositionFace); in configureFanPosition() 261 mRbFanPositionFloor = (RadioButton)v.findViewById(R.id.rbPositionFloor); in configureFanPosition() 262 mRbFanPositionFaceAndFloor = (RadioButton)v.findViewById(R.id.rbPositionFaceAndFloor); in configureFanPosition() 277 Button btnFanSpeedUp = (Button) v.findViewById(R.id.btnFanSpeedUp); in configureFanSpeed() 292 Button btnFanSpeedDn = (Button) v.findViewById(R.id.btnFanSpeedDn); in configureFanSpeed() [all …]
|
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/ |
D | FillCallLogTestActivity.java | 114 mNumberTextView = (TextView) findViewById(R.id.number); in onCreate() 115 mAddButton = (Button) findViewById(R.id.add); in onCreate() 116 mProgressBar = (ProgressBar) findViewById(R.id.progress); in onCreate() 117 mUseRandomNumbers = (CheckBox) findViewById(R.id.use_random_numbers); in onCreate() 142 mCallTypeIncoming = (RadioButton) findViewById(R.id.call_type_incoming); in onCreate() 143 mCallTypeMissed = (RadioButton) findViewById(R.id.call_type_missed); in onCreate() 144 mCallTypeOutgoing = (RadioButton) findViewById(R.id.call_type_outgoing); in onCreate() 145 mCallTypeVoicemail = (RadioButton) findViewById(R.id.call_type_voicemail); in onCreate() 146 mCallTypeCustom = (RadioButton) findViewById(R.id.call_type_custom); in onCreate() 147 mCustomCallTypeTextView = (EditText) findViewById(R.id.call_type_custom_text); in onCreate() [all …]
|
/packages/apps/Settings/src/com/android/settings/ |
D | RadioInfo.java | 347 mDeviceId= (TextView) findViewById(R.id.imei); in onCreate() 348 number = (TextView) findViewById(R.id.number); in onCreate() 349 callState = (TextView) findViewById(R.id.call); in onCreate() 350 operatorName = (TextView) findViewById(R.id.operator); in onCreate() 351 roamingState = (TextView) findViewById(R.id.roaming); in onCreate() 352 gsmState = (TextView) findViewById(R.id.gsm); in onCreate() 353 gprsState = (TextView) findViewById(R.id.gprs); in onCreate() 354 voiceNetwork = (TextView) findViewById(R.id.voice_network); in onCreate() 355 dataNetwork = (TextView) findViewById(R.id.data_network); in onCreate() 356 dBm = (TextView) findViewById(R.id.dbm); in onCreate() [all …]
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | CallCardFragment.java | 257 mPhoneNumber = (TextView) view.findViewById(R.id.phoneNumber); in onViewCreated() 258 mPrimaryName = (TextView) view.findViewById(R.id.name); in onViewCreated() 259 mNumberLabel = (TextView) view.findViewById(R.id.label); in onViewCreated() 260 mSecondaryCallInfo = view.findViewById(R.id.secondary_call_info); in onViewCreated() 261 mSecondaryCallProviderInfo = view.findViewById(R.id.secondary_call_provider_info); in onViewCreated() 262 mCallCardContent = view.findViewById(R.id.call_card_content); in onViewCreated() 263 mPhotoLarge = (ImageView) view.findViewById(R.id.photoLarge); in onViewCreated() 271 mContactContext = view.findViewById(R.id.contact_context); in onViewCreated() 272 mContactContextTitle = (TextView) view.findViewById(R.id.contactContextTitle); in onViewCreated() 273 mContactContextListView = (ListView) view.findViewById(R.id.contactContextInfo); in onViewCreated() [all …]
|