/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/ |
D | CallStats.java | 84 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/ |
D | SimulatorSimCallManager.java | 59 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/ |
D | Denylist.java | 182 @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()
|
D | AppSearchRateLimitConfig.java | 138 public int getApiCost(@CallStats.CallType int apiType) { in getApiCost() 170 @CallStats.CallType int apiType = CallStats.getApiCallTypeFromName(apiName); in createApiCostsMap()
|
D | AppSearchManagerService.java | 2793 @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/ |
D | RateLimitedExecutor.java | 84 @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()
|
D | ApiCallRecord.java | 34 @CallStats.CallType private final int mCallType; 70 @CallStats.CallType
|
D | ServiceImplHelper.java | 365 @CallStats.CallType int apiType, in executeLambdaForUserAsync() 416 @CallStats.CallType int apiType, in executeLambdaForUserAsync() 461 @CallStats.CallType int apiType, in executeLambdaForUserNoCallbackAsync()
|
/packages/modules/DnsResolver/tests/ |
D | golddata.proto | 21 enum CallType { enum 170 CallType call = 1;
|
D | resolv_gold_test.cpp | 230 case android::net::CallType::CALL_GETADDRINFO: in VerifyResolver() 236 case android::net::CallType::CALL_GETHOSTBYNAME: in VerifyResolver()
|
D | resolv_integration_test.cpp | 5869 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/ |
D | PlatformLogger.java | 715 @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/ |
D | telecom.proto | 193 enum CallType { enum 267 optional CallType type = 3;
|
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/ |
D | AppSearchStatsTest.java | 37 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()
|