mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
Update On Mon Apr 22 20:26:13 CEST 2024
This commit is contained in:
@@ -46,7 +46,7 @@ class BASE_EXPORT InputHintChecker {
|
||||
// Fetches and returns the input hint from the Android Framework. Throttles
|
||||
// the calls to one every few milliseconds. When a call is made before the
|
||||
// minimal time interval passed since the previous call, returns false.
|
||||
static bool HasInput();
|
||||
static bool HasInput() { return false; }
|
||||
|
||||
// RAII override of GetInstance() for testing.
|
||||
struct ScopedOverrideInstance {
|
||||
|
@@ -56,7 +56,7 @@ std::string GetWifiSSID() {
|
||||
return {};
|
||||
}
|
||||
|
||||
absl::optional<int32_t> GetWifiSignalLevel() {
|
||||
std::optional<int32_t> GetWifiSignalLevel() {
|
||||
return {};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user