Searched defs:onHandleScreenshot (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java100 onHandleScreenshot(null);
195 public void onHandleScreenshot(Bitmap screenshot) { method in class:MainInteractionSession
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java830 if (DEBUG) Log.d(TAG, "onHandleScreenshot: " + msg.obj);
831 onHandleScreenshot((Bitmap) msg.obj);
1355 public void onHandleScreenshot(@Nullable Bitmap screenshot) { method in class:VoiceInteractionSession

Completed in 72 milliseconds