OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBooleanGlobalSetting
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java
169
getBooleanGlobalSetting
(activity.getContentResolver(), Settings.Global.AUTO_TIME));
171
getBooleanGlobalSetting
(activity.getContentResolver(),
208
private static boolean
getBooleanGlobalSetting
(ContentResolver resolver, String setting) {
/developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java
169
getBooleanGlobalSetting
(activity.getContentResolver(), Settings.Global.AUTO_TIME));
171
getBooleanGlobalSetting
(activity.getContentResolver(),
208
private static boolean
getBooleanGlobalSetting
(ContentResolver resolver, String setting) {
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerFragment.java
169
getBooleanGlobalSetting
(activity.getContentResolver(), Settings.Global.AUTO_TIME));
171
getBooleanGlobalSetting
(activity.getContentResolver(),
208
private static boolean
getBooleanGlobalSetting
(ContentResolver resolver, String setting) {
Completed in 143 milliseconds