Home
last modified time | relevance | path

Searched refs:mActionBuy (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DDetailsTestSupportFragment.java73 private Action mActionBuy; field in DetailsTestSupportFragment
84 mActionBuy = new Action(ACTION_BUY, "Buy $9.99"); in onCreate()
117 adapter.set(ACTION_BUY, mActionBuy); in setItem()
DDetailsTestFragment.java76 private Action mActionBuy; field in DetailsTestFragment
87 mActionBuy = new Action(ACTION_BUY, "Buy $9.99"); in onCreate()
120 adapter.set(ACTION_BUY, mActionBuy); in setItem()
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DDetailsFragment.java65 private Action mActionBuy; field in DetailsFragment
90 mActionBuy = new Action(ACTION_BUY, "Buy $9.99"); in onCreate()
195 adapter.set(ACTION_BUY, mActionBuy); in updateAdapter()
DDetailsSupportFragment.java68 private Action mActionBuy; field in DetailsSupportFragment
93 mActionBuy = new Action(ACTION_BUY, "Buy $9.99"); in onCreate()
198 adapter.set(ACTION_BUY, mActionBuy); in updateAdapter()
DNewDetailsSupportFragment.java78 private Action mActionBuy; field in NewDetailsSupportFragment
154 mActionBuy = new Action(ACTION_BUY, "Buy $9.99"); in onCreate()
304 adapter.set(ACTION_BUY, mActionBuy); in updateAdapter()
311 adapter.set(ACTION_BUY, mActionBuy); in updateAdapter()
DNewDetailsFragment.java75 private Action mActionBuy; field in NewDetailsFragment
151 mActionBuy = new Action(ACTION_BUY, "Buy $9.99"); in onCreate()
301 adapter.set(ACTION_BUY, mActionBuy); in updateAdapter()
308 adapter.set(ACTION_BUY, mActionBuy); in updateAdapter()