Searched refs:mCategory (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
H A DSetupActionHelper.java53 private final String mCategory; field in class:SetupActionHelper.OnActionClickListenerForAction
59 mCategory = category;
66 mListener.onActionClick(mCategory, mActionId);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryAdapter.java38 int mCategory; field in class:CategoryAdapter
76 mCategory = category;
180 if (!(mCategory == MainPanel.VERSIONS
181 || mCategory == MainPanel.LOOKS)) {
186 if (mCategory == MainPanel.LOOKS) {
188 } else if (mCategory == MainPanel.VERSIONS) {
203 if (mCategory == MainPanel.LOOKS) {
208 } else if (mCategory == MainPanel.BORDERS) {
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DAppChooserActivity.java65 private String mCategory; field in class:AppChooserActivity
94 mCategory = category;
95 boolean isPayment = CardEmulation.CATEGORY_PAYMENT.equals(mCategory);
171 dialogIntent.putExtra(TapAgainDialog.EXTRA_CATEGORY, mCategory);
202 mIsPayment = CardEmulation.CATEGORY_PAYMENT.equals(mCategory);

Completed in 559 milliseconds