HomeSort by relevance Sort by last modified time
    Searched refs:valueView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
HardwareInfoDialogFragment.java 70 final TextView valueView = content.findViewById(valueViewId);
73 valueView.setVisibility(View.VISIBLE);
74 valueView.setText(value);
77 valueView.setVisibility(View.GONE);
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsMemDetail.java 115 TextView valueView = (TextView) item.findViewById(android.R.id.text1);
117 valueView.setText(value);

Completed in 438 milliseconds