Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 189) sorted by relevance

12345678

/cts/tests/tests/assist/testapp/src/android/assist/testapp/
DLifecycleActivity.java45 notify("android.intent.action.lifecycle_hasFocus"); in onWindowFocusChanged()
47 notify("android.intent.action.lifecycle_lostFocus"); in onWindowFocusChanged()
54 notify("android.intent.action.lifecycle_onpause"); in onPause()
61 notify("android.intent.action.lifecycle_onstop"); in onStop()
68 notify("android.intent.action.lifecycle_ondestroy"); in onDestroy()
DFocusChangeActivity.java31 notify(Utils.GAINED_FOCUS); in onWindowFocusChanged()
34 notify(Utils.LOST_FOCUS); in onWindowFocusChanged()
DBaseThirdPartyActivity.java37 BaseThirdPartyActivity.this.notify(Utils.APP_3P_HASRESUMED); in onResume()
DTestApp.java45 notify(Utils.APP_3P_HASDRAWED); in onEnterAnimationComplete()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DPhoneStateListenerTest.java196 mLock.notify(); in testOnServiceStateChanged()
226 mLock.notify(); in testOnUnRegisterFollowedByRegister()
279 mLock.notify(); in testOnSignalStrengthChanged()
353 mLock.notify(); in testOnSignalStrengthsChanged()
438 mLock.notify(); in testOnMessageWaitingIndicatorChanged()
469 mLock.notify(); in testOnPreciseCallStateChanged()
504 mLock.notify(); in testOnCallDisconnectCauseChanged()
536 mLock.notify(); in testOnImsCallDisconnectCauseChanged()
568 mLock.notify(); in testOnPhoneStateListenerExecutorWithSrvccChanged()
602 mLock.notify(); in testOnRadioPowerStateChanged()
[all …]
DTelephonyCallbackTest.java242 mLock.notify(); in onServiceStateChanged()
438 mLock.notify(); in onSignalStrengthsChanged()
489 mLock.notify(); in onMessageWaitingIndicatorChanged()
529 mLock.notify(); in onPreciseCallStateChanged()
572 mLock.notify(); in onCallStatesChanged()
622 mLock.notify(); in onCallDisconnectCauseChanged()
660 mLock.notify(); in onImsCallDisconnectCauseChanged()
698 mLock.notify(); in onSrvccStateChanged()
736 mLock.notify(); in onRadioPowerStateChanged()
777 mLock.notify(); in onVoiceActivationStateChanged()
[all …]
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaControllerTest.java245 mWaitLock.notify(); in testVolumeControl()
260 mWaitLock.notify(); in testVolumeControl()
703 mWaitLock.notify(); in onPlay()
712 mWaitLock.notify(); in onPause()
721 mWaitLock.notify(); in onStop()
730 mWaitLock.notify(); in onFastForward()
739 mWaitLock.notify(); in onRewind()
748 mWaitLock.notify(); in onSkipToPrevious()
757 mWaitLock.notify(); in onSkipToNext()
767 mWaitLock.notify(); in onSeekTo()
[all …]
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConcurrencyTest.java185 MY_SYNC.notify();
195 MY_SYNC.notify();
204 MY_SYNC.notify();
212 MY_SYNC.notify();
225 MY_RESPONSE.notify();
236 MY_RESPONSE.notify();
519 MY_RESPONSE.notify(); in testConcurrency()
539 MY_RESPONSE.notify(); in testRequestDiscoveryState()
574 MY_RESPONSE.notify(); in testRequestDiscoveryState()
596 MY_RESPONSE.notify(); in testRequestNetworkInfo()
[all …]
DEasyConnectStatusCallbackTest.java111 mLock.notify();
121 mLock.notify();
129 mLock.notify();
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DSyncTestServiceConnection.java51 this.notify(); in onServiceConnected()
60 this.notify(); in onServiceDisconnected()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java392 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
520 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
549 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
578 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
602 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
629 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
668 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
695 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
723 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
762 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction()
[all …]
/cts/tests/tests/content/src/android/content/cts/
DIntent_ShortcutIconResourceTest.java34 final int resourceId = android.content.cts.R.string.notify;
68 android.content.cts.R.string.notify); in testWriteToParcel()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DUtilsTest.java72 listeners.notify(1, 2L); in testListenerList()
84 listeners.notify(3, 4L); in testListenerList()
DPresetReverbTest.java356 mLock.notify(); in createListenerLooper()
369 mLock.notify(); in createListenerLooper()
383 mLock.notify(); in createListenerLooper()
391 mLock.notify(); in createListenerLooper()
DBassBoostTest.java396 mLock.notify(); in createListenerLooper()
409 mLock.notify(); in createListenerLooper()
423 mLock.notify(); in createListenerLooper()
431 mLock.notify(); in createListenerLooper()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatable2Callback.java74 mStartLock.notify(); in onAnimationStart()
84 mEndLock.notify(); in onAnimationEnd()
/cts/tests/app/shared/src/android/app/stubs/shared/
DCloseSystemDialogsTestService.java143 CloseSystemDialogsTestService.this.notify( in postNotification()
172 private void notify(int notificationId, PendingIntent intent) { in notify() method in CloseSystemDialogsTestService
181 mNotificationManager.notify(notificationId, notification); in notify()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java58 mActivity.notify(); in handleMessage()
65 mActivity.notify(); in handleMessage()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DConnectivityBackgroundTestActivity.java333 mLock.notify(); in onReceive()
339 mLock.notify(); in onReceive()
345 mLock.notify(); in onReceive()
351 mLock.notify(); in onReceive()
363 mLock.notify(); in createNetworkCallback()
372 mLock.notify(); in createNetworkCallback()
382 mLock.notify(); in createNetworkCallback()
/cts/tests/tests/hardware/src/android/hardware/cts/
DHardwareBufferTestService.java110 this.notify();
119 this.notify();
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/
DGbaServiceTest.java133 isSuccess.notify(); in testAuthSuccess()
142 isSuccess.notify(); in testAuthSuccess()
191 isFail.notify(); in runGbaFailCase()
200 isFail.notify(); in runGbaFailCase()
/cts/tests/tests/notificationlegacy/notificationlegacy34/src/android/app/notification/legacy34/cts/
DNotificationManagerApi34Test.kt75 notificationManager.notify(id, notification) in testMediaStyle_noClearFlagNotSet()
92 notificationManager.notify(id, notification) in testCustomMediaStyle_noClearFlagNotSet()
/cts/hostsidetests/tagging/common/src/android/cts/tagging/
DServiceRunnerActivity.java55 mFinishEvent.notify(); in handleMessage()
93 mFinishEvent.notify();
/cts/tests/app/app/src/android/app/stubs/
DCTSActivityTestCaseBase.java41 mSync.notify(); in setResult()
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp118 notify(gRunNotifier.fireTestStarted); in OnTestStart()
140 notify(gRunNotifier.fireTestFinished); in OnTestEnd()
149 notify(gRunNotifier.fireTestIgnored); in reportDisabledTests()
155 void notify(jmethodID method) { in notify() function in __anonf2b0961f0111::JUnitNotifyingListener

12345678