Searched refs:mCurrentIntentFilterVerifications (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1051 private ArrayList<Integer> mCurrentIntentFilterVerifications = new ArrayList<Integer>(); field in class:PackageManagerService.IntentVerifierProxy
1065 int count = mCurrentIntentFilterVerifications.size();
1067 int verificationId = mCurrentIntentFilterVerifications.get(n);
1088 mCurrentIntentFilterVerifications.clear();
1228 mCurrentIntentFilterVerifications.add(verificationId);
[all...]

Completed in 49 milliseconds