Merge "Update language to comply with Android's inclusive language guidance" am: e859848f9f am: e5da315dd7 am: 6ba33c095c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1378577 Change-Id: I5aa60a3cec72ee834e8914390e8fa15d2064690f
This commit is contained in:
@@ -128,7 +128,7 @@ void ConfigManager::Startup() {
|
||||
}
|
||||
|
||||
void ConfigManager::StartupForTest() {
|
||||
// Dummy function to avoid reading configs from disks for tests.
|
||||
// No-op function to avoid reading configs from disks for tests.
|
||||
}
|
||||
|
||||
void ConfigManager::AddListener(const sp<ConfigListener>& listener) {
|
||||
|
||||
@@ -46,7 +46,7 @@ public:
|
||||
void Startup();
|
||||
|
||||
/*
|
||||
* Dummy initializer for tests.
|
||||
* No-op initializer for tests.
|
||||
*/
|
||||
void StartupForTest();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user