HomeSort by relevance Sort by last modified time
    Searched defs:notify (Results 451 - 475 of 798) sorted by null

<<11121314151617181920>>

  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 59 /** A local service for notify recommendation at home launcher. */
467 mNotificationManager.notify(NOTIFY_TAG, notificationId, notification);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
BaseTunerSetupActivity.java 394 notificationManager.notify(NOTIFY_TAG, NOTIFY_ID, notification);
425 notificationManager.notify(NOTIFY_TAG, NOTIFY_ID, notification);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java     [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 124 * Notify the current speed of an active download, used for calculating
383 mNotifManager.notify(tag, 0, notif);
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 163 highPriorityReceiver.notify();
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VpxCodecTestBase.java     [all...]
AudioManagerTest.java 204 this.notify();
    [all...]
MediaControllerTest.java 107 mWaitLock.notify();
122 mWaitLock.notify();
432 mWaitLock.notify();
441 mWaitLock.notify();
450 mWaitLock.notify();
459 mWaitLock.notify();
468 mWaitLock.notify();
477 mWaitLock.notify();
486 mWaitLock.notify();
496 mWaitLock.notify();
    [all...]
MediaDrmClearkeyTest.java 278 mLock.notify();
    [all...]
MediaSessionTest.java 605 mWaitLock.notify();
614 mWaitLock.notify();
623 mWaitLock.notify();
632 mWaitLock.notify();
641 mWaitLock.notify();
650 mWaitLock.notify();
658 mWaitLock.notify();
668 mWaitLock.notify();
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 405 mLoaderTask.notify();
610 final int screen, final int cellX, final int cellY, final boolean notify) {
641 cr.insert(notify ? LauncherSettings.Favorites.CONTENT_URI :
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 386 // Registered the notify to characteristics in the service
588 mRequestNotificationLock.notify();
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 530 .setContentTitle("notify#" + id)
533 mNotificationManager.notify(id, notification);
556 .setContentTitle("notify#" + id)
559 mNotificationManager.notify(id, notification);
607 .setContentTitle("notify#" + id)
611 mNotificationManager.notify(id, notification);
633 .setContentTitle("notify#" + id)
645 mNotificationManager.notify(id, notification);
658 .setContentTitle("notify#" + id)
669 mNotificationManager.notify(id, notification)
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 602 mLockObj.notify();
  /external/ImageMagick/MagickCore/
widget.c 2712 notify; local
4135 notify; local
5357 notify; local
6576 notify; local
7583 notify; local
9612 notify; local
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 546 renderSynch.notify();
572 renderSynch.notify();
  /external/ppp/pppd/
main.c 810 notify(pidchange, pid);
1207 notify(phasechange, p);
2059 notify(notif, val) function
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp 277 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); local
278 notify->setInt64("srcId", dsd->mId);
290 *source = new HTTPLiveSource2(notify, httpService, url, headers);
295 notify, httpService, url, headers, mUID);
303 notify, httpService, url, headers, mUID, true);
310 new GenericSource2(notify, mUID, mMediaClock);
330 new GenericSource2(notify, mUID, mMediaClock);
352 new GenericSource2(notify, mUID, mMediaClock);
573 sp<AMessage> notify = new AMessage(kWhatNotifyTime, this); local
574 notify->setInt64("timerUs", mediaTimeUs)
1657 sp<AMessage> notify = new AMessage(kWhatRendererNotify, this); local
1985 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); local
2007 sp<AMessage> notify = new AMessage(kWhatVideoNotify, this); local
3078 sp<AMessage> notify = dupNotify(); local
3085 sp<AMessage> notify = dupNotify(); local
3093 sp<AMessage> notify = dupNotify(); local
3103 sp<AMessage> notify = dupNotify(); local
    [all...]
