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()
169 if (Intent.ACTION_MEDIA_RESOURCE_GRANTED.equals(action)) {259 intentFilter.addAction(Intent.ACTION_MEDIA_RESOURCE_GRANTED); in PipManager()
3804 public static final String ACTION_MEDIA_RESOURCE_GRANTED = field in Intent