Searched refs:START_ASSISTANT_NOT_ACTIVE_SESSION (Results 1 – 3 of 3) sorted by relevance
20 import static android.app.ActivityManager.START_ASSISTANT_NOT_ACTIVE_SESSION;217 return START_ASSISTANT_NOT_ACTIVE_SESSION; in startAssistantActivityLocked()
1956 case ActivityManager.START_ASSISTANT_NOT_ACTIVE_SESSION: in checkStartActivityResult()
316 public static final int START_ASSISTANT_NOT_ACTIVE_SESSION = FIRST_START_FATAL_ERROR_CODE + 11; field in ActivityManager