Searched refs:mListenerId (Results 1 – 2 of 2) sorted by relevance
135 private final @Nullable String mListenerId; field in CallerIdentity143 this.mListenerId = listenerId; in CallerIdentity()176 return mListenerId; in getListenerId()215 if (mListenerId != null) { in toString()216 builder.append("/").append(HexDump.toHexString(mListenerId.hashCode())); in toString()234 && (mListenerId == null || that.mListenerId == null || mListenerId.equals( in equals()235 that.mListenerId)); in equals()
31 private final String mListenerId; field in WalletServiceEventListenerRequest39 mListenerId = listenerKey; in WalletServiceEventListenerRequest()49 dest.writeString(mListenerId); in writeToParcel()76 return mListenerId; in getListenerId()