Home
last modified time | relevance | path

Searched +full:application +full:- +full:under +full:- +full:test (Results 1 – 25 of 1500) sorted by relevance

12345678910>>...60

/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dtesting_v1.projects.testMatrices.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dtoolresults_v1beta3.projects.histories.executions.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/aosp_15_r20/frameworks/base/test-runner/src/android/test/
H A DApplicationTestCase.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
17 package android.test;
19 import android.app.Application;
24 * This test case provides a framework in which you can test Application classes in
26 * Application, and hooks by which you can inject various dependencies and control
27 * the environment in which your Application is tested.
30 * Every Application is designed to be accessed within a specific sequence of
[all …]
H A DServiceTestCase.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
17 package android.test;
19 import android.app.Application;
24 import android.test.mock.MockApplication;
26 import android.test.mock.MockService;
30 * This test case provides a framework in which you can test Service classes in
37 * <p>For more information about application testing, read the
[all …]
/aosp_15_r20/external/googleapis/google/devtools/testing/v1/
H A Dtest_execution.proto3 // Licensed under the Apache License, Version 2.0 (the "License");
7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
13 // limitations under the License.
30 // A service for requesting test executions and querying their status.
32 // This service is part of Firebase Test Lab. To learn about how to use the
34 // visit https://firebase.google.com/docs/test-lab.
36 // Each test execution will wait for available capacity. It will then be
37 // invoked as described. The test may be invoked multiple times if an
39 // the test will be stored in an external storage system.
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dtesting.v1.json5 "https://www.googleapis.com/auth/cloud-platform": {
8 "https://www.googleapis.com/auth/cloud-platform.read-only": {
19 "documentationLink": "https://developers.google.com/cloud-test-lab/",
21 "x16": "http://www.google.com/images/icons/product/search-16.gif",
22 "x32": "http://www.google.com/images/icons/product/search-32.gif"
58 "Responses with Content-Type of application/json",
59 "Media download with context-dependent Content-Type",
60 "Responses with Content-Type of application/x-protobuf"
92 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
112 "description": "Gets the details of an Android application APK.",
[all …]
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/processor/internal/customtestapplication/
H A DCustomTestApplicationProcessorTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
24 import org.junit.Test;
34 @Test
36 // TODO(danysantiago): Add KSP test once b/288966076 is resolved. in validBaseClass_succeeds()
40 "test.HiltTest", in validBaseClass_succeeds()
41 "package test;", in validBaseClass_succeeds()
43 "import android.app.Application;", in validBaseClass_succeeds()
[all …]
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/test_grpc_server/
H A DREADME.md1 # Test GRPC Server.
3 A test GRPC server that implements wakeup_client.proto. This test server acts
5 test server does not communicate with any actual network server. It has the
13 address where the TCU can be exposed to Application Processor. The default
35 * When the Application processor is started, the remote access HAL running on
36 Android will call 'GetRemoteTasks' to establish a long-live connection. This
45 the other side (Application processor) is shutting down or has closed the
50 the Application Processor by sending a specific CAN message. It is possible that
55 pending tasks in the task queue, try to wakeup Application Processor.
59 tasks to Application Processor is shutdown so the new task will be added to the
[all …]
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DArchiveHandleTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
29 import androidx.test.runner.AndroidJUnit4;
35 import org.junit.Test;
146 @Test
150 "application/x-7z-compressed"); in buildArchiveHandle_withoutFileDescriptor_shouldBeIllegal()
157 @Test
170 @Test
[all …]
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DMimeTypes.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
31 public static final String APK_TYPE = "application/vnd.android.package-archive";
32 public static final String GENERIC_TYPE = "application/*";
42 sDocumentsMimeTypes.add("application/epub+zip");
43 sDocumentsMimeTypes.add("application/msword");
44 sDocumentsMimeTypes.add("application/pdf");
45 sDocumentsMimeTypes.add("application/rtf");
[all …]
/aosp_15_r20/development/samples/SpinnerTest/src/com/android/example/spinner/test/
H A DSpinnerActivityTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
17 package com.android.example.spinner.test;
22 import android.test.ActivityInstrumentationTestCase2;
23 import android.test.UiThreadTest;
30 * Tests the example application Spinner. Uses the instrumentation test class
32 * - test initial conditions
33 * - test the UI
[all …]
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/patch/
H A Dpatch_test.go3 // Licensed under the Apache License, Version 2.0 (the "License");
7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
13 // limitations under the License.
31 <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="21"/>
32 …<application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:name="android…
33 <activity android:label="@string/app_name" android:name="com.google.android.test.Activity">
34 <intent-filter>
37 </intent-filter>
39 </application>
[all …]
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DXmlStreamReaderUtilitiesTest.java2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
15 * limitations under the License.
26 import org.junit.jupiter.api.Test;
29 * Test the Encoding Utilities part of {@link XmlStreamReader}.
45 private static final String APPXML = "application/xml";
46 private static final String APPXML_UTF8 = "application/xml;charset=UTF-8";
47 private static final String APPXML_UTF16 = "application/xml;charset=UTF-16";
[all …]
H A DXmlStreamReaderTest.java2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
15 * limitations under the License.
47 import org.junit.jupiter.api.Test;
59 private static final String UTF_32 = "UTF-32";
60 private static final String UTF_32LE = "UTF-32LE";
61 private static final String UTF_32BE = "UTF-32BE";
63 private static final String XML5 = "xml-prolog-encoding-spaced-single-quotes";
[all …]
/aosp_15_r20/development/samples/SpinnerTest/
H A D_index.html2 This sample is the test application for the
5 application.
8 The test application uses the
9 <a href="../../../reference/android/test/ActivityInstrumentationTestCase2.html"><code>ActivityInstr…
10 test case class,
13 …class. The test runner is <a href="../../../reference/android/test/InstrumentationTestRunner.html"…
16 The application shows how to set up a test application project,
18 file for a test application, and how to set up a test case class for a test fixture. The
19test case class, <a href="src/com/android/example/spinner/test/SpinnerActivityTest.html"><code>Spi…
20 contains tests that demonstrate the following Android test patterns:
[all …]
/aosp_15_r20/tools/asuite/aidegen/sdk/
H A Djdk_table_unittest.py5 # Licensed under the Apache License, Version 2.0 (the "License");
9 # http://www.apache.org/licenses/LICENSE-2.0
12 # distributed under the License is distributed on an "AS IS" BASIS,
15 # limitations under the License.
34 # pylint: disable=protected-access
35 # pylint: disable=too-many-arguments
62 """Test initialize the attributes."""
76 """Test android_sdk_version."""
80 """Test _check_structure."""
82 xml_str = ('<application>\n</application>')
[all …]
/aosp_15_r20/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
DWizardManagerHelperTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
21 import static org.robolectric.RuntimeEnvironment.application;
37 import org.junit.Test;
47 @Test
49 final Intent intent = new Intent("test.intent.ACTION"); in testGetNextIntent()
50 intent.putExtra("scriptUri", "android-resource://test-script"); in testGetNextIntent()
64 .isEqualTo("android-resource://test-script"); in testGetNextIntent()
[all …]
/aosp_15_r20/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/bluetooth/
DPairNewDevicePreferenceControllerTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
41 import androidx.test.runner.AndroidJUnit4;
52 import org.junit.Test;
62 /** Unit test for {@link PairNewDevicePreferenceController}. */
78 mContext = RuntimeEnvironment.application; in setUp()
85 Shadows.shadowOf(RuntimeEnvironment.application.getPackageManager()).setSystemFeature( in setUp()
102 @Test
[all …]
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/google-cloud-appengine-admin/src/test/java/com/google/appengine/v1/
H A DApplicationsClientHttpJsonTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * https://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
43 import org.junit.Test;
45 @Generated("by gapic-generator-java")
80 @Test
82 Application expectedResponse = in getApplicationTest()
83 Application.newBuilder() in getApplicationTest()
89 .setCodeBucket("codeBucket-1407386057") in getApplicationTest()
[all …]
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DMimeUtilsTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
27 import androidx.test.runner.AndroidJUnit4;
29 import org.junit.Test;
36 @Test
41 @Test
54 @Test
60 @Test
[all …]
/aosp_15_r20/cts/hostsidetests/packagemanager/parsing/host/src/android/content/pm/parsing/cts/host/
H A DUsesSdkTest.kt4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
21 import android.platform.test.annotations.RequiresFlagsEnabled
22 import android.platform.test.flag.junit.CheckFlagsRule
23 import android.platform.test.flag.junit.host.HostFlagsValueProvider
34 import org.junit.Test
65 @Test
71 <application/> in defaultsNoTag()
[all …]
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/testing/
H A DHiltAndroidRuleTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
22 import android.app.Application;
23 import androidx.test.ext.junit.runners.AndroidJUnit4;
24 import org.junit.Test;
33 @Test
34 @Config(application = HiltTestApplication.class)
39 () -> new HiltAndroidRule(new NonHiltTest())); in testMissingHiltAndroidTest_fails()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/
H A DRtspHeadersTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
20 import androidx.test.ext.junit.runners.AndroidJUnit4;
24 import org.junit.Test;
27 /** Unit test for {@link RtspHeaders}. */
31 @Test
37 "Accept: application/sdp ", // Extra space after header value. in build_withHeaderLines()
39 "Content-Length: 707", in build_withHeaderLines()
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/
H A DRtspHeadersTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
20 import androidx.test.ext.junit.runners.AndroidJUnit4;
24 import org.junit.Test;
27 /** Unit test for {@link RtspHeaders}. */
31 @Test
37 "Accept: application/sdp ", // Extra space after header value. in build_withHeaderLines()
39 "Content-Length: 707", in build_withHeaderLines()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/integrity/
H A DIntegrityFormulaTest.java4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
23 import org.junit.Test;
30 @Test
32 String packageName = "com.test.app"; in createEqualsFormula_packageName()
33 IntegrityFormula formula = IntegrityFormula.Application.packageNameEquals(packageName); in createEqualsFormula_packageName()
43 @Test
45 String appCertificate = "com.test.app"; in createEqualsFormula_appCertificate()
[all …]

12345678910>>...60