Searched refs:clientType (Results 1 – 4 of 4) sorted by relevance
27 private final String clientType; field in OmtpStandardMessageSender48 String clientType, in OmtpStandardMessageSender() argument52 this.clientType = clientType; in OmtpStandardMessageSender()108 appendField(sb, OmtpConstants.CLIENT_TYPE, clientType); in appendProtocolVersionAndClientType()
29 public String clientType; field in SelectAdRequest
257 const ndk::SpAIBinder& binder, ClientType clientType);298 static int toProtoClientType(ClientType clientType);
818 ClientType clientType) { in unregisterClientLocked() argument819 const char* clientName = clientType == ClientType::Regular ? "client" : "service"; in unregisterClientLocked()1430 int WatchdogProcessService::toProtoClientType(ClientType clientType) { in toProtoClientType() argument1431 switch (clientType) { in toProtoClientType()