Home
last modified time | relevance | path

Searched defs:ic (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java135 InputConnection ic = getCurrentInputConnection(); in onStartInputView() local
229 private String getEditorText(InputConnection ic) { in getEditorText()
242 private int getAmpersandLocation(InputConnection ic) { in getAmpersandLocation()
252 private int getCharLengthBeforeCursor(InputConnection ic) { in getCharLengthBeforeCursor()
257 private int getCharLengthAfterCursor(InputConnection ic ) { in getCharLengthAfterCursor()
263 InputConnection ic = getCurrentInputConnection(); in handleTextEntry() local
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DMultiLineShortMessageEditText.java42 final InputConnection ic = super.onCreateInputConnection(outAttrs); in onCreateInputConnection() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java250 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in testGetWordRangeAtCursor() local
308 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in helpTestGetSuggestionSpansAtWord() local
390 final RichInputConnection ic = new RichInputConnection(ims); in testCursorTouchingWord() local
DInputTestsBase.java217 final InputConnection ic = mEditText.onCreateInputConnection(ei); in setUp() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java1269 Pair<String, Integer> ic = mWifiCarrierInfoManager in getMatchingImsiCarrierIdForDataAndMnoSimMatch() local
1307 Pair<String, Integer> ic = mWifiCarrierInfoManager in getMatchingImsiCarrierIdForDataAndMvnoSimMatch() local
1337 Pair<String, Integer> ic = mWifiCarrierInfoManager in getMatchingImsiCarrierIdForNonDataAndMnoSimMatch() local
/packages/modules/NeuralNetworks/common/operations/
DDepthwiseConv2D.cpp328 for (uint32_t ic = 0; ic < inputDepth; ic++) { in depthwiseConvQuant8PerChannelNhwc() local