Lines Matching refs:Settings
17 package com.android.settings;
68 import android.provider.Settings;
110 private static final String TAG = "Settings";
131 private static final String SETTINGS_PACKAGE_NAME = "com.android.settings";
653 * Returns the target user for a Settings activity.
659 * one if the app launching this activity is the Settings app itself, running in the same user
702 * Returns the target user for a Settings activity.
770 * Return whether or not the user should have a SIM Cards option in Settings.
1114 return Settings.Global.getInt(context.getContentResolver(),
1115 Settings.Global.DEVICE_PROVISIONED, 0) != 0;