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

/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java454 value -= mChooserListAdapter.getCallerTargetCount();
458 value -= mChooserListAdapter.getCallerTargetCount()
1032 return super.getCount() + getServiceTargetCount() + getCallerTargetCount();
1037 return super.getUnfilteredCount() + getServiceTargetCount() + getCallerTargetCount();
1040 public int getCallerTargetCount() { method in class:ChooserActivity.ChooserListAdapter
1058 final int callerTargetCount = getCallerTargetCount();
1087 final int callerTargetCount = getCallerTargetCount();
1347 (float) mChooserListAdapter.getCallerTargetCount() / mColumnCount);
1466 final int callerCount = mChooserListAdapter.getCallerTargetCount();

Completed in 77 milliseconds