Searched defs:cluster (Results 1 - 22 of 22) sorted by relevance

/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
H A DInstrumentClusterRendererFactory.java16 package android.car.cluster.demorenderer;
18 import android.car.cluster.renderer.InstrumentClusterRenderer;
H A DDemoMediaRenderer.java16 package android.car.cluster.demorenderer;
18 import android.car.cluster.demorenderer.MediaStateMonitor.MediaStateListener;
25 * Demo of rendering media data in instrument cluster.
H A DDemoInstrumentClusterRenderer.java16 package android.car.cluster.demorenderer;
18 import android.car.cluster.renderer.DisplayConfiguration;
19 import android.car.cluster.renderer.InstrumentClusterRenderer;
20 import android.car.cluster.renderer.NavigationRenderer;
H A DDemoNavigationRenderer.java16 package android.car.cluster.demorenderer;
22 import android.car.cluster.renderer.NavigationRenderer;
H A DDemoPhoneRenderer.java17 package android.car.cluster.demorenderer;
19 import android.car.cluster.demorenderer.CallStateMonitor.PhoneStateListener;
27 * Demo for rendering phone status in instrument cluster.
H A DMediaStateMonitor.java16 package android.car.cluster.demorenderer;
30 * Reports current media status to instrument cluster renderer.
H A DCallStateMonitor.java17 package android.car.cluster.demorenderer;
20 import android.car.cluster.demorenderer.PhoneBook.Contact;
21 import android.car.cluster.demorenderer.PhoneBook.ContactLoadedListener;
22 import android.car.cluster.demorenderer.PhoneBook.ContactPhotoLoadedListener;
68 // Update call state immediately on instrument cluster.
H A DDemoInstrumentClusterView.java16 package android.car.cluster.demorenderer;
29 * This class is responsible for drawing the whole instrument cluster.
H A DPhoneBook.java17 package android.car.cluster.demorenderer;
/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterPresentation.java16 package com.android.car.cluster;
H A DInstrumentClusterRendererLoader.java16 package com.android.car.cluster;
18 import android.car.cluster.renderer.InstrumentClusterRenderer;
33 * Responsible for loading {@link InstrumentClusterRenderer} from separate android.car.cluster APK
42 * Returns true if instrument cluster renderer installed.
86 /** Returns instrument cluster renderer or null if renderer package is not found */
H A DCarNavigationService.java16 package com.android.car.cluster;
19 import android.car.cluster.renderer.NavigationRenderer;
35 import com.android.car.cluster.InstrumentClusterService.RendererInitializationListener;
36 import com.android.car.cluster.renderer.ThreadSafeNavigationRenderer;
43 * Service that will push navigation event to navigation renderer in instrument cluster.
139 // The new listener needs to be told the instrument cluster parameters.
248 Log.w(TAG, "Instrument cluster renderer is not available.");
H A DInstrumentClusterService.java16 package com.android.car.cluster;
18 import static com.android.car.cluster.InstrumentClusterRendererLoader.createRenderer;
19 import static com.android.car.cluster.InstrumentClusterRendererLoader.createRendererPackageContext;
24 import android.car.cluster.renderer.InstrumentClusterRenderer;
25 import android.car.cluster.renderer.NavigationRenderer;
48 * Service responsible for interaction with car's instrument cluster.
171 /** Access to instrument cluster is not available */
174 /** Access to instrument cluster through vehicle HAL using meta-data. */
177 /** Access instrument cluster as a secondary display. */
222 // TODO: assuming that secondary display is instrument cluster
[all...]
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
H A DInstrumentClusterRenderer.java16 package android.car.cluster.renderer;
26 * Interface for instrument cluster rendering.
28 * TODO: implement instrument cluster feature list and extend API.
38 * Calls once when instrument cluster should be created.
52 * Returns properties of instrument cluster for navigation.
H A DDisplayConfiguration.java16 package android.car.cluster.renderer;
64 /** Region that will be fully visible in instrument cluster */
71 * be partially visible in the instrument cluster. It is useful to fade-out primary
H A DNavigationRenderer.java16 package android.car.cluster.renderer;
23 * Contains methods specified for Navigation App renderer in instrument cluster.
/packages/services/Car/service/src/com/android/car/cluster/renderer/
H A DRendererHandler.java16 package com.android.car.cluster.renderer;
H A DThreadSafeNavigationRenderer.java16 package com.android.car.cluster.renderer;
19 import android.car.cluster.renderer.NavigationRenderer;
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
H A DInstrumentClusterFragment.java16 package com.google.android.car.kitchensink.cluster;
36 * Contains functions to test instrument cluster API.
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java166 IntArray cluster = clustered.get(tag);
167 if (cluster == null) {
168 cluster = new IntArray();
169 clustered.put(tag, cluster);
171 cluster.add(cursor.getPosition());
175 // Build notification for each cluster
178 final IntArray cluster = clustered.valueAt(i);
185 // Use time when cluster was first shown to avoid shuffling
206 final long[] downloadIds = getDownloadIds(cursor, cluster);
234 cursor.moveToPosition(cluster
387 getDownloadIds(Cursor cursor, IntArray cluster) argument
[all...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DFakeUid.java249 public long getTimeAtCpuSpeed(int cluster, int step, int which) { argument
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
H A Dcontacts2_1108.sql37 CREATE TABLE nickname_lookup (name TEXT,cluster TEXT);
132 CREATE UNIQUE INDEX nickname_lookup_index ON nickname_lookup (name, cluster);

Completed in 1834 milliseconds