Lines Matching full:system
25 import android.provider.Settings.System;
31 * - a system resource for the pattern
34 * - a system setting HAPTIC_FEEDBACK_ENABLED.
36 * system Settings activity. It must be rechecked each time the
52 * // Refresh the system setting.
76 private Settings.System mSystemSettings;
81 * Initialize this instance using the app and system
85 * @param context To look up the resources and system settings.
87 * the system settings.
96 mSystemSettings = new Settings.System();
103 * Reload the system settings to check if the user enabled the
111 int val = mSystemSettings.getInt(mContentResolver, System.HAPTIC_FEEDBACK_ENABLED, 0);
114 Log.e(TAG, "Could not retrieve system setting.", nfe);
134 * @return true If the system haptic pattern was found.