Home
last modified time | relevance | path

Searched refs:ASSISTANT (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/assist/
DAssistConfigBasePreferenceControllerTest.java116 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in getAvailabilityStatus_hasAssistComponent_isAvailable()
130 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in onStart_registersObserver()
136 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT))).isNotEmpty(); in onStart_registersObserver()
144 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in onStop_unregistersObserver()
151 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT))).isEmpty(); in onStop_unregistersObserver()
159 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in onChange_changeRegisteredSetting_callsRefreshUi()
DDefaultVoiceInputPickerEntryPreferenceControllerTest.java134 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT))).isNotEmpty(); in onStart_registersObserver()
143 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT))).isEmpty(); in onStop_unregistersObserver()
155 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT)), 0); in onChange_changeRegisteredSetting_callsRefreshUi()
157 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT)); in onChange_changeRegisteredSetting_callsRefreshUi()
230 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in setCurrentAssistant()
DTextContextPreferenceControllerTest.java63 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in setUp()
DScreenshotContextPreferenceControllerTest.java63 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in setUp()
DDefaultVoiceInputPickerPreferenceControllerTest.java273 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in setCurrentAssistant()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/assist/
DAssistFlashScreenPreferenceControllerTest.java87 Settings.Secure.putString(cr, Settings.Secure.ASSISTANT, "com.android.settings/assist"); in isAvailable_hasAssistantAndAllowDisclosure_shouldReturnTrue()
98 Settings.Secure.putString(cr, Settings.Secure.ASSISTANT, "com.android.settings/assist"); in isAvailable_hasAssistantAndDisallowDisclosure_shouldReturnTrue()
106 Settings.Secure.putString(mContext.getContentResolver(), Settings.Secure.ASSISTANT, ""); in isAvailable_hasNoAssistant_shouldReturnFalse()
115 Settings.Secure.ASSISTANT, "com.android.settings/assist"); in onResume_shouldUpdatePreference()
DAssistContextPreferenceControllerTest.java76 Settings.Secure.ASSISTANT, "com.android.settings/assist"); in isAvailable_hasAssistant_shouldReturnTrue()
83 Settings.Secure.ASSISTANT, ""); in isAvailable_hasNoAssistant_shouldReturnFalse()
90 Settings.Secure.ASSISTANT, "com.android.settings/assist"); in onResume_shouldUpdatePreference()
DDefaultAssistPreferenceControllerTest.java100 Settings.Secure.putString(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in getDefaultAppInfo_hasDefaultAssist_shouldReturnKey()
110 Settings.Secure.putString(null, Settings.Secure.ASSISTANT, flattenKey); in getSettingIntent_noSettingsActivity_shouldNotCrash()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/defaultapps/
DDefaultAssistantPickerEntryPreferenceControllerTest.java90 Settings.Secure.ASSISTANT, TEST_COMPONENT, mUserId); in getCurrentDefaultAppInfo_hasService_returnsDefaultAppInfo()
106 Settings.Secure.ASSISTANT, TEST_COMPONENT, mUserId); in getSettingIntent_hasAssistant_noAssistSupport_returnsNull()
131 Settings.Secure.ASSISTANT, TEST_COMPONENT, mUserId); in getSettingIntent_hasAssistant_supportsAssist_noSettingsActivity_returnsNull()
155 Settings.Secure.ASSISTANT, TEST_COMPONENT, mUserId); in getSettingIntent_hasAssistant_supportsAssist_hasSettingsActivity_returnsIntent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DAssistantGestureTutorialController.java37 case ASSISTANT: in onBackGestureAttempted()
60 case ASSISTANT: in onNavBarGestureAttempted()
DTutorialFragment.java88 case ASSISTANT: in getFragmentForTutorialType()
DTutorialController.java496 ASSISTANT, enumConstant
/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerFragment.java243 mListener.onContactsViewSelected(ContactsView.ASSISTANT);
244 setNavigationItemChecked(ContactsView.ASSISTANT);
DDrawerAdapter.java105 R.drawable.quantum_ic_assistant_vd_theme_24, ContactsView.ASSISTANT)); in initializeDrawerMenuItems()
228 newBadge.setVisibility(item.contactsView == ContactsView.ASSISTANT && showWelcomeBadge in getPrimaryItemView()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java118 ASSISTANT, enumConstant
982 switchView(ContactsView.ASSISTANT); in launchAssistant()
1170 } else if (mode == ContactsView.ASSISTANT) { in onContactsViewSelected()
1214 return mCurrentView == ContactsView.ASSISTANT; in isAssistantView()
/packages/apps/Settings/src/com/android/settings/applications/assist/
DAssistSettingObserver.java33 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
/packages/modules/Permission/framework-s/api/
Dcurrent.txt8 field public static final String ROLE_ASSISTANT = "android.app.role.ASSISTANT";
/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/
DDefaultVoiceInputPickerEntryPreferenceController.java45 private static final Uri ASSIST_URI = Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
DAssistConfigBasePreferenceController.java81 private static final Uri ASSIST_URI = Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java255 Settings.Secure.getString(contentResolver, Settings.Secure.ASSISTANT); in checkSettings()