Searched refs:ACTION_ASSIST (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistProxyActivity.java30 intent.setAction(Intent.ACTION_ASSIST);
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java258 Intent assistIntent = new Intent(Intent.ACTION_ASSIST);
285 Intent intent = new Intent(Intent.ACTION_ASSIST);
/frameworks/base/core/java/android/app/
H A DSearchManager.java951 Intent intent = new Intent(Intent.ACTION_ASSIST);
985 * Starts the legacy assistant (i.e. the {@link Intent#ACTION_ASSIST}).
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java453 Intent intent = new Intent(Intent.ACTION_ASSIST);
/frameworks/base/core/java/android/content/
H A DIntent.java1239 public static final String ACTION_ASSIST = "android.intent.action.ASSIST"; field in class:Intent
1254 * An optional field on {@link #ACTION_ASSIST} containing the name of the current foreground
1261 * An optional field on {@link #ACTION_ASSIST} containing the uid of the current foreground
1268 * An optional field on {@link #ACTION_ASSIST} and containing additional contextual
1276 * An optional field on {@link #ACTION_ASSIST} suggesting that the user will likely use a
1283 * An optional field on {@link #ACTION_ASSIST} containing the InputDevice id

Completed in 635 milliseconds