Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 865) sorted by relevance

12345678910>>...35

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/safetycenter/ui/
DSnakeCaseConverterTest.kt30 val input = "camelCase" in fromCamelCase_withCamelCaseInput_returnsSnakeCaseString() constant
39 val input = "" in fromCamelCase_withEmptyInput_returnsEmptyString() constant
48 val input = "snake_case" in fromCamelCase_withSnakeCaseInput_returnsSnakeCaseString() constant
57 val input = "camelCase_withUnderscores" in fromCamelCase_withInputHavingUnderscores_preservesUnderscores() constant
66 val input = "PascalCase" in fromCamelCase_withPascalCaseInput_returnsSnakeCaseString() constant
75 val input = "SCREAMING_SNAKE_CASE" in fromCamelCase_withScreamingSnakeCaseInput_lowerCasesTheString() constant
84 val input = "PascalCase_snake_case_camelCase" in fromCamelCase_withMixedCaseInput_returnsSnakeCaseString() constant
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DIsolatedServiceTest.java93 ExecuteInputParcel input = in testOnExecute() local
119 ExecuteInputParcel input = in testOnExecutePropagatesError() local
141 …ExecuteInputParcel input = new ExecuteInputParcel.Builder().setAppPackageName("com.testapp").build… in testOnExecuteWithoutAppParams() local
177 …ExecuteInputParcel input = new ExecuteInputParcel.Builder().setAppPackageName("com.testapp").build… in testOnExecuteThrowsIfDataAccessServiceMissing() local
190 …ExecuteInputParcel input = new ExecuteInputParcel.Builder().setAppPackageName("com.testapp").build… in testOnExecuteThrowsIfFederatedComputeServiceMissing() local
201 …ExecuteInputParcel input = new ExecuteInputParcel.Builder().setAppPackageName("com.testapp").build… in testOnExecuteThrowsIfCallbackMissing() local
214 DownloadInputParcel input = in testOnDownload() local
253 DownloadInputParcel input = in testOnDownloadThrowsIfDataAccessServiceMissing() local
266 DownloadInputParcel input = in testOnDownloadThrowsIfFederatedComputeServiceMissing() local
281 DownloadInputParcel input = in testOnDownloadThrowsIfCallbackMissing() local
[all …]
DIsolatedServiceExceptionSafetyTestImpl.java36 public void onExecute( in onExecute()
44 public void onDownloadCompleted( in onDownloadCompleted()
55 public void onRender( in onRender()
63 public void onEvent( in onEvent()
71 public void onTrainingExamples( in onTrainingExamples()
81 public void onWebTrigger( in onWebTrigger()
DFederatedComputeSchedulerTest.java60 FederatedComputeInput input = in testScheduleSuccess() local
76 FederatedComputeInput input = in testScheduleNull() local
89 FederatedComputeInput input = in testScheduleErr() local
98 FederatedComputeInput input = in testCancelSuccess() local
107 FederatedComputeInput input = in testCancelNull() local
115 FederatedComputeInput input = in testCancelErr() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportAndRegisterEventFallbackImplTest.java277 ReportInteractionInput input = mInputBuilder.build(); in testImplSuccessfullyReportsRegisteredEvents() local
337 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterSellerReportingThrowsAnException() local
390 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterSellerReportingAndRegisteringThrowsAnException() local
458 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException() local
511 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterBuyerReportingAndRegisteringThrowsAnException() local
568 ReportInteractionInput input = in testImplOnlyReportsBuyersRegisteredEvents() local
613 ReportInteractionInput input = in testImplOnlyReportsSellerRegisteredEvents() local
674 ReportInteractionInput input = mInputBuilder.build(); in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck() local
733 ReportInteractionInput input = mInputBuilder.build(); in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck() local
789 ReportInteractionInput input = mInputBuilder.build(); in testImplFailsWithInvalidPackageName() local
[all …]
DReportAndRegisterEventImplTest.java266 ReportInteractionInput input = mInputBuilder.build(); in testImplSuccessfullyReportsRegisteredEvents() local
294 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterSellerReportingThrowsAnException() local
334 ReportInteractionInput input = mInputBuilder.build(); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException() local
371 ReportInteractionInput input = in testImplOnlyReportsBuyersRegisteredEvents() local
396 ReportInteractionInput input = in testImplOnlyReportsSellerRegisteredEvents() local
436 ReportInteractionInput input = mInputBuilder.build(); in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck() local
482 ReportInteractionInput input = mInputBuilder.build(); in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck() local
528 ReportInteractionInput input = mInputBuilder.build(); in testImplFailsWithInvalidPackageName() local
570 ReportInteractionInput input = mInputBuilder.build(); in testImplFailsWhenForegroundCheckFails() local
596 ReportInteractionInput input = mInputBuilder.build(); in testImplFailsWhenThrottled() local
[all …]
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DIsolatedWorker.java56 default void onExecute( in onExecute()
74 default void onDownloadCompleted( in onDownloadCompleted()
95 default void onRender( in onRender()
113 default void onEvent( in onEvent()
131 default void onTrainingExamples( in onTrainingExamples()
152 default void onWebTrigger( in onWebTrigger()
/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/
DParameterParser.java58 Object executeParser(Class type, String input) { in executeParser()
63 private static PhoneNumberRange parsePhoneNumberRange(String input) { in parsePhoneNumberRange()
71 private Executor parseExecutor(String input) { in parseExecutor()
75 private Consumer parseConsumer(String input) { in parseConsumer()
84 private RadioAccessSpecifier parseRadioAccessSpecifier(String input) { in parseRadioAccessSpecifier()
102 private List parseList(String input) { in parseList()
126 private NumberVerificationCallback parseNumberVerificationCallback(String input) { in parseNumberVerificationCallback()
/packages/modules/OnDevicePersonalization/tests/cts/endtoend/src/com/android/ondevicepersonalization/cts/e2e/
DIsolatedWorkerTest.java88 RenderInput input = new RenderInput( in testOnRender() local
109 EventInput input = new EventInput( in testOnEvent() local
121 TrainingExamplesInput input = in testOnTrainingExamples() local
135 WebTriggerInput input = new WebTriggerInput( in testOnWebTrigger() local
145 ExecuteInput input, in onExecute()
153 RenderInput input, in onRender()
162 DownloadCompletedInput input, in onDownloadCompleted()
171 EventInput input, in onEvent()
181 TrainingExamplesInput input, in onTrainingExamples()
196 WebTriggerInput input, in onWebTrigger()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtIdReqTest.java59 ByteBuffer input = ByteBuffer.wrap(AT_PERMANENT_ID_REQ); in testDecodeAtPermanentIdReq() local
71 ByteBuffer input = ByteBuffer.wrap(PERMANENT_ID_INVALID_LENGTH); in testDecodeAtPermanentIdReqInvalidLength() local
90 ByteBuffer input = ByteBuffer.wrap(AT_ANY_ID_REQ); in testDecodeAtAnyIdReq() local
102 ByteBuffer input = ByteBuffer.wrap(ANY_ID_INVALID_LENGTH); in testDecodeAtAnyIdReqInvalidLength() local
121 ByteBuffer input = ByteBuffer.wrap(AT_FULL_AUTH_ID_REQ); in testDecodeAtFullauthIdReq() local
133 ByteBuffer input = ByteBuffer.wrap(FULL_AUTH_ID_INVALID_LENGTH); in testDecodeAtFullauthIdReqInvalidLength() local
DAtResTest.java52 ByteBuffer input = ByteBuffer.wrap(AT_RES); in testDecode() local
64 ByteBuffer input = ByteBuffer.wrap(AT_RES_INVALID_RES_LENGTH); in testDecodeInvalidResLength() local
74 ByteBuffer input = ByteBuffer.wrap(AT_RES_SHORT_RES); in testDecodeShortResLength() local
84 ByteBuffer input = ByteBuffer.wrap(AT_RES_LONG_RES); in testDecodeLongResLength() local
DAtCounterTest.java56 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER); in testDecodeAtCounter() local
69 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER_INVALID_LENGTH); in testDecodeAtCounterInvalidLength() local
95 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER_TOO_SMALL); in testDecodeAtCounterTooSmall() local
107 ByteBuffer input = ByteBuffer.wrap(AT_COUNTER_TOO_SMALL_INVALID_LENGTH); in testDecodeAtCounterTooSmallInvalidLength() local
/packages/modules/Wifi/framework/tests/src/android/net/wifi/util/
DScanResultUtilTest.java319 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in testPskSha256SaeTransitionModeCheck() local
346 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in testPskSaeTransitionModeCheck() local
373 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in testPskNotInTransitionModeCheck() local
400 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in testSaeNotInTransitionModeCheck() local
427 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in testSaeExtKeyAkmSupportedNetwork() local
454 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in testFtEapAkmSupportedNetwork() local
482 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in testFilsSha256AkmSupportedNetwork() local
511 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in testFilsSha384AkmSupportedNetwork() local
539 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in testEapNetworkNotPasspointNetwork() local
565 ScanResult input = new ScanResult.Builder(WifiSsid.fromUtf8Text(ssid), in verifyPasspointNetwork() local
[all …]
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerExecutor.java124 OutputT doInBackground(@Nullable InputT input) throws Throwable; in doInBackground()
172 void executeSerial(@Nullable InputT input); in executeSerial()
182 void executeSerialWithWait(@Nullable InputT input, long waitMillis); in executeSerialWithWait()
189 void executeParallel(@Nullable InputT input); in executeParallel()
197 @NonNull ExecutorService executorService, @Nullable InputT input); in executeOnCustomExecutorService()
DDefaultDialerExecutorFactory.java180 public void executeSerial(@Nullable InputT input) { in executeSerial()
185 public void executeSerialWithWait(@Nullable InputT input, long waitMillis) { in executeSerialWithWait()
190 public void executeParallel(@Nullable InputT input) { in executeParallel()
196 @NonNull ExecutorService executorService, @Nullable InputT input) { in executeOnCustomExecutorService()
197 dialerUiTaskFragment.executeOnCustomExecutor(Assert.isNotNull(executorService), input); in executeOnCustomExecutorService() local
226 public void executeSerial(@Nullable InputT input) { in executeSerial()
231 public void executeSerialWithWait(@Nullable InputT input, long waitMillis) { in executeSerialWithWait()
241 public void executeParallel(@Nullable InputT input) { in executeParallel()
247 @NonNull ExecutorService executorService, @Nullable InputT input) { in executeOnCustomExecutorService()
251 private void run(@Nullable InputT input) { in run()
DDialerUiTaskFragment.java121 void executeSerial(InputT input) { in executeSerial()
125 void executeSerialWithWait(InputT input, long waitMillis) { in executeSerialWithWait()
134 void executeParallel(InputT input) { in executeParallel()
138 void executeOnCustomExecutor(ExecutorService executor, InputT input) { in executeOnCustomExecutor()
143 private void runTask(@Nullable InputT input) { in runTask()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DScheduleCustomAudienceUpdateImplTest.java153 ScheduleCustomAudienceUpdateInput input = in testScheduleCustomAudienceUpdate_Success() local
186 ScheduleCustomAudienceUpdateInput input = in testScheduleCustomAudienceUpdate_OverDelay_Failure() local
218 ScheduleCustomAudienceUpdateInput input = null; in testScheduleCustomAudienceUpdate_NullInput_Failure() local
230 ScheduleCustomAudienceUpdateInput input = in testScheduleCustomAudienceUpdate_MissingBuyer_Failure() local
281 ScheduleCustomAudienceUpdateInput input = in testScheduleCustomAudienceUpdate_MissingConsent_SilentFailure() local
311 ScheduleCustomAudienceUpdateInput input, ScheduleCustomAudienceUpdateImpl impl) in callScheduleUpdate()
/packages/services/Telephony/src/com/android/phone/
DSpecialCharSequenceMgr.java78 static boolean handleChars(Context context, String input) { in handleChars()
105 String input, in handleChars()
131 String input, in handleCharsForLockedDevice()
157 static private boolean handleSecretCode(String input) { in handleSecretCode()
168 static private boolean handleAdnEntry(Context context, String input) { in handleAdnEntry()
234 static private boolean handlePinEntry(Context context, String input, in handlePinEntry()
285 String input) { in handleIMEIDisplay()
311 private static boolean handleRegulatoryInfoDisplay(Context context, String input) { in handleRegulatoryInfoDisplay()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DDatabaseUtilsTest.java266 final Pair<String, String> input = Pair.create( in testRecoverAbusiveGroupBy_Buckets() local
277 final Pair<String, String> input = Pair.create( in testRecoverAbusiveGroupBy_BucketsByPath() local
288 final Pair<String, String> input = Pair.create( in testRecoverAbusiveGroupBy_113651872() local
299 final Pair<String, String> input = Pair.create( in testRecoverAbusiveGroupBy_113652519() local
310 final Pair<String, String> input = Pair.create( in testRecoverAbusiveGroupBy_113652519_longer() local
321 final Pair<String, String> input = Pair.create( in testRecoverAbusiveGroupBy_115340326() local
332 final Pair<String, String> input = Pair.create( in testRecoverAbusiveGroupBy_116845885() local
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/test/
DTestPersonalizationHandler.java60 DownloadCompletedInput input, in onDownloadCompleted()
81 public void onExecute( in onExecute()
110 public void onRender( in onRender()
125 public void onEvent( in onEvent()
156 public void onTrainingExamples( in onTrainingExamples()
185 public void onWebTrigger( in onWebTrigger()
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/
DNetworkTraceHandlerTest.cpp85 bool TraceAndSortPackets(const std::vector<PacketTrace>& input, in TraceAndSortPackets()
110 std::vector<PacketTrace> input = { in TEST_F() local
135 std::vector<PacketTrace> input = { in TEST_F() local
167 std::vector<PacketTrace> input = { in TEST_F() local
208 std::vector<PacketTrace> input = { in TEST_F() local
243 std::vector<PacketTrace> input = { in TEST_F() local
278 std::vector<PacketTrace> input = { in TEST_F() local
318 std::vector<PacketTrace> input = { in TEST_F() local
356 std::vector<PacketTrace> input = { in TEST_F() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DStochasticRoundingUtilTest.java80 double input = 0.3; in testRoundStochasticallyIsNonDeterministic() local
99 double input = 0.3; in testRoundStochasticallyApproximatesTrueSim() local
129 public final double input; field in StochasticRoundingUtilTest.RoundingTestCase
133 RoundingTestCase(double input, int numBits, double output) { in RoundingTestCase()
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/com/android/ondevicepersonalization/internal/util/
DByteArrayParceledSliceTest.java62 Bundle input = new Bundle(); in runTest() local
78 Bundle input = new Bundle(); in runTestForNullArray() local
95 Bundle input = new Bundle(); in runTestForEmptyArray() local
125 public void echo(Bundle input, IEchoServiceCallback callback) { in echo()
128 void run(Bundle input, IEchoServiceCallback callback) { in run()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DReportInteractionInputTest.java58 ReportInteractionInput input = in testWriteToParcel_nonNullOptionalParameters() local
89 ReportInteractionInput input = in testWriteToParcel_nullInputEvent() local
119 ReportInteractionInput input = in testWriteToParcel_nullAdId() local
150 ReportInteractionInput input = in testWriteToParcel_nullCallerSdkName() local
246 ReportInteractionInput input = in testReportInteractionInputDescribeContents() local
/packages/modules/Bluetooth/system/gd/common/
Dinit_flags_test.cc26 const char* input[] = {"INIT_btm_dm_flush_discovery_queue_on_search_cancel=true", nullptr}; in TEST() local
32 const char* input[] = {"INIT_leaudio_targeted_announcement_reconnection_mode=true", nullptr}; in TEST() local
38 const char* input[] = {"INIT_use_rsi_from_cached_inqiry_results=true", nullptr}; in TEST() local

12345678910>>...35