Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DRingtone.java90 public Ringtone(Context context, boolean allowRemote) { in Ringtone() argument
93 mAllowRemote = allowRemote; in Ringtone()
94 mRemotePlayer = allowRemote ? mAudioManager.getRingtonePlayer() : null; in Ringtone()
95 mRemoteToken = allowRemote ? new Binder() : null; in Ringtone()
227 Context context, Uri uri, boolean followSettingsUri, boolean allowRemote) { in getTitle() argument
240 context, actualUri, false /*followSettingsUri*/, allowRemote); in getTitle()
249 final String mediaSelection = allowRemote ? null : MEDIA_SELECTION; in getTitle()
259 if (allowRemote) { in getTitle()