Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/assist/
DVoiceInputInfoProviderTest.java87 ResolveInfo otherInfo = new ResolveInfo(); in getRecognitionInfoList_hasElement() local
88 otherInfo.serviceInfo = new ServiceInfo(); in getRecognitionInfoList_hasElement()
89 otherInfo.serviceInfo.packageName = TEST_PACKAGE; in getRecognitionInfoList_hasElement()
90 otherInfo.serviceInfo.name = TEST_RECOGNITION_SERVICE; in getRecognitionInfoList_hasElement()
93 resolveInfoList.add(otherInfo); in getRecognitionInfoList_hasElement()
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsAdvertiser.java463 final NsdServiceInfo otherInfo = otherRegistration.getServiceInfo(); in getConflictingRegistrationDueToHost() local
467 info.getHostname(), otherInfo.getHostname())) { in getConflictingRegistrationDueToHost()
471 && !otherInfo.getHostAddresses().isEmpty() in getConflictingRegistrationDueToHost()
473 info.getHostname(), otherInfo.getHostname())) { in getConflictingRegistrationDueToHost()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DApplicationsState.java655 for (ApplicationInfo otherInfo : mApplications) { in removePackage()
656 if (!otherInfo.enabled) { in removePackage()
664 for (ApplicationInfo otherInfo : mApplications) { in removePackage()
665 if (AppUtils.isInstant(otherInfo)) { in removePackage()