Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DRingtone.java99 public Ringtone(Context context, boolean allowRemote) { in Ringtone() argument
102 mAllowRemote = allowRemote; in Ringtone()
103 mRemotePlayer = allowRemote ? mAudioManager.getRingtonePlayer() : null; in Ringtone()
104 mRemoteToken = allowRemote ? new Binder() : null; in Ringtone()
271 Context context, Uri uri, boolean followSettingsUri, boolean allowRemote) { in getTitle() argument
284 context, actualUri, false /*followSettingsUri*/, allowRemote); in getTitle()
293 final String mediaSelection = allowRemote ? null : MEDIA_SELECTION; in getTitle()
303 if (allowRemote) { in getTitle()