Searched refs:mSmartIndices (Results 1 – 2 of 2) sorted by relevance
94 private final int[] mSmartIndices = new int[2]; field in SmartSelectionEventTracker144 mSmartIndices[0] = event.mStart; in logEvent()145 mSmartIndices[1] = event.mEnd; in logEvent()174 .addTaggedData(SMART_START, getSmartRangeDelta(mSmartIndices[0])) in writeEvent()175 .addTaggedData(SMART_END, getSmartRangeDelta(mSmartIndices[1])) in writeEvent()196 mSmartIndices[0] = mSmartIndices[1] = 0; in endSession()
76765 Landroid/view/textclassifier/logging/SmartSelectionEventTracker;->mSmartIndices:[I