Home
last modified time | relevance | path

Searched refs:clientType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DOmtpStandardMessageSender.java27 private final String clientType; field in OmtpStandardMessageSender
48 String clientType, in OmtpStandardMessageSender() argument
52 this.clientType = clientType; in OmtpStandardMessageSender()
108 appendField(sb, OmtpConstants.CLIENT_TYPE, clientType); in appendProtocolVersionAndClientType()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/utils/
DSelectAdRequest.java29 public String clientType; field in SelectAdRequest
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h257 const ndk::SpAIBinder& binder, ClientType clientType);
298 static int toProtoClientType(ClientType clientType);
DWatchdogProcessService.cpp818 ClientType clientType) { in unregisterClientLocked() argument
819 const char* clientName = clientType == ClientType::Regular ? "client" : "service"; in unregisterClientLocked()
1430 int WatchdogProcessService::toProtoClientType(ClientType clientType) { in toProtoClientType() argument
1431 switch (clientType) { in toProtoClientType()