Searched defs:intentAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSearchIndexableData.java74 * {@link SearchIndexableData#intentAction} and {@link SearchIndexableData#intentTargetPackage}
77 * @see SearchIndexableData#intentAction
104 public String intentAction; field in class:SearchIndexableData
109 * @see SearchIndexableData#intentAction
117 * @see SearchIndexableData#intentAction
170 sb.append("intentAction: ");
171 sb.append(intentAction);

Completed in 514 milliseconds