Home
last modified time | relevance | path

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

/aosp14/frameworks/base/location/java/android/location/util/identity/
H A DCallerIdentity.java142 @Nullable private final String mListenerId; field in CallerIdentity
150 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()
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A 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()