Home
last modified time | relevance | path

Searched refs:language (Results 1 – 7 of 7) sorted by relevance

/appcompat/appcompat/src/androidTest/
Dfonts_readme.txt14 See the License for the specific language governing permissions and
/appcompat/appcompat/
Dproguard-rules.pro12 # See the License for the specific language governing permissions and
/appcompat/appcompat-benchmark/
Dbuild.gradle13 * See the License for the specific language governing permissions and
/appcompat/integration-tests/receive-content-testapp/
Dbuild.gradle13 * See the License for the specific language governing permissions and
/appcompat/appcompat-lint/
Dbuild.gradle13 * See the License for the specific language governing permissions and
/appcompat/appcompat-resources/
Dbuild.gradle13 * See the License for the specific language governing permissions and
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DSearchView.java1624 String language = null; in createVoiceAppSearchIntent() local
1635 language = resources.getString(searchable.getVoiceLanguageId()); in createVoiceAppSearchIntent()
1643 voiceIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, language); in createVoiceAppSearchIntent()