HomeSort by relevance Sort by last modified time
    Searched refs:unavailable (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/debian/
e2fsprogs.preinst 9 This package requires features of dpkg unavailable in this version.
  /external/svox/pico/src/com/svox/pico/
CheckVoiceData.java 65 ArrayList<String> unavailable = new ArrayList<String>(); local
89 unavailable.add(supportedLanguages[i]);
108 returnData.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable);
EngineSettings.java 52 ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES); local
67 for (int i = 0; i < unavailable.size(); i++){
68 final String unavailableLang = unavailable.get(i);
  /device/samsung/crespo/
device.mk 31 # the unavailable drivers: one is directly checked into the unreleased
device_base.mk 31 # the unavailable drivers: one is directly checked into the unreleased
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 165 boolean unavailable = intent.getBooleanExtra(Phone.NETWORK_UNAVAILABLE_KEY,
170 mNetworkInfo.setIsAvailable(!unavailable);
  /packages/apps/Settings/src/com/android/settings/
TextToSpeechSettings.java 393 ArrayList<String> unavailable = local
395 if ((available == null) || (unavailable == null)){
472 if (unavailable.size() > 0){
    [all...]
  /external/libffi/
configure     [all...]

Completed in 266 milliseconds