Lines Matching full:system
27 Android system architecture contains the following components:
32 <p class="img-caption"><strong>Figure 1.</strong> Android system architecture</p>
43 framework to cross process boundaries and call into the Android system services
44 code. This enables high level framework APIs to interact with Android system
48 <h2 id="system-services">System services</h2>
49 <p>System services are modular, focused components such as Window Manager,
51 framework APIs communicates with system services to access the underlying
52 hardware. Android includes two groups of services: <em>system</em> (such as
60 the higher level system. HAL implementations are packaged into modules and
61 loaded by the Android system at the appropriate time. For details, see
68 additions such as wake locks (a memory management system that is more aggressive
70 mobile embedded platform. These additions are primarily for system functionality