Loading core/java/android/service/quickaccesswallet/WalletServiceEvent.java +7 −1 Original line number Diff line number Diff line Loading @@ -39,11 +39,17 @@ public final class WalletServiceEvent implements Parcelable { */ public static final int TYPE_NFC_PAYMENT_STARTED = 1; /** * Indicates that the wallet cards have changed and should be refreshed. * @hide */ public static final int TYPE_WALLET_CARDS_UPDATED = 2; /** * @hide */ @Retention(RetentionPolicy.SOURCE) @IntDef({TYPE_NFC_PAYMENT_STARTED}) @IntDef({TYPE_NFC_PAYMENT_STARTED, TYPE_WALLET_CARDS_UPDATED}) public @interface EventType { } Loading Loading
core/java/android/service/quickaccesswallet/WalletServiceEvent.java +7 −1 Original line number Diff line number Diff line Loading @@ -39,11 +39,17 @@ public final class WalletServiceEvent implements Parcelable { */ public static final int TYPE_NFC_PAYMENT_STARTED = 1; /** * Indicates that the wallet cards have changed and should be refreshed. * @hide */ public static final int TYPE_WALLET_CARDS_UPDATED = 2; /** * @hide */ @Retention(RetentionPolicy.SOURCE) @IntDef({TYPE_NFC_PAYMENT_STARTED}) @IntDef({TYPE_NFC_PAYMENT_STARTED, TYPE_WALLET_CARDS_UPDATED}) public @interface EventType { } Loading