Home
last modified time | relevance | path

Searched refs:removeIntentFilterVerificationLPw (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java1246 boolean removeIntentFilterVerificationLPw(String packageName, int userId) { in removeIntentFilterVerificationLPw() method in Settings
1258 boolean removeIntentFilterVerificationLPw(String packageName, int[] userIds) { in removeIntentFilterVerificationLPw() method in Settings
1261 result |= removeIntentFilterVerificationLPw(packageName, userId); in removeIntentFilterVerificationLPw()
DPackageManagerService.java19845 if (mSettings.removeIntentFilterVerificationLPw(packageName,
19852 if (mSettings.removeIntentFilterVerificationLPw(packageName, userId)) {