Lines Matching refs:Settings
17 package com.android.settings;
22 import android.provider.Settings;
46 String info = Settings.Secure.getString(res, Settings.Secure.LOCK_SCREEN_OWNER_INFO);
47 int enabled = Settings.Secure.getInt(res,
48 Settings.Secure.LOCK_SCREEN_OWNER_INFO_ENABLED, 1);
56 Settings.Secure.putInt(res, Settings.Secure.LOCK_SCREEN_OWNER_INFO_ENABLED,
72 Settings.Secure.putString(res, Settings.Secure.LOCK_SCREEN_OWNER_INFO, info);