Home
last modified time | relevance | path

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

/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/unit/src/com/android/car/settings/applications/assist/
DDefaultVoiceInputPickerEntryPreferenceControllerTest.java69 private static final Uri ASSIST_URI = Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
263 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT)); in onChange_changeRegisteredSetting_callsRefreshUi()
281 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT)); in onChange_changeRegisteredSetting_callsRefreshUi_zoneWrite()
299 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT)); in onChange_changeRegisteredSetting_callsRefreshUi_zoneRead()
317 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT)); in onChange_changeRegisteredSetting_callsRefreshUi_zoneHidden()
DAssistConfigBasePreferenceControllerTest.java65 private static final Uri ASSIST_URI = Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
/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/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/Car/Settings/src/com/android/car/settings/applications/assist/
DAssistConfigBasePreferenceController.java89 private static final Uri ASSIST_URI = Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
DDefaultVoiceInputPickerEntryPreferenceController.java46 private static final Uri ASSIST_URI = Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java120 ASSISTANT, enumConstant
990 switchView(ContactsView.ASSISTANT); in launchAssistant()
1178 } else if (mode == ContactsView.ASSISTANT) { in onContactsViewSelected()
1222 return mCurrentView == ContactsView.ASSISTANT; in isAssistantView()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java261 Settings.Secure.getString(contentResolver, Settings.Secure.ASSISTANT); in checkSettings()