HomeSort by relevance Sort by last modified time
    Searched defs:searchKeyphraseSupportedLocales (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/soundtrigger/
KeyphraseEnrollmentInfo.java 197 String searchKeyphraseSupportedLocales = array.getString(
200 if (searchKeyphraseSupportedLocales == null) {
201 mParseError = "No valid searchKeyphraseSupportedLocales specified in meta-data";
207 if (!TextUtils.isEmpty(searchKeyphraseSupportedLocales)) {
209 String[] supportedLocalesDelimited = searchKeyphraseSupportedLocales.split(",");
217 mParseError = "Error reading searchKeyphraseSupportedLocales from meta-data";
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 51 milliseconds