Searched refs:mListenerId (Results 1 – 2 of 2) sorted by relevance
142 @Nullable private final String mListenerId; field in CallerIdentity150 this.mListenerId = listenerId; in CallerIdentity()183 return mListenerId; in getListenerId()240 if (mListenerId != null) { in toString()241 builder.append("/").append(HexDump.toHexString(mListenerId.hashCode())); in toString()259 && (mListenerId == null || that.mListenerId == null || mListenerId.equals( in equals()260 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()