Searched refs:ACTION_ASSIST (Results 1 - 6 of 6) 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.java280 Intent assistIntent = new Intent(Intent.ACTION_ASSIST);
307 Intent intent = new Intent(Intent.ACTION_ASSIST);
/frameworks/base/core/java/android/app/
H A DSearchManager.java946 Intent intent = new Intent(Intent.ACTION_ASSIST);
979 * Starts the legacy assistant (i.e. the {@link Intent#ACTION_ASSIST}).
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java253 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class,
262 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class),
1466 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class,
1475 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class),
2631 new Intent[] {makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class,
2642 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class),
2680 assertEquals(Intent.ACTION_ASSIST,
2713 assertEquals(Intent.ACTION_ASSIST,
3066 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class,
3075 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java528 Intent intent = new Intent(Intent.ACTION_ASSIST);
/frameworks/base/core/java/android/content/
H A DIntent.java1276 public static final String ACTION_ASSIST = "android.intent.action.ASSIST"; field in class:Intent
1291 * An optional field on {@link #ACTION_ASSIST} containing the name of the current foreground
1298 * An optional field on {@link #ACTION_ASSIST} containing the uid of the current foreground
1305 * An optional field on {@link #ACTION_ASSIST} and containing additional contextual
1313 * An optional field on {@link #ACTION_ASSIST} suggesting that the user will likely use a
1320 * An optional field on {@link #ACTION_ASSIST} containing the InputDevice id

Completed in 1154 milliseconds