Home | History | Annotate | Download | only in applications

Lines Matching defs:Secure

71         Settings.Secure.putString(getContext().getContentResolver(),
72 Settings.Secure.ASSISTANT, ITEM_NONE_VALUE);
73 Settings.Secure.putString(getContext().getContentResolver(),
74 Settings.Secure.VOICE_INTERACTION_SERVICE, "");
75 Settings.Secure.putString(getContext().getContentResolver(),
76 Settings.Secure.VOICE_RECOGNITION_SERVICE, getDefaultRecognizer());
89 Settings.Secure.putString(getContext().getContentResolver(),
90 Settings.Secure.ASSISTANT, serviceComponentName);
91 Settings.Secure.putString(getContext().getContentResolver(),
92 Settings.Secure.VOICE_INTERACTION_SERVICE, serviceComponentName);
93 Settings.Secure.putString(getContext().getContentResolver(),
94 Settings.Secure.VOICE_RECOGNITION_SERVICE, serviceRecognizerName);
105 Settings.Secure.putString(getContext().getContentResolver(),
106 Settings.Secure.ASSISTANT, activityInfo.component.flattenToShortString());
107 Settings.Secure.putString(getContext().getContentResolver(),
108 Settings.Secure.VOICE_INTERACTION_SERVICE, "");
109 Settings.Secure.putString(getContext().getContentResolver(),
110 Settings.Secure.VOICE_RECOGNITION_SERVICE, getDefaultRecognizer());