Searched defs:GeofenceKey (Results 1 – 5 of 5) sorted by relevance
47 typedef struct GeofenceKey { struct50 inline GeofenceKey() : in GeofenceKey() argument52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() argument54 } GeofenceKey; typedef
47 typedef struct GeofenceKey { struct50 inline GeofenceKey() : in GeofenceKey() argument52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() function54 } GeofenceKey; typedef
47 typedef struct GeofenceKey { struct50 inline GeofenceKey() : in GeofenceKey() function52 inline GeofenceKey(LocationAPI* _client, uint32_t _id) : in GeofenceKey() argument54 } GeofenceKey; typedef
29 final class GeofenceKey implements PendingIntentListenerRegistration.PendingIntentKey { class34 GeofenceKey(PendingIntent pendingIntent, Geofence geofence) { in GeofenceKey() method in GeofenceKey