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

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 43 Bundle mEmpty;
50 mEmpty = new Bundle();
135 "authority1", mEmpty, soon, soonFlex, mUnimportantLong, mUnimportantLong, true);
139 "authority1", mEmpty, after, afterFlex, mUnimportantLong, mUnimportantLong, true);
149 "authority1", mEmpty, soon + 100, soonFlex + 100, mUnimportantLong, mUnimportantLong, true);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDetailItems.java 53 private View mEmpty;
78 mEmpty = findViewById(android.R.id.empty);
79 mEmpty.setVisibility(GONE);
80 mEmptyText = (TextView) mEmpty.findViewById(android.R.id.title);
81 mEmptyIcon = (ImageView) mEmpty.findViewById(android.R.id.icon);
157 mEmpty.setVisibility(itemCount == 0 ? VISIBLE : GONE);
  /frameworks/av/services/audioflinger/
FastMixerDumpState.h 44 uint32_t mEmpty : UNDERRUN_BITS; // framesReady() is zero
FastMixer.cpp 380 underruns.mBitFields.mEmpty++;
672 (underruns.mBitFields.mEmpty) & UNDERRUN_MASK,
Threads.cpp     [all...]
  /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);
  /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 240 private TextView mEmpty;
443 mEmpty = (TextView) mHeader.findViewById(android.R.id.empty);
    [all...]

Completed in 1183 milliseconds