Searched refs:mApiCallStatsArgumentCaptor (Results 1 – 1 of 1) sorted by relevance
79 @Captor private ArgumentCaptor<ApiCallStats> mApiCallStatsArgumentCaptor; field in AppImportanceFilterTest156 verify(mAdServiceLogger).logApiCallStats(mApiCallStatsArgumentCaptor.capture()); in testCalledWithLessThanForegroundImportanceAppPackageName_logsFailure()159 .that(mApiCallStatsArgumentCaptor.getValue()) in testCalledWithLessThanForegroundImportanceAppPackageName_logsFailure()166 expect.that(mApiCallStatsArgumentCaptor.getValue().getApiClass()).isEqualTo(0); in testCalledWithLessThanForegroundImportanceAppPackageName_logsFailure()247 verify(mAdServiceLogger).logApiCallStats(mApiCallStatsArgumentCaptor.capture()); in testCalledWithLessThanForegroundImportanceAppUid_logsFailure()250 .that(mApiCallStatsArgumentCaptor.getValue()) in testCalledWithLessThanForegroundImportanceAppUid_logsFailure()256 expect.that(mApiCallStatsArgumentCaptor.getValue().getApiClass()).isEqualTo(0); in testCalledWithLessThanForegroundImportanceAppUid_logsFailure()274 verify(mAdServiceLogger).logApiCallStats(mApiCallStatsArgumentCaptor.capture()); in testCalledWithLessThanForegroundImportanceAppUidAndNullSdkName_logsFailure()277 .that(mApiCallStatsArgumentCaptor.getValue()) in testCalledWithLessThanForegroundImportanceAppUidAndNullSdkName_logsFailure()283 expect.that(mApiCallStatsArgumentCaptor.getValue().getApiClass()).isEqualTo(0); in testCalledWithLessThanForegroundImportanceAppUidAndNullSdkName_logsFailure()[all …]