Searched refs:notify (Results 1 - 25 of 69) sorted by relevance

123

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java74 mNM.notify(1, n);
86 mNM.notify(1, n);
96 mNM.notify(1, n);
104 mNM.notify(1, new Notification(NotificationTestList.this,
110 mNM.notify(2, new Notification(NotificationTestList.this,
116 mNM.notify(3, new Notification(NotificationTestList.this,
133 mNM.notify(2, n);
146 mNM.notify(3, n);
173 mNM.notify(1, n);
184 mNM.notify(
[all...]
H A DStatusBarTest.java116 mNotificationManager.notify(1,
/frameworks/base/core/java/android/webkit/
H A DJsResult.java79 mProxy.notify();
H A DHttpAuthHandler.java127 mRequestInFlightLock.notify();
/frameworks/base/core/java/android/app/
H A DNotificationManager.java27 * Class to notify the user of events that happen. This is how you tell
41 * Each of the notify methods takes an int id parameter. This id identifies
43 * within your app. If you call one of the notify methods with an id that is
86 * notify the user, other than the view you're providing. Must not be null.
88 public void notify(int id, Notification notification) method in class:NotificationManager
90 notify(null, id, notification);
99 * notify the user, other than the view you're providing. Must not be null.
103 public void notify(String tag, int id, Notification notification) method in class:NotificationManager
108 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
112 Log.w(TAG, "notify
[all...]
/frameworks/base/include/media/
H A DIMediaPlayerClient.h31 virtual void notify(int msg, int ext1, int ext2) = 0;
H A Dmediarecorder.h121 // The "msg" code passed to the listener in notify.
146 virtual void notify(int msg, int ext1, int ext2) = 0;
179 void notify(int msg, int ext1, int ext2);
H A Dmediaplayer.h47 // MediaPlayerListener::notify method defined below.
48 // In this situation, 'notify' is invoked with the following:
77 // MediaPlayerListener::notify method defined below. In this situation,
78 // 'notify' is invoked with the following:
126 virtual void notify(int msg, int ext1, int ext2) = 0;
161 void notify(int msg, int ext1, int ext2);
/frameworks/base/media/libmedia/
H A DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2) function in class:android::BpMediaPlayerClient
62 notify(msg, ext1, ext2);
H A Dmediarecorder.cpp622 void MediaRecorder::notify(int msg, int ext1, int ext2) function in class:android::MediaRecorder
634 listener->notify(msg, ext1, ext2);
642 notify(MEDIA_RECORDER_EVENT_ERROR, MEDIA_ERROR_SERVER_DIED, 0);
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidNativeEventQueue.java33 eventMonitor.notify();
/frameworks/base/awt/org/apache/harmony/awt/wtk/
H A DNativeEventQueue.java85 eventMonitor.notify();
/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerTester.java74 HandlerTester.this.notify();
H A DHandlerThreadTest.java42 HandlerThreadTest.this.notify();
/frameworks/base/tests/CoreTests/android/core/
H A DMonitorTest.java207 interrupterLock.notify();
227 interrupterLock.notify();
247 interrupterLock.notify();
368 w[j].lock.notify();
/frameworks/base/core/java/android/net/http/
H A DConnectionThread.java62 mRequestFeeder.notify();
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
/frameworks/base/core/java/android/os/
H A DMessageQueue.java193 this.notify();
202 this.notify();
324 this.notify();
/frameworks/base/services/java/com/android/server/
H A DSensorService.java108 mListeners.notify();
187 mListeners.notify();
226 mListeners.notify();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java119 Log.v(TAG, "notify lock.");
124 lock.notify();
136 lock.notify();
142 lock.notify();
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
H A DImageLoader.java103 storage.queue.notify();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java316 mLock.notify();
326 mLock.notify();
336 mLock.notify();
347 mLock.notify();
/frameworks/base/media/libstagefright/
H A DCameraSource.cpp73 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
96 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { function in class:android::CameraSourceListener
97 LOGV("notify(%d, %d, %d)", msgType, ext1, ext2);
/frameworks/base/include/camera/
H A DCamera.h106 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java99 fillUpDone.notify();

Completed in 412 milliseconds

123