Home
last modified time | relevance | path

Searched refs:CallType (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DCallStats.java84 public @interface CallType {} annotation in CallStats
162 @CallType private final int mCallType;
203 @CallType
249 @CallType int mCallType;
289 public Builder setCallType(@CallType int callType) { in setCallType()
349 @CallType
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorSimCallManager.java59 public @interface CallType {} annotation in SimulatorSimCallManager
91 @NonNull Context context, @NonNull String phoneNumber, @CallType int callType) { in addNewOutgoingCall()
99 @CallType int callType, in addNewOutgoingCall()
135 @NonNull Context context, @NonNull String callerId, @CallType int callType) { in addNewIncomingCall()
143 @CallType int callType, in addNewIncomingCall()
245 static Bundle createSimulatorConnectionExtras(@CallType int callType) { in createSimulatorConnectionExtras()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DDenylist.java182 @CallStats.CallType int apiType = CallStats.getApiCallTypeFromName(apis[i]); in retrieveApiTypes()
222 @CallStats.CallType int apiType) { in checkDeniedPackageDatabase()
244 @NonNull String packageName, @CallStats.CallType int apiType) { in checkDeniedPackage()
258 @NonNull String databaseName, @CallStats.CallType int apiType) { in checkDeniedDatabase()
DAppSearchRateLimitConfig.java138 public int getApiCost(@CallStats.CallType int apiType) { in getApiCost()
170 @CallStats.CallType int apiType = CallStats.getApiCallTypeFromName(apiName); in createApiCostsMap()
DAppSearchManagerService.java2793 @Nullable String callingDatabaseName, @CallStats.CallType int apiType, in logRateLimitedOrCallDeniedCallStats()
2823 @Nullable String callingDatabaseName, @CallStats.CallType int apiType, in checkCallDenied()
2847 @Nullable String callingDatabaseName, @CallStats.CallType int apiType, in checkCallDenied()
2868 @Nullable String callingDatabaseName, @CallStats.CallType int apiType, in checkCallDenied()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/util/
DRateLimitedExecutor.java84 @CallStats.CallType int apiType) { in execute()
133 public boolean addTaskToQueue(@NonNull String packageName, @CallStats.CallType int apiType) { in addTaskToQueue()
159 public void removeTaskFromQueue(@NonNull String packageName, @CallStats.CallType int apiType) { in removeTaskFromQueue()
DApiCallRecord.java34 @CallStats.CallType private final int mCallType;
70 @CallStats.CallType
DServiceImplHelper.java365 @CallStats.CallType int apiType, in executeLambdaForUserAsync()
416 @CallStats.CallType int apiType, in executeLambdaForUserAsync()
461 @CallStats.CallType int apiType, in executeLambdaForUserNoCallbackAsync()
/packages/modules/DnsResolver/tests/
Dgolddata.proto21 enum CallType { enum
170 CallType call = 1;
Dresolv_gold_test.cpp230 case android::net::CallType::CALL_GETADDRINFO: in VerifyResolver()
236 case android::net::CallType::CALL_GETHOSTBYNAME: in VerifyResolver()
Dresolv_integration_test.cpp5869 enum class CallType { GETADDRINFO, GETHOSTBYNAME }; enum
5871 public testing::WithParamInterface<CallType> {
5873 void VerifyQueryHelloExampleComV4(const test::DNSResponder& dns, const CallType calltype, in VerifyQueryHelloExampleComV4()
5875 if (calltype == CallType::GETADDRINFO) { in VerifyQueryHelloExampleComV4()
5880 } else if (calltype == CallType::GETHOSTBYNAME) { in VerifyQueryHelloExampleComV4()
5895 testing::Values(CallType::GETADDRINFO, CallType::GETHOSTBYNAME),
5896 [](const testing::TestParamInfo<CallType>& info) { in __anon6dfd3fcb1d02()
5898 case CallType::GETADDRINFO: in __anon6dfd3fcb1d02()
5900 case CallType::GETHOSTBYNAME: in __anon6dfd3fcb1d02()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java715 @Nullable String packageName, @CallStats.CallType int callType) { in createExtraStatsLocked()
745 boolean shouldLogForTypeLocked(@CallStats.CallType int callType) { in shouldLogForTypeLocked()
797 private int getSamplingIntervalFromConfig(@CallStats.CallType int statsType) { in getSamplingIntervalFromConfig()
/packages/services/Telecomm/proto/
Dtelecom.proto193 enum CallType { enum
267 optional CallType type = 3;
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java37 final @CallStats.CallType int callType = CallStats.CALL_TYPE_PUT_DOCUMENTS; in testAppSearchStats_CallStats()
64 final @CallStats.CallType int callType = CallStats.CALL_TYPE_PUT_DOCUMENTS; in testAppSearchCallStats_nullValues()