Searched refs:ACTION_MEDIA_RESOURCE_GRANTED (Results 1 – 3 of 3) sorted by relevance
71 Intent intent = new Intent(Intent.ACTION_MEDIA_RESOURCE_GRANTED); in notifyResourceGranted()
161 if (Intent.ACTION_MEDIA_RESOURCE_GRANTED.equals(action)) {250 intentFilter.addAction(Intent.ACTION_MEDIA_RESOURCE_GRANTED); in initialize()
3729 public static final String ACTION_MEDIA_RESOURCE_GRANTED = field in Intent