Searched refs:newServiceInfo (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | NotificationAccessSettingsTest.java | 102 services.add(newServiceInfo(longCn.getPackageName(), longCn.getClassName(), 1)); in updateList_enabledLongName_shown() 103 services.add(newServiceInfo(shortCn.getPackageName(), shortCn.getClassName(), 2)); in updateList_enabledLongName_shown() 123 services.add(newServiceInfo(longCn.getPackageName(), longCn.getClassName(), 1)); in updateList_disabledLongName_notShown() 124 services.add(newServiceInfo(shortCn.getPackageName(), shortCn.getClassName(), 2)); in updateList_disabledLongName_notShown() 137 private static ServiceInfo newServiceInfo(String packageName, String serviceName, int uid) { in newServiceInfo() method in NotificationAccessSettingsTest
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsRecordRepository.java | 230 NsdServiceInfo newServiceInfo = new NsdServiceInfo(serviceInfo); in withSubtypes() local 231 newServiceInfo.setSubtypes(newSubtypes); in withSubtypes() 232 return new ServiceRegistration(srvRecord.record.getServiceHost(), newServiceInfo, in withSubtypes()
|