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