Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityStarterTests.java24 import static android.app.ActivityManager.START_NOT_VOICE_COMPATIBLE;
160 START_NOT_VOICE_COMPATIBLE); in testStartActivityPreconditions()
165 START_NOT_VOICE_COMPATIBLE); in testStartActivityPreconditions()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStarter.java680 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()
684 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()
698 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()
702 err = ActivityManager.START_NOT_VOICE_COMPATIBLE; in startActivity()
DActivityManagerShellCommand.java536 case ActivityManager.START_NOT_VOICE_COMPATIBLE:
/frameworks/base/core/java/android/app/
DInstrumentation.java2018 case ActivityManager.START_NOT_VOICE_COMPATIBLE: in checkStartActivityResult()
DActivityManager.java261 public static final int START_NOT_VOICE_COMPATIBLE = FIRST_START_FATAL_ERROR_CODE + 3; field in ActivityManager
/frameworks/base/config/
Dhiddenapi-private-dex.txt1960 Landroid/app/ActivityManager;->START_NOT_VOICE_COMPATIBLE:I