Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DRingtone.java101 public Ringtone(Context context, boolean allowRemote) { in Ringtone() argument
104 mAllowRemote = allowRemote; in Ringtone()
105 mRemotePlayer = allowRemote ? mAudioManager.getRingtonePlayer() : null; in Ringtone()
106 mRemoteToken = allowRemote ? new Binder() : null; in Ringtone()
392 Context context, Uri uri, boolean followSettingsUri, boolean allowRemote) { in getTitle() argument
405 context, actualUri, false /*followSettingsUri*/, allowRemote); in getTitle()
414 final String mediaSelection = allowRemote ? null : MEDIA_SELECTION; in getTitle()
424 if (allowRemote) { in getTitle()