Searched defs:updatePaymentAction (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepActivity.java392 updatePaymentAction(findActionById(PAYMENT));
435 updatePaymentAction(addAction(actions, PAYMENT, "Select Payment", "", subActions));
457 void updatePaymentAction(GuidedAction paymentAction) { method in class:GuidedStepActivity.SecondStepFragment
H A DGuidedStepSupportActivity.java395 updatePaymentAction(findActionById(PAYMENT));
438 updatePaymentAction(addAction(actions, PAYMENT, "Select Payment", "", subActions));
460 void updatePaymentAction(GuidedAction paymentAction) { method in class:GuidedStepSupportActivity.SecondStepFragment
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepActivity.java392 updatePaymentAction(findActionById(PAYMENT));
435 updatePaymentAction(addAction(actions, PAYMENT, "Select Payment", "", subActions));
457 void updatePaymentAction(GuidedAction paymentAction) { method in class:GuidedStepActivity.SecondStepFragment
H A DGuidedStepSupportActivity.java395 updatePaymentAction(findActionById(PAYMENT));
438 updatePaymentAction(addAction(actions, PAYMENT, "Select Payment", "", subActions));
460 void updatePaymentAction(GuidedAction paymentAction) { method in class:GuidedStepSupportActivity.SecondStepFragment

Completed in 177 milliseconds