Searched refs:START_NOT_VOICE_COMPATIBLE (Results 1 – 4 of 4) sorted by relevance
394 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()398 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()412 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()416 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()
467 case ActivityManager.START_NOT_VOICE_COMPATIBLE:
1947 case ActivityManager.START_NOT_VOICE_COMPATIBLE: in checkStartActivityResult()
260 public static final int START_NOT_VOICE_COMPATIBLE = FIRST_START_FATAL_ERROR_CODE + 3; field in ActivityManager