HomeSort by relevance Sort by last modified time
    Searched defs:mTotal (Results 1 - 6 of 6) sorted by null

  /packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java 49 private int mTotal;
69 mTotal = intent.getIntExtra(SLIDE_TOTAL, 1);
75 mTotal = mState.getInt(SLIDE_TOTAL, 1);
81 mLabel.setText(getString(R.string.duration_selector_title) + " " + (mCurSlide + 1) + "/" + mTotal);
103 mState.putInt(SLIDE_TOTAL, mTotal);
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
ObserverListTest.java 25 private int mTotal = 0;
33 mTotal += x * mScalar;
108 assertEquals(20, a.mTotal);
110 assertEquals(-20, b.mTotal);
112 assertEquals(0, c.mTotal);
114 assertEquals(-10, d.mTotal);
116 assertEquals(0, e.mTotal);
136 assertEquals(10, a.mTotal);
137 assertEquals(-10, b.mTotal);
138 assertEquals(0, c.mTotal);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SelectionManager.java 45 private int mTotal;
56 mTotal = -1;
72 mTotal = -1;
114 if (mTotal < 0) {
115 mTotal = mIsAlbumSet
119 return mTotal;
250 mTotal = -1;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 44 public int mTotal;
101 wf.mTotal = -1;
112 wf.mTotal = 0;
122 wf.mTotal = intents.length;
163 Log.d(TAG, wf.mRank + "/" + wf.mTotal + " " + wf.mFile +
236 if (wf.mRank == 1 && wf.mTotal == 1) count11++;
237 if (wf.mRank == 1 && wf.mTotal >= 1) count1N++;
238 if (wf.mRank >= 1 && wf.mTotal >= 1) countMN++;
239 if (wf.mRank == 0 && wf.mTotal >= 1) count0N++;
240 if (wf.mRank == 0 && wf.mTotal == 0) countFail++
    [all...]
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 72 private long mTotal = 0;
75 mTotal += time;
79 return mTotal;
82 return mTotal / mCount;
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 123 milliseconds