Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStarterTests.java25 import static android.app.ActivityManager.START_NOT_VOICE_COMPATIBLE;
170 START_NOT_VOICE_COMPATIBLE); in testStartActivityPreconditions()
175 START_NOT_VOICE_COMPATIBLE); in testStartActivityPreconditions()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java722 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()
726 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()
740 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()
744 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()
/frameworks/base/core/java/android/app/
DInstrumentation.java2069 case ActivityManager.START_NOT_VOICE_COMPATIBLE: in checkStartActivityResult()
DActivityManager.java277 public static final int START_NOT_VOICE_COMPATIBLE = FIRST_START_FATAL_ERROR_CODE + 3; field in ActivityManager
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java575 case ActivityManager.START_NOT_VOICE_COMPATIBLE: