Searched refs:EXTRA_PROXIMITY (Results 1 – 1 of 1) sorted by relevance
113 private static final String EXTRA_PROXIMITY = field in HotwordDetectedResult421 if (mExtras.containsKey(EXTRA_PROXIMITY)) { in onConstructed()422 int proximityValue = mExtras.getInt(EXTRA_PROXIMITY); in onConstructed()423 mExtras.remove(EXTRA_PROXIMITY); in onConstructed()430 mExtras.putInt(EXTRA_PROXIMITY, proximityValue); in onConstructed()458 mExtras.putInt(EXTRA_PROXIMITY, proximityLevel); in setProximity()469 return mExtras.getInt(EXTRA_PROXIMITY, PROXIMITY_UNKNOWN); in getProximity()