Home
last modified time | relevance | path

Searched refs:Settings (Results 1 – 16 of 16) sorted by relevance

/system/bt/service/
Dsettings.h29 class Settings {
34 Settings();
35 ~Settings();
71 DISALLOW_COPY_AND_ASSIGN(Settings);
Dsettings.cc27 Settings::Settings() : initialized_(false), enable_on_start_(false) {} in Settings() function in bluetooth::Settings
29 Settings::~Settings() {} in ~Settings()
31 bool Settings::Init() { in Init()
Ddaemon.h29 class Settings; variable
54 virtual Settings* GetSettings() const = 0;
Ddaemon.cc52 Settings* GetSettings() const override { return settings_.get(); } in GetSettings()
133 settings_.reset(new Settings()); in Init()
160 std::unique_ptr<Settings> settings_;
/system/sepolicy/prebuilts/api/29.0/private/
Dsystem_app.te28 # Needed so that Settings can access NOTICE files inside apex
58 # Allow Settings to enable Dynamic System Update
69 # Settings need to access app name and icon from asec
72 # Allow system apps (like Settings) to interact with statsd
134 # Settings app writes to /dev/stune/foreground/tasks.
/system/sepolicy/private/
Dsystem_app.te28 # Needed so that Settings can access NOTICE files inside apex
58 # Allow Settings to enable Dynamic System Update
72 # Settings need to access app name and icon from asec
81 # Allow system apps (like Settings) to interact with statsd
144 # Settings app writes to /dev/stune/foreground/tasks.
156 # Settings app reads ro.oem_unlock_supported
/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_app.te28 # Needed so that Settings can access NOTICE files inside apex
58 # Allow Settings to enable Dynamic System Update
72 # Settings need to access app name and icon from asec
81 # Allow system apps (like Settings) to interact with statsd
147 # Settings app writes to /dev/stune/foreground/tasks.
/system/bt/service/test/
Dsettings_unittest.cc25 using bluetooth::Settings;
40 Settings settings_;
Dmock_daemon.h31 MOCK_CONST_METHOD0(GetSettings, Settings*());
Dipc_linux_unittest.cc105 bluetooth::Settings settings_;
/system/sepolicy/prebuilts/api/28.0/private/
Dsystem_app.te60 # Settings need to access app name and icon from asec
63 # Allow system apps (like Settings) to interact with statsd
/system/bt/
DREADME.md104 3. In Eclipse, do File->Import->C/C++->C/C++ Project Settings, choose the XML
107 4. Right click on the project. Go to Preferences->C/C++ Build->Builder Settings.
/system/sepolicy/prebuilts/api/26.0/private/
Dsystem_app.te51 # Settings need to access app name and icon from asec
/system/sepolicy/prebuilts/api/27.0/private/
Dsystem_app.te54 # Settings need to access app name and icon from asec
/system/extras/app-launcher/
Dapp-launcher437 launch_app com.android.settings com.android.settings.Settings > "$BASHPID-settings-$model"
438 getstats "$BASHPID-settings-$model" Settings
/system/gsid/tests/
DLockScreenAutomation.java25 import android.provider.Settings;