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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_notify/
Ver2_SUPLNOTIFY.java 101 private Notification notification_; field in class:Ver2_SUPLNOTIFY
103 return notification_;
109 this.notification_ = (Notification) value;
112 notification_ = new Notification();
113 return notification_;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_init/
SUPLINIT.java 119 private Notification notification_; field in class:SUPLINIT
121 return notification_;
127 this.notification_ = (Notification) value;
130 notification_ = new Notification();
131 return notification_;
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
MessageUtilsTest.java 94 MessageUtils.findMessageNames(CLASSES, new String[]{"CMD_", "NOTIFICATION_"});

Completed in 145 milliseconds