Home
last modified time | relevance | path

Searched refs:mDelegate (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionDefaultMethodTest.java203 private InputConnection mDelegate; field in InputConnectionDefaultMethodTest.TestInputConnection
206 mDelegate = delegate; in TestInputConnection()
211 return mDelegate.getTextBeforeCursor(n, flags); in getTextBeforeCursor()
216 return mDelegate.getTextAfterCursor(n, flags); in getTextAfterCursor()
221 return mDelegate.getSelectedText(flags); in getSelectedText()
226 return mDelegate.getCursorCapsMode(reqModes); in getCursorCapsMode()
231 return mDelegate.getExtractedText(request, flags); in getExtractedText()
236 return mDelegate.deleteSurroundingText(beforeLength, afterLength); in deleteSurroundingText()
241 return mDelegate.deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
246 return mDelegate.setComposingText(text, newCursorPosition); in setComposingText()
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/
DCountingSecureRandom.java27 private final SecureRandom mDelegate = new SecureRandom(); field in CountingSecureRandom
43 return mDelegate.generateSeed(numBytes); in generateSeed()
48 return mDelegate.getAlgorithm(); in getAlgorithm()
56 mDelegate.nextBytes(bytes); in nextBytes()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCustomView.java37 private Visitor<ViewStructure> mDelegate; field in CustomView
46 if (mDelegate != null) { in onProvideContentCaptureStructure()
49 mDelegate.visit(structure); in onProvideContentCaptureStructure()
67 mDelegate = delegate; in setContentCaptureDelegate()
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
DSyncAdapter.java31 private AbstractThreadedSyncAdapter mDelegate; field in SyncAdapter
38 mDelegate = delegate; in setNewDelegate()
50 return mDelegate; in getCopyOfDelegate()
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DProxyVoiceInteractionService.java469 private final IProxyDetectorCallback mDelegate; field in HotwordDetectorCallbackAdapter
472 mDelegate = delegate; in HotwordDetectorCallbackAdapter()
495 mDelegate.onAvailabilityChanged(status); in onAvailabilityChanged()
504 mDelegate.onDetected(eventPayload); in onDetected()
513 mDelegate.onHotwordDetectionServiceInitialized(status); in onHotwordDetectionServiceInitialized()
522 mDelegate.onError(); in onError()