Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java1304 && !callingUidMatchesPackageManagerRecords(callingPackage)) {
2951 !callingUidMatchesPackageManagerRecords(packageName)) { in enforceCallingPackage()
2963 private boolean callingUidMatchesPackageManagerRecords(String packageName) { in callingUidMatchesPackageManagerRecords() method in TelecomServiceImpl
DConnectionServiceWrapper.java1354 if (!callingUidMatchesPackageManagerRecords(getComponentName().getPackageName())) { in queryLocation()
1579 private boolean callingUidMatchesPackageManagerRecords(String packageName) { in callingUidMatchesPackageManagerRecords() method in ConnectionServiceWrapper