Home
last modified time | relevance | path

Searched refs:getListenerId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/injector/
DSystemAppOpsHelper.java71 callerIdentity.getListenerId()) == AppOpsManager.MODE_ALLOWED; in startOpNoThrow()
119 callerIdentity.getListenerId()) == AppOpsManager.MODE_ALLOWED; in noteOp()
136 callerIdentity.getListenerId()) == AppOpsManager.MODE_ALLOWED; in noteOpNoThrow()
/frameworks/base/core/java/android/service/quickaccesswallet/
DQuickAccessWalletService.java338 mEventListenerId = request.getListenerId(); in registerDismissWalletListenerInternal()
344 if (mEventListenerId != null && mEventListenerId.equals(request.getListenerId())) { in unregisterDismissWalletListenerInternal()
DWalletServiceEventListenerRequest.java75 public String getListenerId() { in getListenerId() method in WalletServiceEventListenerRequest
/frameworks/base/location/java/android/location/util/identity/
DCallerIdentity.java63 if (callerIdentity.getPid() == 0 && callerIdentity.getListenerId() == null) { in forAggregation()
175 public String getListenerId() { in getListenerId() method in CallerIdentity
/frameworks/base/services/core/java/com/android/server/location/provider/
DAbstractLocationProvider.java223 Preconditions.checkArgument(identity == null || identity.getListenerId() == null); in AbstractLocationProvider()
290 Preconditions.checkArgument(identity == null || identity.getListenerId() == null); in setIdentity()
DLocationProviderManager.java319 Preconditions.checkArgument(identity.getListenerId() != null); in Registration()