Home | History | Annotate | Download | only in com.example.android.deviceowner

Lines Matching refs:Global

48  * actions, such as configuring global settings and enforcing a preferred Activity for a specific
78 setBooleanGlobalSetting(Settings.Global.AUTO_TIME, isChecked);
82 setBooleanGlobalSetting(Settings.Global.AUTO_TIME_ZONE, isChecked);
162 * Retrieves the current global settings and changes the UI accordingly.
167 // Global settings
169 getBooleanGlobalSetting(activity.getContentResolver(), Settings.Global.AUTO_TIME));
172 Settings.Global.AUTO_TIME_ZONE));
202 * Retrieves the current boolean value of the specified global setting.
209 return 0 != Settings.Global.getInt(resolver, setting, 0);
213 * Sets the boolean value of the specified global setting.