Searched defs:getServiceTargetCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java459 + mChooserListAdapter.getServiceTargetCount();
1032 return super.getCount() + getServiceTargetCount() + getCallerTargetCount();
1037 return super.getUnfilteredCount() + getServiceTargetCount() + getCallerTargetCount();
1044 public int getServiceTargetCount() { method in class:ChooserActivity.ChooserListAdapter
1064 final int serviceTargetCount = getServiceTargetCount();
1093 final int serviceTargetCount = getServiceTargetCount();
1352 (float) mChooserListAdapter.getServiceTargetCount() / mColumnCount);
1473 final int serviceCount = mChooserListAdapter.getServiceTargetCount();

Completed in 35 milliseconds