Searched defs:ANDROID_LOGGER (Results 1 – 3 of 3) sorted by relevance
201 static ANDROID_LOGGER: OnceCell<AndroidLogger> = OnceCell::new(); variable
201 static ANDROID_LOGGER: OnceCell<AndroidLogger> = OnceCell::new(); constant
1524 static ANDROID_LOGGER: OnceLock<AndroidLogger> = OnceLock::new(); in logger() variable