Searched refs:mAppActions (Results 1 – 2 of 2) sorted by relevance
64 private final List<RemoteAction> mAppActions = new ArrayList<>(); field in TvPipActionsProvider113 mAppActions.clear(); in setAppActions()117 mAppActions.add(action); in setAppActions()121 updateCustomActions(mAppActions); in setAppActions()142 if (newCustomActions == mMediaActions && !mAppActions.isEmpty()) { in updateCustomActions()145 } else if (newCustomActions == mAppActions && mAppActions.isEmpty()) { in updateCustomActions()
128 private List<RemoteAction> mAppActions; field in PhonePipMenuController475 mAppActions = appActions; in setAppActions()496 if (isValidActions(mAppActions)) { in resolveMenuActions()497 return mAppActions; in resolveMenuActions()