Searched defs:targetType (Results 1 – 7 of 7) sorted by relevance
156 final int targetType = EventLogImpl.SELECTION_TYPE_SERVICE; in testLogShareTargetSelected() local329 final int targetType = EventLogImpl.SELECTION_TYPE_COPY; in testDifferentLoggerInstancesUseDifferentInstanceIds() local376 final int targetType = EventLogImpl.SELECTION_TYPE_COPY; in testUiAndFrameworkEventsUseSameInstanceIdForSameLoggerInstance() local
130 int targetType, in logShareTargetSelected()191 public void logActionSelected(int targetType) { in logActionSelected()336 public static SharesheetTargetSelectedEvent fromTargetType(int targetType) { in fromTargetType()442 static int getTargetSelectionCategory(int targetType) { in getTargetSelectionCategory()
167 data class ActionSelected(val targetType: Int) constant in com.android.intentresolver.logging.FakeEventLog.ActionSelected187 val targetType: Int, constant in com.android.intentresolver.logging.FakeEventLog.ShareTargetSelected
51 val targetType: String? = targetIntent.type, in <lambda>() constant in com.android.intentresolver.data.model.ChooserRequest
747 int targetType, in addServiceResults()784 int targetType) { in getBaseScore()
337 private CallEndpoint findMatchingTypeEndpoint(int targetType) { in findMatchingTypeEndpoint()
719 def __init__(self, targetType=None, name=None, scale=None, zeroPoint=None): argument