Searched refs:ivs (Results 1 – 1 of 1) sorted by relevance
1080 final IntentFilterVerificationState ivs = in startVerifications() local1083 String packageName = ivs.getPackageName(); in startVerifications()1085 ArrayList<PackageParser.ActivityIntentInfo> filters = ivs.getFilters(); in startVerifications()1098 sendVerificationRequest(verificationId, ivs); in startVerifications()1103 … private void sendVerificationRequest(int verificationId, IntentFilterVerificationState ivs) { in sendVerificationRequest() argument1113 ivs.getHostsString()); in sendVerificationRequest()1116 ivs.getPackageName()); in sendVerificationRequest()1136 IntentFilterVerificationState ivs = mIntentFilterVerificationStates.get(verificationId); in receiveVerificationResponse() local1138 final boolean verified = ivs.isVerified(); in receiveVerificationResponse()1140 ArrayList<PackageParser.ActivityIntentInfo> filters = ivs.getFilters(); in receiveVerificationResponse()[all …]