Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/listeners/
H A DPendingIntentListenerRegistration.java38 protected abstract PendingIntent getPendingIntentFromKey(TKey key); in getPendingIntentFromKey() method in PendingIntentListenerRegistration
44 if (!getPendingIntentFromKey(getKey()).addCancelListener(DIRECT_EXECUTOR, this)) { in onRegister()
51 getPendingIntentFromKey(getKey()).removeCancelListener(this); in onUnregister()
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceManager.java162 protected PendingIntent getPendingIntentFromKey(GeofenceKey geofenceKey) { in getPendingIntentFromKey() method in GeofenceManager.GeofenceRegistration