Searched refs:appSize (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppViewHolder.java19 public TextView appSize; field in class:AppViewHolder
33 holder.appSize = (TextView) convertView.findViewById(R.id.app_size);
51 appSize.setText(entry.internalSizeStr);
54 appSize.setText(entry.externalSizeStr);
57 appSize.setText(entry.sizeStr);
61 appSize.setText(invalidSizeStr);
/packages/apps/Settings/src/com/android/settings/
H A DAppPicker.java124 holder.appSize.setText(info.info.packageName);
127 holder.appSize.setText("");

Completed in 96 milliseconds