Searched refs:Settings (Results 1 – 16 of 16) sorted by relevance
29 class Settings {34 Settings();35 ~Settings();71 DISALLOW_COPY_AND_ASSIGN(Settings);
27 Settings::Settings() : initialized_(false), enable_on_start_(false) {} in Settings() function in bluetooth::Settings29 Settings::~Settings() {} in ~Settings()31 bool Settings::Init() { in Init()
29 class Settings; variable54 virtual Settings* GetSettings() const = 0;
52 Settings* GetSettings() const override { return settings_.get(); } in GetSettings()133 settings_.reset(new Settings()); in Init()160 std::unique_ptr<Settings> settings_;
28 # Needed so that Settings can access NOTICE files inside apex58 # Allow Settings to enable Dynamic System Update69 # Settings need to access app name and icon from asec72 # Allow system apps (like Settings) to interact with statsd134 # Settings app writes to /dev/stune/foreground/tasks.
28 # Needed so that Settings can access NOTICE files inside apex58 # Allow Settings to enable Dynamic System Update72 # Settings need to access app name and icon from asec81 # Allow system apps (like Settings) to interact with statsd144 # Settings app writes to /dev/stune/foreground/tasks.156 # Settings app reads ro.oem_unlock_supported
28 # Needed so that Settings can access NOTICE files inside apex58 # Allow Settings to enable Dynamic System Update72 # Settings need to access app name and icon from asec81 # Allow system apps (like Settings) to interact with statsd147 # Settings app writes to /dev/stune/foreground/tasks.
25 using bluetooth::Settings;40 Settings settings_;
31 MOCK_CONST_METHOD0(GetSettings, Settings*());
105 bluetooth::Settings settings_;
60 # Settings need to access app name and icon from asec63 # Allow system apps (like Settings) to interact with statsd
104 3. In Eclipse, do File->Import->C/C++->C/C++ Project Settings, choose the XML107 4. Right click on the project. Go to Preferences->C/C++ Build->Builder Settings.
51 # Settings need to access app name and icon from asec
54 # Settings need to access app name and icon from asec
437 launch_app com.android.settings com.android.settings.Settings > "$BASHPID-settings-$model"438 getstats "$BASHPID-settings-$model" Settings
25 import android.provider.Settings;