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

  /frameworks/base/core/java/android/app/
ListFragment.java 170 CharSequence mEmptyText;
295 if (mEmptyText == null) {
298 mEmptyText = text;
414 } else if (mEmptyText != null) {
415 mStandardEmptyView.setText(mEmptyText);
  /frameworks/support/v4/java/android/support/v4/app/
ListFragment.java 68 CharSequence mEmptyText;
237 if (mEmptyText == null) {
240 mEmptyText = text;
355 } else if (mEmptyText != null) {
356 mStandardEmptyView.setText(mEmptyText);
  /packages/apps/Phone/src/com/android/phone/
ADNList.java 69 private TextView mEmptyText;
78 mEmptyText = (TextView) findViewById(android.R.id.empty);
166 mEmptyText.setText(flag ? R.string.simContacts_emptyLoading:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 83 private TextView mEmptyText;
97 mEmptyText = (TextView) findViewById(android.R.id.empty);
191 mEmptyText.setText(R.string.nfc_no_tech);
233 mEmptyText.setText(getString(R.string.nfc_scan_tag, mTechClass.getSimpleName()));
239 mEmptyText.setText(getString(R.string.nfc_scan_tag_again, mTechClass.getSimpleName()));
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 161 milliseconds