Home
last modified time | relevance | path

Searched refs:bestComponent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DApplicationFeatureProviderImpl.java265 final ComponentInfo bestComponent = findEuiccService(packageManager, resolveInfoList); in findEuiccService() local
266 if (bestComponent == null) { in findEuiccService()
269 return bestComponent; in findEuiccService()
275 ComponentInfo bestComponent = null; in findEuiccService() local
284 bestComponent = getComponentInfo(resolveInfo); in findEuiccService()
289 return bestComponent; in findEuiccService()
/packages/apps/Car/Settings/src/com/android/car/settingslib/applications/
DApplicationFeatureProviderImpl.java269 final ComponentInfo bestComponent = findEuiccService(packageManager, resolveInfoList); in findEuiccService() local
270 if (bestComponent == null) { in findEuiccService()
273 return bestComponent; in findEuiccService()
279 ComponentInfo bestComponent = null; in findEuiccService() local
288 bestComponent = getComponentInfo(resolveInfo); in findEuiccService()
293 return bestComponent; in findEuiccService()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java5242 ComponentInfo bestComponent = EuiccConnector.findBestComponent(getDefaultPhone() in iccOpenLogicalChannelWithPermission() local
5244 if (bestComponent == null || !TextUtils.equals(channelRequest.callingPackage, in iccOpenLogicalChannelWithPermission()
5245 bestComponent.packageName)) { in iccOpenLogicalChannelWithPermission()
5396 ComponentInfo bestComponent = EuiccConnector.findBestComponent(getDefaultPhone() in iccTransmitApduBasicChannelWithPermission() local
5398 if (bestComponent == null in iccTransmitApduBasicChannelWithPermission()
5399 || !TextUtils.equals(callingPackage, bestComponent.packageName)) { in iccTransmitApduBasicChannelWithPermission()