Home
last modified time | relevance | path

Searched refs:ARC (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/org/chromium/arc/
H A DEventLogTags.logtags5 # We use ID range 300000-399999 for ARC.
9 # Emitted in ARC system events, such as start of ARC services.
/aosp14/frameworks/base/packages/SettingsLib/search/interface-src/com/android/settingslib/search/
H A DSearchIndexable.java58 int ARC = 1 << 4; field
63 int ALL = MOBILE | TV | WEAR | AUTO | ARC;
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DREADME.md51 With the ARC system, we can limit the total number of ARCs in circulation, thus limiting how much
144 * ARC: Android Resource Credits are the "currency" units used as an abstraction layer over the real
146 * Cake: A lie; also the smallest unit of an ARC (1 cake = one-billionth of an ARC = 1 nano-ARC).
/aosp14/frameworks/base/packages/SettingsLib/search/processor-src/com/android/settingslib/search/
H A DIndexableProcessor.java135 } else if ((forTarget & SearchIndexable.ARC) != 0) { in process()