Home
last modified time | relevance | path

Searched refs:fillWindow (Results 1 – 4 of 4) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DCannedAugmentedFillResponse.java126 final FillWindow fillWindow = new FillWindow(); in asFillResponse() local
129 fillWindow.destroy(); in asFillResponse()
143 boolean ok = fillWindow.update(strip, rootView, 0); in asFillResponse()
149 return new FillResponse.Builder().setFillWindow(fillWindow).build(); in asFillResponse()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspWindow.java52 if (fillWindow(mBuffer, windowType, mOverlap)) { in init()
62 public static boolean fillWindow(DspBufferDouble r, int type, int overlap) { in fillWindow() method in DspWindow
/cts/tests/tests/database/src/android/database/cts/
DCursorWindowTest.java63 cursor.fillWindow(0, window); in testWriteCursorToWindow()
78 cursor.fillWindow(1, window); in testWriteCursorToWindow()
DAbstractCursorTest.java323 mDatabaseCursor.fillWindow(0, window); in testGetWindow()
408 mTestAbstractCursor.fillWindow(0, window); in testCopyStringToBuffer()