HomeSort by relevance Sort by last modified time
    Searched refs:ServiceType (Results 1 - 17 of 17) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SsData.java 33 public enum ServiceType {
104 public ServiceType serviceType;
113 used for respone if serviceType is SS_CLIR and
120 public ServiceType ServiceTypeFromRILInt(int type) {
122 return ServiceType.values()[type];
148 return "[SsData] " + "ServiceType: " + serviceType
153 + " Is Service Type CF: " + serviceType.isTypeCF();
GsmMmiCode.java 288 mSc = getScStringFromScType(ssData.serviceType);
298 ssData.serviceType.isTypeUnConditional()) {
300 * When ServiceType is SS_CFU/SS_CF_ALL and RequestType is activate/register
319 if (ssData.serviceType.isTypeClir()) {
322 } else if (ssData.serviceType.isTypeCF()) {
335 private String getScStringFromScType(SsData.ServiceType sType) {
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.h 68 enum ServiceType {
86 ServiceType type,
91 static bool IsAvailable(content::BrowserContext* context, ServiceType type);
spelling_service_client_unittest.cc 223 SpellingServiceClient::ServiceType request_type;
327 const SpellingServiceClient::ServiceType kSuggest =
329 const SpellingServiceClient::ServiceType kSpellcheck =
spelling_service_client.cc 50 ServiceType type,
105 ServiceType type) {
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_menu_observer.h 56 SpellingServiceClient::ServiceType type,
spelling_menu_observer.cc 357 SpellingServiceClient::ServiceType type,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
elscore.h 43 unsigned ServiceType :2;
111 unsigned ServiceType :2;
ipxsap.h 28 USHORT ServiceType;
qos.h 9 typedef ULONG SERVICETYPE;
38 SERVICETYPE ServiceType;
ipxrtdef.h 118 USHORT ServiceType;
124 USHORT ServiceType;
nspapi.h 307 GUID ServiceType;
321 GUID ServiceType;
ntdsapi.h 325 NTDSAPI DWORD WINAPI DsGetSpnA(DS_SPN_NAME_TYPE ServiceType,LPCSTR ServiceClass,LPCSTR ServiceName,USHORT InstancePort,USHORT cInstanceNames,LPCSTR *pInstanceNames,const USHORT *pInstancePorts,DWORD *pcSpn,LPSTR **prpszSpn);
326 NTDSAPI DWORD WINAPI DsGetSpnW(DS_SPN_NAME_TYPE ServiceType,LPCWSTR ServiceClass,LPCWSTR ServiceName,USHORT InstancePort,USHORT cInstanceNames,LPCWSTR *pInstanceNames,const USHORT *pInstancePorts,DWORD *pcSpn,LPWSTR **prpszSpn);
    [all...]
netmon.h     [all...]
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_win.cc 690 bool UdpSocket2Windows::SetQos(int32_t serviceType,
708 int32_t err = CreateFlowSpec(serviceType, tokenRate, bucketSize,
726 if(serviceType == 0)
740 Qos.SendingFlowspec.ServiceType = serviceType;
749 // Only ServiceType is needed for receiving.
750 Qos.ReceivingFlowspec.ServiceType = serviceType;
784 Qos.ReceivingFlowspec.ServiceType = serviceType;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc 60 // NOTE: Must be in the same order as the ServiceType enum.
64 enum ServiceType {
107 ServiceType* service_type,
116 *service_type = static_cast<ServiceType>(i);
212 ServiceType service_type = INVALID;
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 1252 milliseconds