Merge "Update language to comply with Android's inclusive language guidance"
This commit is contained in:
@@ -57,7 +57,7 @@ void ConfigManager::Startup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ConfigManager::StartupForTest() {
|
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) {
|
void ConfigManager::AddListener(const sp<ConfigListener>& listener) {
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ public:
|
|||||||
void Startup();
|
void Startup();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Dummy initializer for tests.
|
* No-op initializer for tests.
|
||||||
*/
|
*/
|
||||||
void StartupForTest();
|
void StartupForTest();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user