HomeSort by relevance Sort by last modified time
    Searched defs:assistant (Results 1 - 6 of 6) 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;
53 "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...]
  /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 352 milliseconds