Searched defs:onCreateContentView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java83 public View onCreateContentView() { method in class:AssistInteractionSession
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java116 public View onCreateContentView() { method in class:MainInteractionSession
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java69 * initially shown by default, and can be created be overriding {@link #onCreateContentView()}
976 View v = onCreateContentView();
1266 * {@link #onCreateContentView} (if the session's content UI needed to be created) and
1294 public View onCreateContentView() { method in class:VoiceInteractionSession

Completed in 59 milliseconds