/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredServicesCache.java | 114 void onServicesUpdated(int userId, List<ApduServiceInfo> services, in onServicesUpdated() 144 final HashMap<ComponentName, ApduServiceInfo> services = field in RegisteredServicesCache.UserServices 207 UserServices services = mUserServices.get(userId); in findOrCreateUserLocked() local 357 void dump(List<ApduServiceInfo> services) { in dump() 363 void dump(ArrayList<ComponentName> services) { in dump() 369 boolean containsServiceLocked(ArrayList<ApduServiceInfo> services, ComponentName serviceName) { in containsServiceLocked() 388 final ArrayList<ApduServiceInfo> services = new ArrayList<ApduServiceInfo>(); in getServices() local 397 final ArrayList<ApduServiceInfo> services = new ArrayList<ApduServiceInfo>(); in getServicesForCategory() local 743 UserServices services = findOrCreateUserLocked(userId); in readDynamicSettingsLocked() local 845 UserServices services = findOrCreateUserLocked(userId); in readOthersLocked() local [all …]
|
D | RegisteredNfcFServicesCache.java | 90 void onNfcFServicesUpdated(int userId, final List<NfcFServiceInfo> services); in onNfcFServicesUpdated() 118 final HashMap<ComponentName, NfcFServiceInfo> services = field in RegisteredNfcFServicesCache.UserServices 224 void dump(ArrayList<NfcFServiceInfo> services) { in dump() 230 boolean containsServiceLocked(ArrayList<NfcFServiceInfo> services, in containsServiceLocked() 250 final ArrayList<NfcFServiceInfo> services = new ArrayList<NfcFServiceInfo>(); in getServices() local
|
D | RegisteredT3tIdentifiersCache.java | 115 void generateUserNfcFServiceInfoLocked(int userId, List<NfcFServiceInfo> services) { in generateUserNfcFServiceInfoLocked() 187 public void onServicesUpdated(int userId, List<NfcFServiceInfo> services) { in onServicesUpdated()
|
D | RegisteredAidCache.java | 130 List<ApduServiceInfo> services = new ArrayList<ApduServiceInfo>(); field in RegisteredAidCache.AidResolveInfo 595 void generateUserApduServiceInfoLocked(int userId, List<ApduServiceInfo> services) { in generateUserApduServiceInfoLocked() 612 void generateServiceMapLocked(List<ApduServiceInfo> services) { in generateServiceMapLocked() 716 final ArrayList<ServiceAidInfo> services = new ArrayList<ServiceAidInfo>(); field in RegisteredAidCache.AidConflicts 1169 public void onServicesUpdated(int userId, List<ApduServiceInfo> services) { in onServicesUpdated()
|
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/ |
D | SdkSandboxRestrictionsUnitTest.java | 407 List<ArrayMap<String, String>> services = new ArrayList<>(); in testServiceRestriction_oneFieldSet() local 494 List<ArrayMap<String, String>> services = new ArrayList<>(); in testServiceRestriction_twoFieldsSet() local 590 List<ArrayMap<String, String>> services = new ArrayList<>(); in testServiceRestriction_threeFieldsSet() local 677 List<ArrayMap<String, String>> services = new ArrayList<>(); in testServiceRestriction_multipleEntriesAllowlist() local 721 List<ArrayMap<String, String>> services = new ArrayList<>(); in testServiceRestrictions_DeviceConfigNextAllowlistApplied() local 787 List<ArrayMap<String, String>> services = in testServiceRestrictions_ComponentNotSet() local 821 List<ArrayMap<String, String>> services = in testServiceRestrictions_AllFieldsSetToWildcard() local 870 List<ArrayMap<String, String>> services = in testServiceRestrictions_AllFieldsSet() local
|
/packages/services/Car/tests/BugReportApp/libs/ |
D | google-api-services-storage-v1-rev158-1.25.0.jar | ... google/api/
com/google/api/services/
com/google/api/services/storage ... |
/packages/services/Car/experimental/service/src/com/android/experimentalcar/ |
D | IExperimentalCarImpl.java | 87 ArrayList<CarServiceBase> services = new ArrayList<>(); in init() local 129 ArrayList<CarServiceBase> services; in release() local 154 ArrayList<CarServiceBase> services; in dump() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/ |
D | VendorServiceControllerTest.java | 461 String... services) { in expectHasServices() 579 private void expectServices(String... services) { in expectServices() 587 private void expectServicesToUnbindOrStop(String... services) { in expectServicesToUnbindOrStop() 594 private void await(Map<String, CountDownLatch> latches, String method, String... services) in await() argument 625 void expectRecentBoundServices(String... services) throws InterruptedException { in expectRecentBoundServices() 639 void expectRecentStartedServices(String... services) throws InterruptedException { in expectRecentStartedServices() 646 void expectRecentUnboundOrStoppedServices(String... services) throws InterruptedException { in expectRecentUnboundOrStoppedServices()
|
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/ |
D | ProtoUtil.java | 134 ArrayMap<Integer, List<ArrayMap<String, String>>> services) { in encodeServiceAllowlist() argument 152 public static String encodeServiceAllowlist(List<ArrayMap<String, String>> services) { in encodeServiceAllowlist() argument 157 private static AllowedServices encodeAllowedServices(List<ArrayMap<String, String>> services) { in encodeAllowedServices() argument
|
/packages/apps/Nfc/tests/unit/src/com/android/nfc/ |
D | RegisteredNfcFServicesCacheTest.java | 218 List<NfcFServiceInfo> services = mNfcFServicesCache.getServices(1); in testInvalidateCache() local 233 List<NfcFServiceInfo> services = mNfcFServicesCache.getServices(1); in testGetServices() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | NotificationAccessSettingsTest.java | 101 ArrayList<ServiceInfo> services = new ArrayList<>(); in updateList_enabledLongName_shown() local 122 ArrayList<ServiceInfo> services = new ArrayList<>(); in updateList_disabledLongName_notShown() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactsActivity.java | 43 InjectedServices services = ContactsApplication.getInjectedServices(); in getContentResolver() local 56 InjectedServices services = ContactsApplication.getInjectedServices(); in getSharedPreferences() local
|
D | AppCompatContactsActivity.java | 44 InjectedServices services = ContactsApplication.getInjectedServices(); in getContentResolver() local 57 InjectedServices services = ContactsApplication.getInjectedServices(); in getSharedPreferences() local
|
D | ContactsApplication.java | 53 public static void injectServices(InjectedServices services) { in injectServices()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/ |
D | ReviewAccessibilityServicesActivity.java | 56 List<AccessibilityServiceInfo> services = accessibilityManager in onCreate() local 73 private @NonNull View createDialogView(List<AccessibilityServiceInfo> services) { in createDialogView()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | GattServerManager.kt | 40 val services = mutableMapOf<UUID, BluetoothGattService>() constant
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
D | DataUsageBaseFragment.java | 26 protected final TemplatePreference.NetworkServices services = field in DataUsageBaseFragment
|
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/ |
D | WifiP2pUpnpServiceInfo.java | 72 String device, List<String> services) { in newInstance()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | AdapterServiceTest.java | 432 List<ProfileService> services) { in onToBleOn() 471 List<ProfileService> services, in doEnable() 526 List<ProfileService> services, in doDisable() 780 List<ProfileService> services = List.of(mMockService, mMockService2, mMockGattService); in startBrDr_whenScanManagerRefactorFlagIsOn_startAndStopScanController() local
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/rotary/ |
D | RotaryFragment.java | 250 String services = Settings.Secure.getString(context.getContentResolver(), in isRotaryServiceEnabled() local 269 String services = Settings.Secure.getString(context.getContentResolver(), in enableRotaryService() local
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingTask.java | 67 public ProcessingResult process(Context context, CameraServices services, in process()
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sdp.cc | 247 tBTA_SERVICE_MASK services; in bta_ag_create_records() local 279 tBTA_SERVICE_MASK services; in bta_ag_del_records() local
|
D | bta_ag_rfc.cc | 249 void bta_ag_start_servers(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK services) { in bta_ag_start_servers() 294 void bta_ag_close_servers(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK services) { in bta_ag_close_servers()
|
/packages/apps/Settings/src/com/android/settings/print/ |
D | PrintSettingPreferenceController.java | 117 final List<PrintServiceInfo> services = in getSummary() local
|
/packages/modules/adb/client/ |
D | mdnsresponder_client.cpp | 191 ServiceRegistry* services = nullptr; in AddToServiceRegistry() local 300 void ResolvedService::ForEachService(const ServiceRegistry& services, in ForEachService() 320 bool ResolvedService::ConnectByServiceName(const ServiceRegistry& services, in ConnectByServiceName() 342 ServiceRegistry* services; in RemoveDNSService() local
|