Searched refs:START_INTENT_NOT_RESOLVED (Results 1 – 8 of 8) sorted by relevance
28 import static android.app.ActivityManager.START_INTENT_NOT_RESOLVED;198 START_INTENT_NOT_RESOLVED); in testStartActivityPreconditions()
2231 case ActivityManager.START_INTENT_NOT_RESOLVED: in checkStartActivityResult()
461 public static final int START_INTENT_NOT_RESOLVED = FIRST_START_FATAL_ERROR_CODE + 9; field in ActivityManager
1899 } else if (result != ActivityManager.START_INTENT_NOT_RESOLVED) { in sendConfigurationAndStartDreamOrDockAppLocked()
2072 case ActivityManager.START_INTENT_NOT_RESOLVED: in convertStartFailureToThrowable()
1012 err = ActivityManager.START_INTENT_NOT_RESOLVED; in executeRequest()
760 case ActivityManager.START_INTENT_NOT_RESOLVED:
1604 Landroid/app/ActivityManager;->START_INTENT_NOT_RESOLVED:I