/cts/tests/tests/assist/testapp/src/android/assist/testapp/ |
D | LifecycleActivity.java | 45 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()
|
D | FocusChangeActivity.java | 31 notify(Utils.GAINED_FOCUS); in onWindowFocusChanged() 34 notify(Utils.LOST_FOCUS); in onWindowFocusChanged()
|
D | BaseThirdPartyActivity.java | 37 BaseThirdPartyActivity.this.notify(Utils.APP_3P_HASRESUMED); in onResume()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | PhoneStateListenerTest.java | 198 mLock.notify(); in testOnServiceStateChanged() 225 mLock.notify(); in testOnUnRegisterFollowedByRegister() 275 mLock.notify(); in testOnSignalStrengthChanged() 301 mLock.notify(); in testOnSignalStrengthsChanged() 377 mLock.notify(); in testOnMessageWaitingIndicatorChanged() 405 mLock.notify(); in testOnPreciseCallStateChanged() 437 mLock.notify(); in testOnCallDisconnectCauseChanged() 466 mLock.notify(); in testOnImsCallDisconnectCauseChanged() 495 mLock.notify(); in testOnPhoneStateListenerExecutorWithSrvccChanged() 526 mLock.notify(); in testOnRadioPowerStateChanged() [all …]
|
D | TelephonyCallbackTest.java | 260 mLock.notify(); in onServiceStateChanged() 444 mLock.notify(); in onSignalStrengthsChanged() 486 mLock.notify(); in onMessageWaitingIndicatorChanged() 523 mLock.notify(); in onPreciseCallStateChanged() 564 mLock.notify(); in onCallStatesChanged() 607 mLock.notify(); in onCallDisconnectCauseChanged() 643 mLock.notify(); in onImsCallDisconnectCauseChanged() 680 mLock.notify(); in onSrvccStateChanged() 716 mLock.notify(); in onRadioPowerStateChanged() 754 mLock.notify(); in onVoiceActivationStateChanged() [all …]
|
/cts/libs/input/src/com/android/cts/input/ |
D | InputDeviceAssociationByDescriptor.kt | 89 synchronized(lockForInputDeviceUpdates) { lockForInputDeviceUpdates.notify() } in waitForDeviceUpdatesUntil() 93 synchronized(lockForInputDeviceUpdates) { lockForInputDeviceUpdates.notify() } in waitForDeviceUpdatesUntil() 97 synchronized(lockForInputDeviceUpdates) { lockForInputDeviceUpdates.notify() } in waitForDeviceUpdatesUntil()
|
/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
D | ConcurrencyTest.java | 202 MY_SYNC.notify(); 212 MY_SYNC.notify(); 221 MY_SYNC.notify(); 229 MY_SYNC.notify(); 242 MY_RESPONSE.notify(); 253 MY_RESPONSE.notify(); 536 MY_RESPONSE.notify(); in testConcurrency() 556 MY_RESPONSE.notify(); in testRequestDiscoveryState() 591 MY_RESPONSE.notify(); in testRequestDiscoveryState() 613 MY_RESPONSE.notify(); in testRequestNetworkInfo() [all …]
|
D | EasyConnectStatusCallbackTest.java | 111 mLock.notify(); 121 mLock.notify(); 129 mLock.notify();
|
/cts/tests/tests/media/session/src/android/media/session/cts/ |
D | MediaControllerTest.java | 255 mWaitLock.notify(); in testVolumeControl() 270 mWaitLock.notify(); in testVolumeControl() 725 mWaitLock.notify(); in onPlay() 734 mWaitLock.notify(); in onPause() 743 mWaitLock.notify(); in onStop() 752 mWaitLock.notify(); in onFastForward() 761 mWaitLock.notify(); in onRewind() 770 mWaitLock.notify(); in onSkipToPrevious() 779 mWaitLock.notify(); in onSkipToNext() 789 mWaitLock.notify(); in onSeekTo() [all …]
|
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
D | SyncTestServiceConnection.java | 51 this.notify(); in onServiceConnected() 60 this.notify(); in onServiceDisconnected()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | BubblesVerifierActivity.java | 380 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 508 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 537 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 566 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 590 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 617 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 656 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 683 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 711 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() 750 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in performTestAction() [all …]
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | UtilsTest.java | 72 listeners.notify(1, 2L); in testListenerList() 84 listeners.notify(3, 4L); in testListenerList()
|
D | PresetReverbTest.java | 356 mLock.notify(); in createListenerLooper() 369 mLock.notify(); in createListenerLooper() 383 mLock.notify(); in createListenerLooper() 391 mLock.notify(); in createListenerLooper()
|
D | BassBoostTest.java | 396 mLock.notify(); in createListenerLooper() 409 mLock.notify(); in createListenerLooper() 423 mLock.notify(); in createListenerLooper() 431 mLock.notify(); in createListenerLooper()
|
D | EqualizerTest.java | 418 mLock.notify(); in createListenerLooper() 431 mLock.notify(); in createListenerLooper() 445 mLock.notify(); in createListenerLooper() 452 mLock.notify(); in createListenerLooper()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | Intent_ShortcutIconResourceTest.java | 34 final int resourceId = android.content.cts.R.string.notify; 68 android.content.cts.R.string.notify); in testWriteToParcel()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | Animatable2Callback.java | 74 mStartLock.notify(); in onAnimationStart() 84 mEndLock.notify(); in onAnimationEnd()
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | CloseSystemDialogsTestService.java | 143 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/ |
D | ServiceRunnerActivity.java | 58 mActivity.notify(); in handleMessage() 65 mActivity.notify(); in handleMessage()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/ |
D | ConnectivityBackgroundTestActivity.java | 333 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/ |
D | HardwareBufferTestService.java | 110 this.notify(); 119 this.notify();
|
/cts/tests/tests/notificationlegacy/notificationlegacy34/src/android/app/notification/legacy34/cts/ |
D | NotificationManagerApi34Test.kt | 75 notificationManager.notify(id, notification) in testMediaStyle_noClearFlagNotSet() 92 notificationManager.notify(id, notification) in testCustomMediaStyle_noClearFlagNotSet()
|
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/ |
D | GbaServiceTest.java | 134 isSuccess.notify(); in testAuthSuccess() 143 isSuccess.notify(); in testAuthSuccess() 193 isFail.notify(); in runGbaFailCase() 202 isFail.notify(); in runGbaFailCase()
|
/cts/hostsidetests/tagging/common/src/android/cts/tagging/ |
D | ServiceRunnerActivity.java | 55 mFinishEvent.notify(); in handleMessage() 93 mFinishEvent.notify();
|
/cts/tests/app/app/src/android/app/stubs/ |
D | CTSActivityTestCaseBase.java | 41 mSync.notify(); in setResult()
|