/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/assist/ |
D | AssistConfigBasePreferenceControllerTest.java | 116 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()
|
D | DefaultVoiceInputPickerEntryPreferenceControllerTest.java | 134 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()
|
D | TextContextPreferenceControllerTest.java | 63 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in setUp()
|
D | ScreenshotContextPreferenceControllerTest.java | 63 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in setUp()
|
D | DefaultVoiceInputPickerPreferenceControllerTest.java | 273 Settings.Secure.putStringForUser(mContext.getContentResolver(), Settings.Secure.ASSISTANT, in setCurrentAssistant()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/assist/ |
D | AssistFlashScreenPreferenceControllerTest.java | 87 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()
|
D | AssistContextPreferenceControllerTest.java | 76 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()
|
D | DefaultAssistPreferenceControllerTest.java | 100 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/ |
D | DefaultAssistantPickerEntryPreferenceControllerTest.java | 90 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/ |
D | AssistantGestureTutorialController.java | 37 case ASSISTANT: in onBackGestureAttempted() 60 case ASSISTANT: in onNavBarGestureAttempted()
|
D | TutorialFragment.java | 88 case ASSISTANT: in getFragmentForTutorialType()
|
D | TutorialController.java | 496 ASSISTANT, enumConstant
|
/packages/apps/Contacts/src/com/android/contacts/drawer/ |
D | DrawerFragment.java | 243 mListener.onContactsViewSelected(ContactsView.ASSISTANT); 244 setNavigationItemChecked(ContactsView.ASSISTANT);
|
D | DrawerAdapter.java | 105 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/ |
D | PeopleActivity.java | 118 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/ |
D | AssistSettingObserver.java | 33 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
|
/packages/modules/Permission/framework-s/api/ |
D | current.txt | 8 field public static final String ROLE_ASSISTANT = "android.app.role.ASSISTANT";
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/ |
D | DefaultVoiceInputPickerEntryPreferenceController.java | 45 private static final Uri ASSIST_URI = Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
|
D | AssistConfigBasePreferenceController.java | 81 private static final Uri ASSIST_URI = Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | TaskOverlayFactoryGo.java | 255 Settings.Secure.getString(contentResolver, Settings.Secure.ASSISTANT); in checkSettings()
|