NuPlayer2Renderer.cpp 92 const sp<AMessage> &notify,
96 mNotify(notify),
438 const sp<AMessage> &notify) {
448 msg->setMessage("notify", notify);
508 sp<AMessage> notify; local
509 CHECK(msg->findMessage("notify", &notify));
513 notify->setInt32("err", INVALID_OPERATION);
514 notify->post()
800 sp<AMessage> notify = mNotify->dup(); local
1388 sp<AMessage> notify = mNotify->dup(); local
1406 sp<AMessage> notify = mNotify->dup(); local
1670 sp<AMessage> notify = mNotify->dup(); local
1817 sp<AMessage> notify = mNotify->dup(); local
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 1424 void MediaPlayerService::Client::notify( function in class:android::MediaPlayerService::Client
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 226 sp<AMessage> notify = new AMessage(kWhatMediaClockNotify, this); local
227 mMediaClock->setNotificationMessage(notify);
233 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); local
235 msg->setObject("source", new StreamingSource(notify, source));
265 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); local
269 source = new HTTPLiveSource(notify, httpService, url, headers);
274 notify, httpService, url, headers, mUIDValid, mUID);
282 notify, httpService, url, headers, mUIDValid, mUID, true);
289 new GenericSource(notify, mUIDValid, mUID, mMediaClock);
309 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this) local
331 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); local
482 sp<AMessage> notify = new AMessage(kWhatNotifyTime, this); local
1592 sp<AMessage> notify = new AMessage(kWhatRendererNotify, this); local
1939 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); local
1961 sp<AMessage> notify = new AMessage(kWhatVideoNotify, this); local
2991 sp<AMessage> notify = dupNotify(); local
2998 sp<AMessage> notify = dupNotify(); local
3006 sp<AMessage> notify = dupNotify(); local
3016 sp<AMessage> notify = dupNotify(); local
3024 sp<AMessage> notify = dupNotify(); local
    [all...]
NuPlayerRenderer.cpp 93 const sp<AMessage> &notify,
97 mNotify(notify),
439 const sp<AMessage> &notify) {
449 msg->setMessage("notify", notify);
509 sp<AMessage> notify; local
510 CHECK(msg->findMessage("notify", &notify));
514 notify->setInt32("err", INVALID_OPERATION);
515 notify->post()
801 sp<AMessage> notify = mNotify->dup(); local
1389 sp<AMessage> notify = mNotify->dup(); local
1407 sp<AMessage> notify = mNotify->dup(); local
1664 sp<AMessage> notify = mNotify->dup(); local
1819 sp<AMessage> notify = mNotify->dup(); local
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 276 const sp<AMessage> &notify, uint32_t flags,
278 : mNotify(notify),
907 sp<AMessage> notify = mNotify->dup(); local
1171 sp<AMessage> notify = new AMessage(kWhatFetcherNotify, this); local
1763 sp<AMessage> notify = mNotify->dup(); local
2250 sp<AMessage> notify = mNotify->dup(); local
2263 sp<AMessage> notify = mNotify->dup(); local
2280 sp<AMessage> notify = mNotify->dup(); local
2390 sp<AMessage> notify = mNotify->dup(); local
2399 sp<AMessage> notify = mNotify->dup(); local
    [all...]
PlaylistFetcher.cpp 144 const sp<AMessage> &notify,
149 : mNotify(notify),
626 sp<AMessage> notify = mNotify->dup(); local
627 notify->setInt32("what", kWhatStarted);
628 notify->setInt32("err", err);
629 notify->post();
637 sp<AMessage> notify = mNotify->dup(); local
638 notify->setInt32("what", kWhatPaused);
639 notify->setInt32("seekMode",
643 notify->post()
651 sp<AMessage> notify = mNotify->dup(); local
663 sp<AMessage> notify = mNotify->dup(); local
825 sp<AMessage> notify = mNotify->dup(); local
831 sp<AMessage> notify = mNotify->dup(); local
1909 sp<AMessage> notify = mNotify->dup(); local
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 118 const sp<AMessage> &notify,
120 : mNotify(notify),
179 sp<AMessage> notify = new AMessage('biny', this); local
180 mConn->observeBinaryData(notify);
190 sp<AMessage> notify = new AMessage('biny', this); local
191 mConn->observeBinaryData(notify);
719 sp<AMessage> notify = new AMessage('accu', this); local
720 notify->setSize("track-index", trackIndex);
740 notify, track->mUsingInterleavedTCP);
1220 sp<AMessage> notify = mNotify->dup(); local
    [all...]

Completed in 1872 milliseconds

<<11121314151617181920>>