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

  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
MockableTextToSpeechService.java 27 private static IDelegate sDelegate;
30 sDelegate = delegate;
34 return sDelegate;
39 return sDelegate.onIsLanguageAvailable(lang, country, variant);
44 return sDelegate.onGetLanguage();
49 return sDelegate.onLoadLanguage(lang, country, variant);
54 sDelegate.onStop();
59 sDelegate.onSynthesizeText(request, callback);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/password_manager/
PasswordAuthenticationManager.java 85 private static PasswordAuthenticationDelegate sDelegate;
90 if (sDelegate == null) {
91 sDelegate = new DefaultPasswordAuthenticationDelegate();
93 return sDelegate;
100 sDelegate = delegate;

Completed in 564 milliseconds