Home
last modified time | relevance | path

Searched refs:START_NOT_VOICE_COMPATIBLE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityStarter.java394 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()
DActivityManagerShellCommand.java467 case ActivityManager.START_NOT_VOICE_COMPATIBLE:
/frameworks/base/core/java/android/app/
DInstrumentation.java1947 case ActivityManager.START_NOT_VOICE_COMPATIBLE: in checkStartActivityResult()
DActivityManager.java260 public static final int START_NOT_VOICE_COMPATIBLE = FIRST_START_FATAL_ERROR_CODE + 3; field in ActivityManager