HomeSort by relevance Sort by last modified time
    Searched refs:notify (Results 176 - 200 of 1301) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/native/cmds/lshal/
Timeout.h 34 void notify() { function in class:android::lshal::BackgroundTaskState
59 state.notify();
  /hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
mock-timeout.h 77 auto notify = [&]() { \
83 return EGMockFlippedComma_<decltype(invokeMock())>(invokeMock, notify);
  /packages/apps/Email/provider_src/com/android/email/service/
PolicyService.java 71 setAccountPolicy2(accountId, policy, securityKey, true /* notify */);
76 boolean notify) {
78 mSecurityPolicy.setAccountPolicy(accountId, policy, securityKey, notify);
  /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...]
  /frameworks/support/media/src/main/java/androidx/media/
MediaPlayer2Impl.java 164 public void notify(MediaPlayer2EventCallback callback) {
589 public void notify(MediaPlayer2EventCallback cb) {
1512 void notify(MediaPlayer2EventCallback callback); method in interface:MediaPlayer2Impl.Mp2EventNotifier
1516 void notify(PlayerEventCallback callback); method in interface:MediaPlayer2Impl.PlayerEventNotifier
1520 void notify(DrmEventCallback callback); method in interface:MediaPlayer2Impl.DrmEventNotifier
    [all...]
  /cts/common/device-side/nativetesthelper/jni/
gtest_wrapper.cpp 78 notify(gRunNotifier.fireTestStarted);
96 notify(gRunNotifier.fireTestFinished);
109 notify(gRunNotifier.fireTestIgnored);
117 void notify(jmethodID method) { function in class:JUnitNotifyingListener
  /cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
SendNotification.java 60 notificationManager.notify(NOTIFICATION_ID,
  /cts/tests/tests/media/src/android/media/cts/
BassBoostTest.java 373 mLock.notify();
386 mLock.notify();
400 mLock.notify();
408 mLock.notify();
MediaBrowserServiceTest.java 49 mWaitLock.notify();
65 mWaitLock.notify();
79 mWaitLock.notify();
90 mWaitLock.notify();
PresetReverbTest.java 335 mLock.notify();
348 mLock.notify();
362 mLock.notify();
370 mLock.notify();
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
InlineReply.java 54 context.getSystemService(NotificationManager.class).notify(0, nb.build());
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/tests/src/com/example/android/basicimmersivemode/tests/
SampleTests.java 101 // Notify any thread waiting on this runnable that it can continue
102 this.notify();
  /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/tests/src/com/example/android/immersivemode/tests/
ImmersiveModeSampleTests.java 86 // Notify any thread waiting on this runnable that it can continue
87 this.notify();
  /developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /developers/samples/android/ui/window/BasicImmersiveMode/Application/tests/src/com/example/android/basicimmersivemode/tests/
SampleTests.java 101 // Notify any thread waiting on this runnable that it can continue
102 this.notify();
  /developers/samples/android/ui/window/ImmersiveMode/Application/tests/src/com/example/android/immersivemode/tests/
ImmersiveModeSampleTests.java 86 // Notify any thread waiting on this runnable that it can continue
87 this.notify();
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceConnector.java 91 notify(); method
  /external/guice/core/src/com/google/inject/internal/
ExposedKeyFactory.java 37 public void notify(Errors errors) { method in class:ExposedKeyFactory
FactoryProxy.java 44 public void notify(final Errors errors) { method in class:FactoryProxy
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowService.java 45 nm.notify(id, notification);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ServiceUtils.java 75 manager.notify(notificationId, notification);
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 74 getNotificationManager().notify(mNotificationId, notification);
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
LooperExecutor.java 38 looperStartedEvent.notify();

Completed in 794 milliseconds

1 2 3 4 5 6 78 91011>>