Searched refs:START_VOICE_NOT_ACTIVE_SESSION (Results 1 – 3 of 3) sorted by relevance
22 import static android.app.ActivityManager.START_VOICE_NOT_ACTIVE_SESSION;224 return START_VOICE_NOT_ACTIVE_SESSION; in startVoiceActivityLocked()
2072 case ActivityManager.START_VOICE_NOT_ACTIVE_SESSION: in checkStartActivityResult()
263 public static final int START_VOICE_NOT_ACTIVE_SESSION = FIRST_START_FATAL_ERROR_CODE + 1; field in ActivityManager