HomeSort by relevance Sort by last modified time
    Searched defs:sendNotification (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 49 sendNotification(id, R.drawable.black);
54 sendNotification(id, R.drawable.black);
59 sendNotification(1, R.drawable.black);
60 sendNotification(2, R.drawable.blue);
61 sendNotification(3, R.drawable.yellow);
65 private void sendNotification(final int id, final int icon) {
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 76 sendNotification(notifyId++, "testNotificationStressNotify");
79 private void sendNotification(int id, CharSequence text) {
  /development/tools/emulator/system/camera/
EmulatedCamera2.cpp 377 void EmulatedCamera2::sendNotification(int32_t msgType,
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 141 sendNotification(1);
144 sendNotification(2);
147 sendNotification(3);
150 sendNotification(4);
153 sendNotification(5);
156 sendNotification(6);
159 sendNotification(7);
162 sendNotification(8);
165 sendNotification(9);
168 sendNotification(10)
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.h 117 PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, bool shouldAllowPopups)
120 , m_sendNotification(sendNotification)
125 bool sendNotification() const { return m_sendNotification; }
301 NPError load(const FrameLoadRequest&, bool sendNotification, void* notifyData);
302 NPError handlePost(const char* url, const char* target, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHeaders);
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 266 sendNotification();
382 private final void sendNotification() {

Completed in 199 milliseconds