Home
last modified time | relevance | path

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

/test/ext/junit-gtest/src/main/cpp/
Dgtest_wrapper.cpp117 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 __anond969778a0111::JUnitNotifyingListener
/test/uiautomator/integration-tests/testapp/src/main/java/androidx/test/uiautomator/testapp/
DNotificationTestActivity.java62 notificationManager.notify(uniqueNotificationId, builder.build()); in pushNotification()