Searched refs:getLegacyState (Results 1 – 4 of 4) sorted by relevance
346 int getLegacyState(@NonNull String packageName, @UserIdInt int userId); in getLegacyState() method
1142 public int getLegacyState(@NonNull String packageName, @UserIdInt int userId) { in getLegacyState() method in DomainVerificationService
272 getLegacyState(it.targetPackageName, it.userId)
546 return mDomainVerificationManager.getLegacyState(packageName, userId); in getIntentVerificationStatus()