HomeSort by relevance Sort by last modified time
    Searched defs:assistant (Results 1 - 8 of 8) sorted by null

  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/assistant/
CarAssistantFragment.java 16 package com.google.android.car.kitchensink.assistant;
56 "Assistant app is not available.", Toast.LENGTH_SHORT).show();
65 "Assistant app is not available.", Toast.LENGTH_SHORT).show();
  /packages/apps/Settings/src/com/android/settings/applications/assist/
AssistFlashScreenPreferenceController.java 114 ComponentName assistant = getCurrentAssist(); local
118 mPreference.setEnabled(isContextChecked && isPreInstalledAssistant(assistant));
119 ((TwoStatePreference) mPreference).setChecked(willShowFlash(assistant));
123 boolean willShowFlash(ComponentName assistant) {
124 return AssistUtils.shouldDisclose(mContext, assistant);
128 boolean isPreInstalledAssistant(ComponentName assistant) {
129 return AssistUtils.isPreinstalledAssistant(mContext, assistant);
  /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...]
  /frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
AssistantTest.java 69 public class AssistantTest extends ServiceTestCase<Assistant> {
88 Assistant mAssistant;
96 super(Assistant.class);
344 + "<assistant version=\"1\">\n"
354 + "</assistant>\n";
401 Assistant assistant = new Assistant(); local
402 assistant.readXml(new BufferedInputStream(new ByteArrayInputStream(baos.toByteArray())));
404 assertEquals(ci1, assistant.getImpressions(key1))
    [all...]
  /external/annotation-tools/asmx/test/lib/
javassist.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 151 milliseconds