/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
H A D | DiscoveryListenerMultiplexer.java | 46 public static void addListener(@NonNull NsdManager nsdManager, @NonNull String serviceType, in addListener() 133 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 139 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() 145 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted() 150 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
|
H A D | MDNSFilteredDiscovery.java | 126 DiscoveryListenerMultiplexer.addListener(getNDSManager(), serviceType, this); in start() local 143 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 149 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() 155 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted() 160 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/ |
H A D | WifiP2pDnsSdServiceInfo.java | 95 String serviceType, Map<String, String> txtMap) { in newInstance() argument 125 String serviceType) { in createPtrServiceQuery() 152 String serviceType, in createTxtServiceQuery()
|
H A D | WifiP2pDnsSdServiceRequest.java | 75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) { in newInstance() 97 String serviceType) { in newInstance()
|
H A D | WifiP2pServiceRequest.java | 98 private WifiP2pServiceRequest(int serviceType, int length, in WifiP2pServiceRequest()
|
H A D | WifiP2pServiceResponse.java | 118 protected WifiP2pServiceResponse(int serviceType, int status, int transId, in WifiP2pServiceResponse()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | HandleMap.java | 42 public int serviceType = 0; field in HandleMap.Entry 48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() 57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() 100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattService.java | 110 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() 125 int instanceId, int serviceType) { in BluetoothGattService() 139 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService()
|
H A D | BluetoothGattIncludedService.java | 49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
|
H A D | BluetoothHidDeviceAppQosSettings.java | 58 int serviceType, in BluetoothHidDeviceAppQosSettings()
|
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsService.aidl | 39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() 54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
|
/aosp12/frameworks/base/core/java/android/net/nsd/ |
H A D | NsdManager.java | 336 public void onStartDiscoveryFailed(String serviceType, int errorCode); in onStartDiscoveryFailed() 338 public void onStopDiscoveryFailed(String serviceType, int errorCode); in onStopDiscoveryFailed() 340 public void onDiscoveryStarted(String serviceType); in onDiscoveryStarted() 342 public void onDiscoveryStopped(String serviceType); in onDiscoveryStopped() 608 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) { in discoverServices()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsSsData.java | 225 public final @ServiceType int serviceType; field in ImsSsData 299 public Builder(@ServiceType int serviceType, int requestType, int teleserviceType, in Builder() 352 public ImsSsData(@ServiceType int serviceType, int requestType, int teleserviceType, in ImsSsData()
|
H A D | ImsCallProfile.java | 631 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() 659 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile()
|
/aosp12/packages/services/Car/car-lib/src/android/car/evs/ |
H A D | ICarEvsService.aidl | 42 int startVideoStream(int serviceType, in IBinder token, in ICarEvsStreamCallback callback); in startVideoStream()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | PowerManagerInternal.java | 153 public abstract PowerSaveState getLowPowerState(int serviceType); in getLowPowerState() 160 public void registerLowPowerModeObserver(int serviceType, Consumer<PowerSaveState> listener) { in registerLowPowerModeObserver()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
H A D | CallRedirectionProcessor.java | 72 private CallRedirectionAttempt(ComponentName componentName, String serviceType) { in CallRedirectionAttempt() 380 private void processTimeoutForCallRedirection(String serviceType) { in processTimeoutForCallRedirection()
|
H A D | CallRedirectionProcessorHelper.java | 98 protected ComponentName getComponentName(Intent intent, String serviceType) { in getComponentName()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
H A D | TunerChannel.java | 80 Channel.AtscServiceType serviceType = in TunerChannel() local 183 Channel.AtscServiceType serviceType = in TunerChannel() local 298 int serviceType = getServiceType(); in getServiceTypeName() local
|
H A D | PsipData.java | 160 int serviceType, in VctItem() 243 int serviceType, in SdtItem() 547 public ServiceDescriptor(int serviceType, String serviceProviderName, String serviceName) { in ServiceDescriptor()
|
H A D | SectionParser.java | 895 int serviceType = (data[pos + 27] & 0x3f); in parseVCT() local 1096 int serviceType = 0; in parseSDT() local 1922 int serviceType = data[pos] & 0xff; in parseDvbService() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | RebootEscrowManagerTests.java | 122 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() 255 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
H A D | SsData.java | 103 public ServiceType serviceType; field in SsData
|
/aosp12/system/netd/server/ |
H A D | MDnsSdListener.cpp | 162 const char *interfaceName, const char *serviceName, const char *serviceType, in serviceRegister() 430 char *serviceType = argv[3]; in runCommand() local 443 char *serviceType = argv[4]; in runCommand() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | RebootEscrowManager.java | 321 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() 501 int serviceType = mInjector.serverBasedResumeOnReboot() in reportMetricOnRestoreComplete() local
|