/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample1a-expected-assistant1.txt | 1 Quick assistant in sample1a.xml for <Button android:text="Fir^stButton":
|
sample1a-expected-assistant4.txt | 1 Quick assistant in sample1a.xml for android:id="@+id/Linea^rLayout2":
|
sample1a-expected-assistant2.txt | 1 Quick assistant in sample1a.xml for <Bu^tton android:text:
|
sample1a-expected-assistant3.txt | 1 Quick assistant in sample1a.xml for <Button andr^oid:text="FirstButton":
|
/frameworks/base/docs/html/training/articles/ |
assistant.jd | 1 page.title=Optimizing Content for the Assistant 4 meta.tags="assistant", "marshmallow", "now" 14 <li><a href="#assist_api">Using the Assistant</a> 21 Own Assistant</a></li> 28 through the assistant. The assistant is a top-level window that users can view to obtain 33 Users activate the assistant with a long press on the Home button or by saying a 40 Google App implements the assistant overlay window through a feature called 42 the user to select an assistant app, which obtains contextual information from your app 46 This guide explains how Android apps use Android's Assist API to improve the assistant [all...] |
/external/javassist/sample/preproc/ |
Compiler.java | 33 * import <i>class-name</i> by <i>assistant-name</i> [(<i>arg1, arg2, ...</i>)] 44 * specified by <i>assistant-name</i> is executed so that it produces 46 * specified by <i>assistant-name</i> must implement 47 * <code>sample.preproc.Assistant</code>. 49 * @see sample.preproc.Assistant 160 StringBuffer assistant = new StringBuffer(); local 162 c = readAssistant(reader, importclass, assistant, args); 167 runAssistant(importclass, assistant.toString(), args); 176 StringBuffer assistant, Vector args) 179 int c = readArgument(reader, assistant); 237 Class assistant; local [all...] |
Assistant.java | 29 public interface Assistant {
|
/cts/tests/tests/assist/service/res/values/ |
strings.xml | 17 <string name="test_assistant_text">I am an Assistant</string>
|
/frameworks/base/core/java/com/android/internal/app/ |
AssistUtils.java | 36 * Utility method for dealing with the assistant aspects of 150 Settings.Secure.ASSISTANT, userId); 172 public static boolean isPreinstalledAssistant(Context context, ComponentName assistant) { 173 if (assistant == null) { 179 assistant.getPackageName(), 0); 192 * @return if the disclosure animation should trigger for the given assistant. 197 public static boolean shouldDisclose(Context context, ComponentName assistant) { 202 return isDisclosureEnabled(context) || !isPreinstalledAssistant(context, assistant);
|
/frameworks/base/tests/LegacyAssistant/res/values/ |
strings.xml | 18 <string name="activity_title">Assistant</string>
|
/packages/apps/Settings/res/values-h480dp/ |
dimens.xml | 20 <!-- Dimensions for Wifi Assistant Card -->
|
/cts/tests/tests/assist/src/android/assist/cts/ |
AssistantContentViewTest.java | 41 /** Test verifying the Content View of the Assistant */ 79 Log.i(TAG, "waiting for the Assistant's Content View before continuing");
|
FocusChangeTest.java | 34 /** Test that triggering the Assistant causes the underlying Activity to lose focus **/ 83 fail("Activity maintained focus despite the Assistant Firing"
|
FlagSecureTest.java | 30 * Test we receive proper assist data (root assistStructure with no children) when the assistant is
|
/external/javassist/sample/vector/ |
VectorAssistant.java | 5 import sample.preproc.Assistant; 43 public class VectorAssistant implements Assistant {
|
/cts/tests/tests/assist/testapp/src/android/voiceinteraction/testapp/ |
ExtraAssistDataActivity.java | 32 * provide extra information to the assistant. Verify that the data passed from the activity matches
|
/frameworks/base/tests/Assist/ |
AndroidManifest.xml | 32 android:resource="@drawable/assistant" />
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
RelationDataItem.java | 49 // Relations can have different types (assistant, father) but have the same name
|
/packages/apps/Settings/src/com/android/settings/applications/ |
DefaultAssistPreference.java | 72 Settings.Secure.ASSISTANT, ITEM_NONE_VALUE); 90 Settings.Secure.ASSISTANT, serviceComponentName); 106 Settings.Secure.ASSISTANT, activityInfo.component.flattenToShortString());
|
ManageAssist.java | 128 ComponentName assistant = mDefaultAssitPref.getCurrentAssist(); local 131 boolean willShowFlash = AssistUtils.shouldDisclose(getContext(), assistant); 132 boolean isSystemAssistant = AssistUtils.isPreinstalledAssistant(getContext(), assistant);
|
/packages/apps/ContactsCommon/tests/res/xml/ |
test_basic_contacts.xml | 115 <Type type="assistant" /> 131 <Type type="assistant" maxOccurs="1" /> 266 <Type type="assistant" />
|
contacts_fallback.xml | 63 <Type type="assistant" />
|
/packages/apps/Settings/res/values-sw720dp/ |
dimens.xml | 53 <!-- Dimensions for Wifi Assistant Card -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
JavaQuickAssistant.java | 30 * Quick Assistant for Java files in Android projects
|
/external/avahi/service-type-database/ |
service-types | 106 _net-assistant._udp:Apple Net Assistant
|