Home
last modified time | relevance | path

Searched refs:mListenerId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/util/identity/
DCallerIdentity.java135 private final @Nullable String mListenerId; field in CallerIdentity
143 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()
/frameworks/base/core/java/android/service/quickaccesswallet/
DWalletServiceEventListenerRequest.java31 private final String mListenerId; field in WalletServiceEventListenerRequest
39 mListenerId = listenerKey; in WalletServiceEventListenerRequest()
49 dest.writeString(mListenerId); in writeToParcel()
76 return mListenerId; in getListenerId()