/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/ |
D | NullCipherNotifierTest.java | 123 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in initializeNotifier_notifierAndSafetySourceDisabled() local 131 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in enable_enablesSafetySource() local 141 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in disable_disablesSafetySource() local 152 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onSecurityAlgorithmUpdate_enabled_unprotectedEmergency_noSafetySourceUpdate() local 170 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onSecurityAlgorithmUpdate_disabled_noSafetySourceUpdate() local 188 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onSecurityAlgorithmUpdate_enabled_nonTransportLayerEvent_noSafetySourceUpdate() local 209 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted() local 240 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onUpdate_enabled_transportLayerEvent_integrityNullCipher_notifyNonEncrypted() local 271 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_encrypted() local 302 NullCipherNotifier notifier = new NullCipherNotifier(mExecutor, mSafetySource); in onUpdate_enabled_transportLayerEvent_integrityNonNullCipher_encrypted() local [all …]
|
D | CellularIdentifierDisclosureNotifierTest.java | 82 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testInitializeDisabled() local 90 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testDisableAddDisclosureNop() local 101 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testAddDisclosureEmergencyNop() local 120 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testAddDisclosureCountIncrements() local 138 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testSingleDisclosureStartAndEndTimesAreEqual() local 151 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testMultipleDisclosuresTimeWindows() local 170 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testAddDisclosureThenWindowClose() local 195 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testDisableClosesWindow() local 220 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testMultipleSubIdsTrackedIndependently() local 254 CellularIdentifierDisclosureNotifier notifier = getNotifier(); in testLogDisclsoure() local
|
/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | CallbackRegistryTest.java | 57 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testAddListener() local 97 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testSimpleNotify() local 117 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testRemoveWhileNotifying() local 145 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testDeepRemoveWhileNotifying() local 171 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testAddRemovedListener() local 207 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testVeryDeepRemoveWhileNotifying() local 234 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testClear() local 259 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testNestedClear() local 283 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testIsEmpty() local 300 CallbackRegistry.NotifierCallback<Integer, CallbackRegistryTest, Integer> notifier = in testClone() local
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | network_change_notifier_apple_unittest.cc | 84 auto notifier = std::make_unique<NetworkChangeNotifierApple>(); in CreateNetworkChangeNotifierApple() local 106 void SimulateDynamicStoreCallback(NetworkChangeNotifierApple& notifier, in SimulateDynamicStoreCallback() 153 std::unique_ptr<NetworkChangeNotifierApple> notifier = in TEST_P() local 174 std::unique_ptr<NetworkChangeNotifierApple> notifier = in TEST_P() local 193 std::unique_ptr<NetworkChangeNotifierApple> notifier = in TEST_P() local 213 std::unique_ptr<NetworkChangeNotifierApple> notifier = in TEST_P() local 240 std::unique_ptr<NetworkChangeNotifierApple> notifier = in TEST_P() local 263 std::unique_ptr<NetworkChangeNotifierApple> notifier = in TEST_P() local 287 std::unique_ptr<NetworkChangeNotifierApple> notifier = in TEST_P() local 315 std::unique_ptr<NetworkChangeNotifierApple> notifier = in TEST_P() local
|
/aosp_15_r20/external/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
H A D | SkQPRunner.java | 43 public boolean run(RunNotifier notifier, int index); in run() 46 private static void Fail(Description desc, RunNotifier notifier, String failure) { in Fail() 109 public void run(RunNotifier notifier) { in run() 118 private int runTests(RunNotifier notifier, TestExecutor executor, int testNumber) { in runTests() 148 public boolean run(RunNotifier notifier, int index) { in run() 154 SkQPRunner.Fail(desc(index), notifier, error); in run() local 174 public boolean run(RunNotifier notifier, int index) { in run() 180 SkQPRunner.Fail(desc(index), notifier, "Shader did not generate any errors."); in run() local
|
/aosp_15_r20/system/chre/chpp/platform/linux/ |
H A D | notifier.c | 34 void chppPlatformNotifierInit(struct ChppNotifier *notifier) { in chppPlatformNotifierInit() 39 void chppPlatformNotifierDeinit(struct ChppNotifier *notifier) { in chppPlatformNotifierDeinit() 44 uint32_t chppPlatformNotifierGetSignal(struct ChppNotifier *notifier) { in chppPlatformNotifierGetSignal() 54 uint32_t chppPlatformNotifierWait(struct ChppNotifier *notifier) { in chppPlatformNotifierWait() 66 uint32_t chppPlatformNotifierTimedWait(struct ChppNotifier *notifier, in chppPlatformNotifierTimedWait() 97 void chppPlatformNotifierSignal(struct ChppNotifier *notifier, in chppPlatformNotifierSignal()
|
/aosp_15_r20/system/chre/chpp/platform/linux/include/chpp/platform/ |
H A D | platform_notifier.h | 66 static inline void chppNotifierInit(struct ChppNotifier *notifier) { in chppNotifierInit() 70 static inline void chppNotifierDeinit(struct ChppNotifier *notifier) { in chppNotifierDeinit() 74 static inline uint32_t chppNotifierGetSignal(struct ChppNotifier *notifier) { in chppNotifierGetSignal() 78 static inline uint32_t chppNotifierWait(struct ChppNotifier *notifier) { in chppNotifierWait() 82 static inline uint32_t chppNotifierTimedWait(struct ChppNotifier *notifier, in chppNotifierTimedWait() 87 static inline void chppNotifierSignal(struct ChppNotifier *notifier, in chppNotifierSignal()
|
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/ |
H A D | LongevityClassRunnerTest.java | 422 RunNotifier notifier = spy(new RunNotifier()); in testIgnore_excludedClasses() local 436 RunNotifier notifier = mock(RunNotifier.class); in testReportIteration_noIterationSet() local 455 RunNotifier notifier = mock(RunNotifier.class); in testReportIteration_withIteration_withDefaultSeparator() local 477 RunNotifier notifier = mock(RunNotifier.class); in testReportIteration_withIteration_withCustomSeparator() local 497 RunNotifier notifier = mock(RunNotifier.class); in testDynamicClassRules() local 527 RunNotifier notifier = mock(RunNotifier.class); in testDynamicTestRules() local 564 private void verifyForAssertionFailures(final RunNotifier notifier) throws Throwable { in verifyForAssertionFailures()
|
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/ |
H A D | LegacyFlickerJUnit4ClassRunnerTest.kt | 135 val notifier = mock(RunNotifier::class.java) in <lambda>() constant 155 val notifier = mock(RunNotifier::class.java) in <lambda>() constant 172 val notifier = mock(RunNotifier::class.java) in <lambda>() constant 190 val notifier = mock(RunNotifier::class.java) in <lambda>() constant 210 val notifier = mock(RunNotifier::class.java) in <lambda>() constant 263 val notifier = mock(RunNotifier::class.java) in <lambda>() constant
|
H A D | FlickerServiceJUnit4ClassRunnerTest.kt | 62 val notifier = Mockito.mock(RunNotifier::class.java) in <lambda>() constant 81 val notifier = Mockito.mock(RunNotifier::class.java) in <lambda>() constant
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | DisconnectedCallNotifierTest.java | 81 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationShownAfterEmergencyCall() local 104 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationShownForDisconnectedEmergencyCall() local 127 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationNotShownAfterCall() local 144 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationClearedForEmergencyCall() local 156 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testGetCountryIsoWithNoTelephony() local
|
/aosp_15_r20/external/junit/src/main/java/org/junit/internal/runners/ |
H A D | JUnit4ClassRunner.java | 49 public void run(final RunNotifier notifier) { in run() 57 protected void runMethods(final RunNotifier notifier) { in runMethods() 85 protected void invokeTestMethod(Method method, RunNotifier notifier) { in invokeTestMethod() 101 private void testAborted(RunNotifier notifier, Description description, in testAborted()
|
H A D | JUnit38ClassRunner.java | 30 private final RunNotifier notifier; field in JUnit38ClassRunner.OldTestClassAdaptingListener 32 private OldTestClassAdaptingListener(RunNotifier notifier) { in OldTestClassAdaptingListener() 87 public void run(RunNotifier notifier) { in run() 93 public TestListener createAdaptingListener(final RunNotifier notifier) { in createAdaptingListener()
|
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | pref_notifier_impl_unittest.cc | 98 MockPrefNotifier notifier(&pref_service_); in TEST_F() local 104 MockPrefNotifier notifier(&pref_service_); in TEST_F() local 117 MockPrefNotifier notifier(&pref_service_); in TEST_F() local 177 TestingPrefNotifierImpl notifier(&pref_service_); in TEST_F() local
|
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
H A D | LongevitySuite.java | 184 public void run(final RunNotifier notifier) { in run() 194 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() 214 final RunNotifier notifier) { in getErrorTerminator() 225 final RunNotifier notifier) { in getTimeoutTerminator()
|
/aosp_15_r20/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/ |
H A D | GtestRunner.java | 83 public void run(RunNotifier notifier) { in run() 87 nRun(mTargetClass.getName(), notifier); in run() local 92 private static native boolean nRun(String className, RunNotifier notifier); in nRun()
|
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/library/ |
H A D | OptionalClassRunner.java | 76 public void run(RunNotifier notifier) { in run() 111 protected void runChild(Runner child, RunNotifier notifier) { in runChild() 132 public void run(RunNotifier notifier) { in run()
|
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/ |
H A D | LongevitySuite.java | 105 public void run(final RunNotifier notifier) { in run() 133 public ErrorTerminator getErrorTerminator(final RunNotifier notifier) { in getErrorTerminator() 142 public TimeoutTerminator getTimeoutTerminator(final RunNotifier notifier) { in getTimeoutTerminator()
|
/aosp_15_r20/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/ |
H A D | MicrobenchmarkTest.java | 349 RunNotifier notifier = Mockito.mock(RunNotifier.class); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local 376 RunNotifier notifier = Mockito.mock(RunNotifier.class); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local 410 RunNotifier notifier = Mockito.mock(RunNotifier.class); in testAlignWithBatteryChargeCounter() local 438 RunNotifier notifier = Mockito.mock(RunNotifier.class); in testAlignWithBatteryChargeCounter_timesOut() local
|
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/ |
H A D | ParentRunner.java | 135 protected abstract void runChild(T child, RunNotifier notifier); in runChild() 212 protected Statement classBlock(final RunNotifier notifier) { in classBlock() 289 protected Statement childrenInvoker(final RunNotifier notifier) { in childrenInvoker()
|
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/health/runners/concurrent-longevity/adservices/src/android/adservices/test/longevity/concurrent/ |
D | ProfileSuite.java | 90 public void run(RunNotifier notifier) { in run() 106 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() 246 private TimeoutTerminator getTimeoutTerminator(RunNotifier notifier) { in getTimeoutTerminator()
|
/aosp_15_r20/external/pigweed/pw_digital_io_linux/ |
H A D | notifier_test.cc | 42 LinuxGpioNotifier& notifier() { return *notifier_; } in notifier() function in pw::digital_io::__anon9d4304670111::NotifierTest 50 explicit FakeLine(LinuxGpioNotifier& notifier) in FakeLine() 112 LinuxGpioNotifier& notifier() { return notifier_; } in notifier() function in pw::digital_io::__anon9d4304670111::FakeLine
|
/aosp_15_r20/tools/tradefederation/core/lite/com/android/tradefed/lite/ |
D | DryRunner.java | 49 public void run(RunNotifier notifier) { in run() 56 private void fakeExecution(RunNotifier notifier, RunListener list, Description desc) { in fakeExecution()
|
/aosp_15_r20/external/vogar/src/vogar/target/junit/ |
H A D | ApplyGlobalRulesBlockJUnit4ClassRunner.java | 42 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild() 49 ParentRunnerHelper.abortingRunLeaf(methodBlock(method), description, notifier); in runChild() local
|
/aosp_15_r20/external/junit-params/src/main/java/junitparams/internal/ |
H A D | InvokableFrameworkMethod.java | 43 void runMethodInvoker(RunNotifier notifier, Statement methodInvoker, in runMethodInvoker() 58 public abstract void run(MethodBlockSupplier supplier, RunNotifier notifier); in run()
|