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

/frameworks/base/test-runner/src/android/test/
H A DTestRunnerView.java36 void setTotalCount(int totalCount); argument
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1641 int totalCount = 0; local
1657 totalCount++;
1682 totalCount = count;
1688 totalCount += count;
1715 totalCount = count;
1718 totalCount += count;
1756 totalCount = count;
1759 totalCount += count;
1768 totalCount = count;
1774 return totalCount;
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java1055 public int totalCount() { method in class:AudioService.ScoClient
1067 if (totalCount() == 0 &&

Completed in 55 milliseconds