Searched refs:START_CLASS_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance
20 import static android.app.ActivityManager.START_CLASS_NOT_FOUND;317 err = ActivityManager.START_CLASS_NOT_FOUND; in startActivityLocked()1080 return START_CLASS_NOT_FOUND; in startActivityUnchecked()
1803 case ActivityManager.START_CLASS_NOT_FOUND: in checkStartActivityResult()
193 public static final int START_CLASS_NOT_FOUND = -2; field in ActivityManager
2420 ActivityManager.START_CLASS_NOT_FOUND, intent); in resolveActivityInfo()
676 case ActivityManager.START_CLASS_NOT_FOUND:
2737 doReturn(ActivityManager.START_CLASS_NOT_FOUND) in testStartShortcut()2744 doReturn(ActivityManager.START_CLASS_NOT_FOUND) in testStartShortcut()