/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
D | DiscoveryListenerMultiplexer.java | 45 public static void addListener(@NonNull NsdManager nsdManager, @NonNull String serviceType, in addListener() 132 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 138 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() 144 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted() 149 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
|
D | MDNSFilteredDiscovery.java | 119 DiscoveryListenerMultiplexer.addListener(getNDSManager(), serviceType, this); in start() local 136 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 142 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() 148 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted() 153 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
D | WifiP2pDnsSdServiceInfo.java | 92 String serviceType, Map<String, String> txtMap) { in newInstance() argument 122 String serviceType) { in createPtrServiceQuery() 149 String serviceType, in createTxtServiceQuery()
|
D | WifiP2pDnsSdServiceRequest.java | 75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) { in newInstance() 97 String serviceType) { in newInstance()
|
D | WifiP2pServiceRequest.java | 95 private WifiP2pServiceRequest(int serviceType, int length, in WifiP2pServiceRequest()
|
D | WifiP2pServiceResponse.java | 118 protected WifiP2pServiceResponse(int serviceType, int status, int transId, in WifiP2pServiceResponse()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsServiceBase.java | 55 public boolean isConnected(int serviceId, int serviceType, int callType) { in isConnected() 70 …public void addRegistrationListener(int serviceId, int serviceType, IImsRegistrationListener liste… in addRegistrationListener() 76 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) { in createCallProfile() 148 protected boolean onIsConnected(int serviceId, int serviceType, int callType) { in onIsConnected() 164 …protected void onAddRegistrationListener(int serviceId, int serviceType, IImsRegistrationListener … in onAddRegistrationListener() 168 protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType) { in onCreateCallProfile()
|
D | ImsManager.java | 1623 public boolean isConnected(int serviceType, int callType) in isConnected() 1672 public ImsCallProfile createCallProfile(int sessionId, int serviceType, int callType) in createCallProfile()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHidDeviceAppQosSettings.java | 27 final public int serviceType; field in BluetoothHidDeviceAppQosSettings 40 public BluetoothHidDeviceAppQosSettings(int serviceType, int tokenRate, int tokenBucketSize, in BluetoothHidDeviceAppQosSettings()
|
D | BluetoothGattService.java | 99 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() 113 int instanceId, int serviceType) { in BluetoothGattService() 126 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService()
|
D | BluetoothGattIncludedService.java | 49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
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()
|
/frameworks/base/core/java/android/net/nsd/ |
D | NsdManager.java | 294 public void onStartDiscoveryFailed(String serviceType, int errorCode); in onStartDiscoveryFailed() 296 public void onStopDiscoveryFailed(String serviceType, int errorCode); in onStopDiscoveryFailed() 298 public void onDiscoveryStarted(String serviceType); in onDiscoveryStarted() 300 public void onDiscoveryStopped(String serviceType); in onDiscoveryStopped() 574 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) { in discoverServices()
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 388 int count, int serviceType, int state, long startTime, long now, long totalTime, in dumpStats() 407 int serviceType, int curState, long curStartTime, long now) { in dumpTime() 457 int uid, int vers, String serviceName, int serviceType, int opCount, in dumpTimeCheckin()
|
/frameworks/base/core/java/android/os/ |
D | PowerManagerInternal.java | 124 public abstract PowerSaveState getLowPowerState(int serviceType); in getLowPowerState()
|
D | IPowerManager.aidl | 49 PowerSaveState getPowerSaveState(int serviceType); in getPowerSaveState()
|
D | PowerManager.java | 1033 public PowerSaveState getPowerSaveState(int serviceType) { in getPowerSaveState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | SsData.java | 105 public ServiceType serviceType; field in SsData
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 47 public PowerSaveState getPowerSaveState(int serviceType) { in getPowerSaveState()
|
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsCallProfile.java | 233 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
|
/frameworks/support/tv-provider/src/android/support/media/tv/ |
D | Channel.java | 835 public Builder setServiceType(@ServiceType String serviceType) { in setServiceType()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NsdService.java | 737 private boolean discoverServices(int discoveryId, String serviceType) { in discoverServices()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 4319 public PowerSaveState getPowerSaveState(@ServiceType int serviceType) { in getPowerSaveState() 4681 public PowerSaveState getLowPowerState(@ServiceType int serviceType) { in getLowPowerState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 969 int serviceType = PhoneNumberUtils.isEmergencyNumber(conn.getAddress()) ? in dialInternal() local
|