Searched refs:fallback (Results 1 - 3 of 3) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DCursorPhotoSource.java36 public CursorPhotoSource(Context context, SharedPreferences settings, PhotoSource fallback) { argument
37 super(context, settings, fallback);
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java63 * This transitions out only on events from TTS or the fallback runnable
82 * This transitions out only on events from TTS or the fallback runnable
88 * This transitions out only on events from TTS or the fallback runnable
95 * This transitions out only on events from TTS or the fallback runnable
120 * This transitions out only on events from TTS or the fallback runnable
282 OnTtsCompletionRunnable(boolean fallback) { argument
283 mFallback = fallback;
288 Log.e(TAG, "utterance completion not delivered, using fallback");
315 // utterance completes. As a fallback in case the utterance
372 // since the utterance has completed, we no longer need the fallback
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java1559 private boolean copyPart(PduPart part, String fallback) { argument
1591 // Use fallback name.
1592 fileName = fallback;

Completed in 77 milliseconds