Home
last modified time | relevance | path

Searched refs:hasResultCode (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/DebuggingRestrictionController/app/src/androidTest/java/com/android/car/debuggingrestrictioncontroller/
DTokenTest.java91 ActivityResultMatchers.hasResultCode(Activity.RESULT_OK)); in agree()
100 ActivityResultMatchers.hasResultCode(Activity.RESULT_CANCELED)); in disagree()
109 ActivityResultMatchers.hasResultCode(Activity.RESULT_CANCELED)); in userNotSignedIn()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAppImportanceFilterTest.java162 .hasResultCode(AdServicesStatusUtils.STATUS_BACKGROUND_CALLER) in testCalledWithLessThanForegroundImportanceAppPackageName_logsFailure()
253 .hasResultCode(AdServicesStatusUtils.STATUS_BACKGROUND_CALLER) in testCalledWithLessThanForegroundImportanceAppUid_logsFailure()
280 .hasResultCode(AdServicesStatusUtils.STATUS_BACKGROUND_CALLER) in testCalledWithLessThanForegroundImportanceAppUidAndNullSdkName_logsFailure()
330 .hasResultCode( in testSecurityExceptionTryingToRetrievePackageImportanceFromUid_throwsWrongCallingApplicationStateException()
401 public ApiCallStatsSubject hasResultCode(int resultCode) { in hasResultCode() method in AppImportanceFilterTest.ApiCallStatsSubject
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DFrameParser.java623 boolean hasResultCode = false; in parseAuthenticationFrame()
628 hasResultCode = true; in parseAuthenticationFrame()
633 hasResultCode = true; in parseAuthenticationFrame()
637 hasResultCode = true; in parseAuthenticationFrame()
643 if (hasResultCode) { in parseAuthenticationFrame()