Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/voice/
H A DHotwordDetectionService.java80 public static final String KEY_INITIALIZATION_STATUS = "initialization_status"; field in HotwordDetectionService
353 status.putInt(KEY_INITIALIZATION_STATUS, value); in onUpdateStateInternal()
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java24 import static android.service.voice.HotwordDetectionService.KEY_INITIALIZATION_STATUS;
220 KEY_INITIALIZATION_STATUS, in updateStateAfterProcessStart()