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

/packages/services/Telephony/src/com/android/phone/
H A DADNList.java75 private TextView mEmptyText; field in class:ADNList
84 mEmptyText = (TextView) findViewById(android.R.id.empty);
172 mEmptyText.setText(loading ? R.string.simContacts_emptyLoading:
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DNotificationListenerActivity.java47 private TextView mEmptyText; field in class:NotificationListenerActivity
63 mEmptyText = (TextView) findViewById(android.R.id.empty);
97 mEmptyText.setText(R.string.waiting_for_content);
100 mEmptyText.setText(R.string.nothing_to_see);
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java52 CharSequence mEmptyText; field in class:MultiSelectGridFragment
186 if (mEmptyText == null) {
189 mEmptyText = text;

Completed in 146 milliseconds