Searched defs:CarNavigationInstrumentCluster (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/android/car/navigation/
H A DCarNavigationInstrumentCluster.java31 public class CarNavigationInstrumentCluster implements Parcelable { class in inherits:Parcelable
56 public static final Parcelable.Creator<CarNavigationInstrumentCluster> CREATOR
57 = new Parcelable.Creator<CarNavigationInstrumentCluster>() {
58 public CarNavigationInstrumentCluster createFromParcel(Parcel in) {
59 return new CarNavigationInstrumentCluster(in);
62 public CarNavigationInstrumentCluster[] newArray(int size) {
63 return new CarNavigationInstrumentCluster[size];
67 public static CarNavigationInstrumentCluster createCluster(int minIntervalMs) {
68 return new CarNavigationInstrumentCluster(minIntervalMs, ClusterType.IMAGE_CODES_ONLY, 0, 0,
72 public static CarNavigationInstrumentCluster createCustomImageCluste
105 public CarNavigationInstrumentCluster(CarNavigationInstrumentCluster that) { method in class:CarNavigationInstrumentCluster
117 private CarNavigationInstrumentCluster( method in class:CarNavigationInstrumentCluster
144 private CarNavigationInstrumentCluster(Parcel in) { method in class:CarNavigationInstrumentCluster
[all...]
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
H A DCarNavigationInstrumentCluster.java31 public class CarNavigationInstrumentCluster extends ExtendableParcelable { class in inherits:ExtendableParcelable
63 public static final Parcelable.Creator<CarNavigationInstrumentCluster> CREATOR
64 = new Parcelable.Creator<CarNavigationInstrumentCluster>() {
65 public CarNavigationInstrumentCluster createFromParcel(Parcel in) {
66 return new CarNavigationInstrumentCluster(in);
69 public CarNavigationInstrumentCluster[] newArray(int size) {
70 return new CarNavigationInstrumentCluster[size];
74 public static CarNavigationInstrumentCluster createCluster(int minIntervalMs) {
75 return new CarNavigationInstrumentCluster(minIntervalMs, ClusterType.IMAGE_CODES_ONLY,
79 public static CarNavigationInstrumentCluster createCustomImageCluste
112 public CarNavigationInstrumentCluster(CarNavigationInstrumentCluster that) { method in class:CarNavigationInstrumentCluster
125 CarNavigationInstrumentCluster( method in class:CarNavigationInstrumentCluster
155 private CarNavigationInstrumentCluster(Parcel in) { method in class:CarNavigationInstrumentCluster
[all...]

Completed in 404 milliseconds