Home
last modified time | relevance | path

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

/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DDeviceOwnerFragment.java169 getBooleanGlobalSetting(activity.getContentResolver(), Settings.Global.AUTO_TIME)); in retrieveCurrentSettings()
171 getBooleanGlobalSetting(activity.getContentResolver(), in retrieveCurrentSettings()
208 private static boolean getBooleanGlobalSetting(ContentResolver resolver, String setting) { in getBooleanGlobalSetting() method in DeviceOwnerFragment