OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandrequest
(Results
1 - 25
of
27
) sorted by null
1
2
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
TestApp.java
22
import android.app.VoiceInteractor.
CommandRequest
;
95
commandRequest
();
249
private void
commandRequest
() {
250
CommandRequest
req = new VoiceInteractor.
CommandRequest
(Utils.TEST_COMMAND, mTestinfo) {
253
Log.i(TAG, "
commandRequest
Canceled!");
262
Log.i(TAG, "
CommandRequest
onCommandResult result: isCompleted = " + isCompleted +
269
"Invalid
commandrequest
result received: " + received);
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
Utils.java
54
public static final String COMMANDREQUEST_SUCCESS = "
commandrequest
ok";
61
public static final String COMMANDREQUEST_CANCEL_SUCCESS = "
commandrequest
cancel ok";
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
StartVoiceInteractionActivity.java
74
VoiceInteractor.
CommandRequest
req = new TestCommand("Some arg");
149
static class TestCommand extends VoiceInteractor.
CommandRequest
{
TestInteractionActivity.java
141
VoiceInteractor.
CommandRequest
req = new TestCommand("Some arg");
202
static class TestCommand extends VoiceInteractor.
CommandRequest
{
MainInteractionSession.java
299
} else if (mPendingRequest instanceof
CommandRequest
) {
302
((
CommandRequest
)mPendingRequest).sendResult(result);
433
public void onRequestCommand(
CommandRequest
request) {
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionSession.java
165
public void onRequestCommand(
CommandRequest
request) {
247
CommandRequest
commandReq;
256
AsyncTaskArg setRequest(
CommandRequest
r) {commandReq = r; return this;}
/frameworks/base/docs/html/sdk/api_diff/23/changes/
pkg_android.service.voice.html
91
<A NAME="VoiceInteractionSession.
CommandRequest
"></A>
92
<nobr><A HREF="../../../../reference/android/service/voice/VoiceInteractionSession.
CommandRequest
.html" target="_top"><code>VoiceInteractionSession.<br>
CommandRequest
</code></A></nobr>
android.service.voice.VoiceInteractionSession.html
235
<A NAME="android.service.voice.VoiceInteractionSession.onRequestCommand_added(android.service.voice.VoiceInteractionSession.
CommandRequest
)"></A>
236
<nobr><code>void</code> <A HREF="../../../../reference/android/service/voice/VoiceInteractionSession.html#onRequestCommand(android.service.voice.VoiceInteractionSession.
CommandRequest
)" target="_top"><code>onRequestCommand</code></A>(<code>
CommandRequest
</code>)</nobr>
pkg_android.app.html
154
<A NAME="VoiceInteractor.
CommandRequest
"></A>
155
<nobr><A HREF="../../../../reference/android/app/VoiceInteractor.
CommandRequest
.html" target="_top"><code>VoiceInteractor.
CommandRequest
</code></A></nobr>
classes_index_additions.html
370
<A HREF="pkg_android.service.voice.html#VoiceInteractionSession.
CommandRequest
" class="hiddenlink" target="rightframe"><b>VoiceInteractionSession.
CommandRequest
</b></A><br>
378
<A HREF="pkg_android.app.html#VoiceInteractor.
CommandRequest
" class="hiddenlink" target="rightframe"><b>VoiceInteractor.
CommandRequest
</b></A><br>
classes_index_all.html
[
all
...]
alldiffs_index_additions.html
[
all
...]
methods_index_additions.html
[
all
...]
methods_index_all.html
[
all
...]
alldiffs_index_all.html
[
all
...]
/frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java
204
CommandRequest
request = new
CommandRequest
(callingPackage,
712
* {@link android.app.VoiceInteractor.
CommandRequest
VoiceInteractor.
CommandRequest
}.
714
public static final class
CommandRequest
extends Request {
717
CommandRequest
(String packageName, int uid, IVoiceInteractorCallback callback,
725
* {@link android.app.VoiceInteractor.
CommandRequest
VoiceInteractor.
CommandRequest
}.
746
* {@link android.app.VoiceInteractor.
CommandRequest
#onCommandResult
747
* VoiceInteractor.
CommandRequest
.onCommandResult} with false for isCompleted
[
all
...]
/frameworks/base/core/java/android/app/
VoiceInteractor.java
51
* possible requests are {@link ConfirmationRequest} and {@link
CommandRequest
}.
137
((
CommandRequest
)request).onCommandResult(msg.arg1 != 0,
726
public static class
CommandRequest
extends Request {
735
public
CommandRequest
(String command, Bundle args) {
741
* Results for
CommandRequest
can be returned in partial chunks.
743
*
CommandRequest
has completed.
[
all
...]
/frameworks/base/tests/Assist/src/com/android/test/assist/
AssistInteractionSession.java
64
public void onRequestCommand(
CommandRequest
request) {
/frameworks/base/api/
current.txt
[
all
...]
system-current.txt
[
all
...]
test-current.txt
[
all
...]
/prebuilts/sdk/api/
23.txt
[
all
...]
24.txt
[
all
...]
/prebuilts/sdk/current/
android.zip
/prebuilts/sdk/system-api/
22.txt
[
all
...]
Completed in 477 milliseconds
1
2