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

/packages/apps/Music/src/com/android/music/
H A DAudioPreview.java60 private TextView mTextLine1; field in class:AudioPreview
93 mTextLine1 = (TextView) findViewById(R.id.line1);
146 mTextLine1.setText(title);
153 mTextLine1.setText(name);
294 if (TextUtils.isEmpty(mTextLine1.getText())) {
295 mTextLine1.setText(mUri.getLastPathSegment());

Completed in 62 milliseconds