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

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DCompositeListAdapter.java41 private int[] mCounts; field in class:CompositeListAdapter
70 mCounts = new int[INITIAL_CAPACITY];
83 System.arraycopy(mCounts, 0, newCounts, 0, mSize);
84 mCounts = newCounts;
97 mCounts[mSize] = count;
130 mCounts[i] = count;
147 for (int i = 0; i < mCounts.length; i++) {
148 int end = start + mCounts[i];
161 for (int i = 0; i < mCounts.length; i++) {
162 int end = start + mCounts[
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/perf/
H A DTimer.java78 private final Map<String, Integer> mCounts = Maps.newHashMap(); field in class:Timer
127 Integer counts = mCounts.get(tag);
131 mCounts.put(tag, counts + 1);
139 mCounts.clear();
171 for (Map.Entry<String, Integer> entry : mCounts.entrySet()) {
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 240 milliseconds