HomeSort by relevance Sort by last modified time
    Searched refs:NotificationMode (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/
NotificationMode.java 36 public class NotificationMode extends Asn1Enumerated {
78 public NotificationMode() {
118 * Creates a new NotificationMode from encoded stream.
120 public static NotificationMode fromPerUnaligned(byte[] encodedBytes) {
121 NotificationMode result = new NotificationMode();
127 * Creates a new NotificationMode from encoded stream.
129 public static NotificationMode fromPerAligned(byte[] encodedBytes) {
130 NotificationMode result = new NotificationMode();
    [all...]
Ver2_SUPL_INIT_extension.java 105 private NotificationMode notificationMode_;
106 public NotificationMode getNotificationMode() {
110 * @throws ClassCastException if value is not a NotificationMode
113 this.notificationMode_ = (NotificationMode) value;
115 public NotificationMode setNotificationModeToNewInstance() {
116 notificationMode_ = new NotificationMode();
257 return tag == null ? NotificationMode.getPossibleFirstTags() : ImmutableList.of(tag);
271 return "notificationMode : "
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 401 enum NotificationMode {
410 NotificationMode Mode;
    [all...]

Completed in 81 milliseconds