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

  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
RootsCacheTest.java 38 private RootInfo mEmpty = buildForMimeTypes();
47 mNull, mWild, mEmpty, mImages, mAudio, mDocs, mMalformed1, mMalformed2);
  /frameworks/av/services/audioflinger/
FastMixer.h 66 uint32_t mEmpty : UNDERRUN_BITS; // framesReady() is zero
FastMixer.cpp 443 underruns.mBitFields.mEmpty++;
    [all...]
Threads.cpp     [all...]
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 82 private TextView mEmpty;
100 mEmpty = (TextView) findViewById(android.R.id.empty);
155 mEmpty.setText(R.string.gestures_empty);
391 mEmpty.setVisibility(View.VISIBLE);
392 mEmpty.setText(getString(R.string.gestures_error_loading,
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 79 View mEmpty;
95 mEmpty = view.findViewById(android.R.id.empty);
148 mEmpty.setVisibility(empty ? View.VISIBLE : View.GONE);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 224 private TextView mEmpty;
402 mEmpty = (TextView) mHeader.findViewById(android.R.id.empty);
    [all...]

Completed in 199 milliseconds