OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAvailableInteractionInfos
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/voice/
VoiceInputListPreference.java
39
for (int i = 0; i < mHelper.
mAvailableInteractionInfos
.size(); ++i) {
40
VoiceInputHelper.InteractionInfo info = mHelper.
mAvailableInteractionInfos
.get(i);
91
for (int i = 0; i < mHelper.
mAvailableInteractionInfos
.size(); ++i) {
92
VoiceInputHelper.InteractionInfo info = mHelper.
mAvailableInteractionInfos
.get(i);
VoiceInputHelper.java
93
final ArrayList<InteractionInfo>
mAvailableInteractionInfos
= new ArrayList<>();
139
mAvailableInteractionInfos
.add(new InteractionInfo(mContext.getPackageManager(), info));
143
Collections.sort(
mAvailableInteractionInfos
);
Completed in 44 milliseconds