HomeSort by relevance Sort by last modified time
    Searched refs:ASSISTANT (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/proto/android/media/
audioattributes.proto 102 ASSISTANT = 16;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/assist/
AssistContextPreferenceControllerTest.java 73 Settings.Secure.ASSISTANT, "com.android.settings/assist");
80 Settings.Secure.ASSISTANT, "");
87 Settings.Secure.ASSISTANT, "com.android.settings/assist");
DefaultAssistPickerTest.java 68 Settings.Secure.ASSISTANT))
80 Settings.Secure.ASSISTANT))
93 Settings.Secure.ASSISTANT))
AssistFlashScreenPreferenceControllerTest.java 84 Settings.Secure.putString(cr, Settings.Secure.ASSISTANT, "com.android.settings/assist");
95 Settings.Secure.putString(cr, Settings.Secure.ASSISTANT, "com.android.settings/assist");
103 Settings.Secure.putString(mContext.getContentResolver(), Settings.Secure.ASSISTANT, "");
112 Settings.Secure.ASSISTANT, "com.android.settings/assist");
DefaultAssistPreferenceControllerTest.java 99 Settings.Secure.putString(mContext.getContentResolver(), Settings.Secure.ASSISTANT,
109 Settings.Secure.putString(null, Settings.Secure.ASSISTANT, flattenKey);
  /packages/apps/Settings/src/com/android/settings/applications/assist/
AssistSettingObserver.java 32 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
DefaultAssistPicker.java 176 Settings.Secure.ASSISTANT, "");
192 Settings.Secure.ASSISTANT, serviceComponentName);
201 Settings.Secure.ASSISTANT, activityInfo.component.flattenToShortString());
  /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);
175 public static boolean isPreinstalledAssistant(Context context, ComponentName assistant) {
176 if (assistant == null) {
182 assistant.getPackageName(), 0);
195 * @return if the disclosure animation should trigger for the given assistant.
200 public static boolean shouldDisclose(Context context, ComponentName assistant) {
205 return isDisclosureEnabled(context) || !isPreinstalledAssistant(context, assistant);
  /packages/apps/Contacts/src/com/android/contacts/drawer/
DrawerFragment.java 243 mListener.onContactsViewSelected(ContactsView.ASSISTANT);
244 setNavigationItemChecked(ContactsView.ASSISTANT);
DrawerAdapter.java 105 R.drawable.quantum_ic_assistant_vd_theme_24, ContactsView.ASSISTANT));
228 newBadge.setVisibility(item.contactsView == ContactsView.ASSISTANT && showWelcomeBadge
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 118 ASSISTANT,
130 public static final String TAG_ASSISTANT = "contacts-assistant";
133 public static final String TAG_ASSISTANT_HELPER = "assistant-helper";
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 581 Settings.Secure.ASSISTANT, userHandle);
592 Settings.Secure.ASSISTANT, null, userHandle);
    [all...]
  /hardware/interfaces/audio/common/2.0/
types.hal 714 ASSISTANT = 16,
    [all...]
  /hardware/interfaces/audio/common/4.0/
types.hal 666 ASSISTANT = 16,
    [all...]
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsBackupTest.java 508 Settings.Secure.ASSISTANT,
    [all...]
  /hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProtoDumpUtil.java     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 

Completed in 205 milliseconds