Searched refs:ERROR_RESOLUTION_ACTION_INTENT (Results 1 – 4 of 4) sorted by relevance
24 private static final String ERROR_RESOLUTION_ACTION_INTENT = "ERROR_RESOLUTION_ACTION_INTENT"; field in ErrorFragment42 args.putParcelable(ERROR_RESOLUTION_ACTION_INTENT, intent); in newInstance()60 mPendingIntent = args.getParcelable(ERROR_RESOLUTION_ACTION_INTENT); in onCreateView()
299 MediaConstants.ERROR_RESOLUTION_ACTION_INTENT); in handlePlaybackState()
31 import static com.android.car.media.common.MediaConstants.ERROR_RESOLUTION_ACTION_INTENT;111 extras.putParcelable(ERROR_RESOLUTION_ACTION_INTENT, pendingIntent); in setPlaybackState()
30 public static final String ERROR_RESOLUTION_ACTION_INTENT = field in MediaConstants