Home
last modified time | relevance | path

Searched refs:Fetcher (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/tests/inheritance/1.0/default/
H A DFetcher.cpp15 Fetcher::Fetcher() { in Fetcher() function in android::hardware::tests::inheritance::V1_0::implementation::Fetcher
35 Return<sp<IGrandparent>> Fetcher::getGrandparent(bool sendRemote) { in getGrandparent()
39 Return<sp<IParent>> Fetcher::getParent(bool sendRemote) { in getParent()
43 Return<sp<IChild>> Fetcher::getChild(bool sendRemote) { in getChild()
48 return new Fetcher(); in HIDL_FETCH_IFetcher()
H A DFetcher.h23 struct Fetcher : public IFetcher { struct
25 Fetcher();
H A DAndroid.bp17 "Fetcher.cpp",
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
H A DBatteryMeterViewTest.kt46 mBatteryMeterView.setBatteryEstimateFetcher(Fetcher())
61 private class Fetcher : BatteryEstimateFetcher { regex
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DDSULoader.java121 private class Fetcher implements Runnable { class in DSULoader
124 Fetcher(URL dsuList) { in Fetcher() method in DSULoader.Fetcher
361 new Thread(new Fetcher(url)).start(); in onCreate()