Searched defs:Decoder (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInstallShortcutReceiver.java131 Decoder decoder = new Decoder(encoded, context);
246 Decoder decoder = new Decoder(encoded, context);
509 Decoder decoder = new Decoder(encoded, context);
564 private static class Decoder extends JSONObject { class in class:InstallShortcutReceiver
568 private Decoder(String encoded, Context context) throws JSONException, URISyntaxException { method in class:InstallShortcutReceiver.Decoder
/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticEvent.java596 public static final class Decoder { class in class:CarDiagnosticEvent.IgnitionMonitor
600 Decoder(int availableBitmask, int incompleteBitmask) { method in class:CarDiagnosticEvent.IgnitionMonitor.Decoder
637 static final IgnitionMonitor.Decoder COMPONENTS_DECODER =
638 new IgnitionMonitor.Decoder(COMPONENTS_AVAILABLE, COMPONENTS_INCOMPLETE);
640 static final IgnitionMonitor.Decoder FUEL_SYSTEM_DECODER =
641 new IgnitionMonitor.Decoder(FUEL_SYSTEM_AVAILABLE, FUEL_SYSTEM_INCOMPLETE);
643 static final IgnitionMonitor.Decoder MISFIRE_DECODER =
644 new IgnitionMonitor.Decoder(MISFIRE_AVAILABLE, MISFIRE_INCOMPLETE);
727 static final IgnitionMonitor.Decoder EGR_DECODER =
728 new IgnitionMonitor.Decoder(EGR_AVAILABL
[all...]
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 1731 milliseconds