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

  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/recorder/
DvrRecordingServiceTest.java 58 assertThat(getService().mInForeground).isFalse();
63 assertThat(getService().mInForeground).isTrue();
74 assertThat(getService().mInForeground).isTrue();
77 assertThat(getService().mInForeground).isFalse();
82 assertThat(getService().mInForeground).isTrue();
86 assertThat(getService().mInForeground).isFalse();
89 assertThat(getService().mInForeground).isFalse();
96 assertThat(getService().mInForeground).isTrue();
100 assertThat(getService().mInForeground).isTrue();
104 assertThat(getService().mInForeground).isFalse()
    [all...]
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
MemHealthRecord.java 36 private final boolean mInForeground;
71 mInForeground = inForeground;
222 record.mDalvikHeap, record.mInForeground ? "foreground" : "background");
233 if (sample.mInForeground) {
243 if (!sample.mInForeground) {
253 if (sample.mInForeground) {
263 if (!sample.mInForeground) {
273 if (sample.mInForeground) {
283 if (!sample.mInForeground) {
293 if (sample.mInForeground) {
    [all...]

Completed in 346 milliseconds