Searched refs:getPendingIntentFromKey (Results 1 – 2 of 2) sorted by relevance
38 protected abstract PendingIntent getPendingIntentFromKey(TKey key); in getPendingIntentFromKey() method in PendingIntentListenerRegistration44 if (!getPendingIntentFromKey(getKey()).addCancelListener(DIRECT_EXECUTOR, this)) { in onRegister()51 getPendingIntentFromKey(getKey()).removeCancelListener(this); in onUnregister()
162 protected PendingIntent getPendingIntentFromKey(GeofenceKey geofenceKey) { in getPendingIntentFromKey() method in GeofenceManager.GeofenceRegistration