OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVoiceAppSearchIntent
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/app/
SearchDialog.java
93
private final Intent
mVoiceAppSearchIntent
;
133
mVoiceAppSearchIntent
= new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
134
mVoiceAppSearchIntent
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
/frameworks/base/core/java/android/widget/
SearchView.java
156
private final Intent
mVoiceAppSearchIntent
;
308
mVoiceAppSearchIntent
= new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
309
mVoiceAppSearchIntent
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
706
testIntent =
mVoiceAppSearchIntent
;
[
all
...]
Completed in 1626 milliseconds