Searched refs:mCustomActionObj (Results 1 – 1 of 1) sorted by relevance
874 private Object mCustomActionObj; field in PlaybackStateCompat.CustomAction927 customAction.mCustomActionObj = customActionObj; in fromCustomAction()942 if (mCustomActionObj != null || Build.VERSION.SDK_INT < 21) { in getCustomAction()943 return mCustomActionObj; in getCustomAction()946 mCustomActionObj = PlaybackStateCompatApi21.CustomAction.newInstance(mAction, in getCustomAction()948 return mCustomActionObj; in getCustomAction()