Searched refs:getExperienceScopeKey (Results 1 – 6 of 6) sorted by relevance
68 if (sScopeKeyInstanceMap.get(getExperienceScopeKey()) != null) { in assertApiClient()69 mClient = sScopeKeyInstanceMap.get(getExperienceScopeKey()); in assertApiClient()97 sScopeKeyInstanceMap.put(getExperienceScopeKey(), mClient); in assertApiClient()216 sScopeKeyInstanceMap.remove(getExperienceScopeKey()); in onHostDestroy()219 private String getExperienceScopeKey() { in getExperienceScopeKey() method in PedometerModule
48 fun getExperienceScopeKey(notificationResponse: NotificationResponse?): String? { in getExperienceScopeKey() method
530 … val experienceScopeKey = ScopedNotificationsUtils.getExperienceScopeKey(response) ?: return false in <lambda>()