Home
last modified time | relevance | path

Searched refs:callerTargetCount (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/logging/
DEventLogImplTest.java160 final int callerTargetCount = 0; in testLogShareTargetSelected() local
170 callerTargetCount, in testLogShareTargetSelected()
333 final int callerTargetCount = 0; in testDifferentLoggerInstancesUseDifferentInstanceIds() local
343 callerTargetCount, in testDifferentLoggerInstancesUseDifferentInstanceIds()
354 callerTargetCount, in testDifferentLoggerInstancesUseDifferentInstanceIds()
380 final int callerTargetCount = 0; in testUiAndFrameworkEventsUseSameInstanceIdForSameLoggerInstance() local
390 callerTargetCount, in testUiAndFrameworkEventsUseSameInstanceIdForSameLoggerInstance()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java649 final int callerTargetCount = getCallerTargetCount(); in getPositionTargetType() local
650 if (position - offset < callerTargetCount) { in getPositionTargetType()
653 offset += callerTargetCount; in getPositionTargetType()
696 final int callerTargetCount = getCallerTargetCount(); in targetInfoForPosition() local
697 if (position - offset < callerTargetCount) { in targetInfoForPosition()
700 offset += callerTargetCount; in targetInfoForPosition()