Searched refs:ACTION_PKG_PREFIX (Results 1 – 1 of 1) sorted by relevance
178 private static final String ACTION_PKG_PREFIX = "android.intent.action."; //$NON-NLS-1$ field in Hyperlinks334 if (intent.startsWith(ACTION_PKG_PREFIX)) { in openManifestName()336 + intent.substring(ACTION_PKG_PREFIX.length()); in openManifestName()496 if (value.startsWith(ACTION_PKG_PREFIX) || value.startsWith(CATEGORY_PKG_PREFIX)) { in isBuiltinIntent()