Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java21 import android.server.wm.component.ComponentsBase;
24 public static final ComponentName ALT_LAUNCHING_ACTIVITY = component("AltLaunchingActivity");
26 component("AlwaysFocusablePipActivity");
27 public static final ComponentName ANIMATION_TEST_ACTIVITY = component("AnimationTestActivity");
28 public static final ComponentName ASSISTANT_ACTIVITY = component("AssistantActivity");
29 public static final ComponentName BOTTOM_ACTIVITY = component("BottomActivity");
30 …public static final ComponentName BOTTOM_NON_RESIZABLE_ACTIVITY = component("BottomNonResizableAct…
32 component("BottomLeftLayoutActivity");
34 component("BottomRightLayoutActivity");
36 component("BroadcastReceiverActivity");
[all …]
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1Sequence.java56 for (SequenceComponent component : getComponents()) { in getBerValueLength()
57 if (component.isExplicitlySet()) { in getBerValueLength()
58 Asn1Tag tag = component.getTag(); in getBerValueLength()
59 Asn1Object value = component.getComponentValue(); in getBerValueLength()
63 int valueLen = component.isImplicitTagging() in getBerValueLength()
74 for (SequenceComponent component : getComponents()) { in encodeBerValue()
75 if (component.isExplicitlySet()) { in encodeBerValue()
76 Asn1Object obj = component.getComponentValue(); in encodeBerValue()
77 Asn1Tag componentTag = component.getTag(); in encodeBerValue()
81 if (component.isImplicitTagging()) { in encodeBerValue()
[all …]
DAsn1SequenceOf.java50 public void add(T component) { in add() argument
51 sequence.addLast(component); in add()
70 for (Asn1Object component : sequence) { in getBerValueLength()
71 length += component.getBerLength(); in getBerValueLength()
77 for (Asn1Object component : sequence) { in encodeBerValue()
78 component.encodeBer(buf); in encodeBerValue()
130 for (Asn1Object component : sequence) { in encodePerImpl()
132 listBuilder.addAll(component.encodePerAligned()); in encodePerImpl()
134 listBuilder.addAll(component.encodePerUnaligned()); in encodePerImpl()
/cts/tests/framework/base/windowmanager/appSecondUid/src/android/server/wm/second/
DComponents.java20 import android.server.wm.component.ComponentsBase;
24 public static final ComponentName EMBEDDING_ACTIVITY = component("EmbeddingActivity");
33 public static final ComponentName SECOND_ACTIVITY = component("SecondActivity");
40 component("SecondActivityNoEmbedding");
43 component("TestActivityWithSameAffinityDifferentUid");
46 component("LaunchBroadcastReceiver");
54 component(Components.class, "ImplicitTargetActivity");
56 private static ComponentName component(String className) { in component() method in Components
57 return component(Components.class, className); in component()
/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DComponents.java20 import android.server.wm.component.ComponentsBase;
25 ComponentName COMPONENT = component("UntrustedTouchTestService");
29 ComponentName COMPONENT = component("OverlayActivity");
37 ComponentName COMPONENT = component("ExitAnimationActivity");
51 ComponentName COMPONENT = component("ToastActivity");
54 private static ComponentName component(String className) { in component() method in Components
55 return component(Components.class, className); in component()
/cts/tests/framework/base/windowmanager/app27/src/android/server/wm/app27/
DComponents.java23 import android.server.wm.component.ComponentsBase;
28 component(Components.class, LAUNCHING_ACTIVITY.getClassName());
31 component(Components.class, TEST_ACTIVITY.getClassName());
34 component(Components.class, "SeparateProcessActivity");
37 component(Components.class, "LaunchEnterPipActivity");
40 component(Components.class, "PipActivity");
43 component(Components.class, "HomeActivity");
/cts/tests/framework/base/windowmanager/
DOWNERS2 # Bug template url: https://b.corp.google.com/issues/new?component=316275&template=1018192 = per-fi…
4 # Bug template url: https://b.corp.google.com/issues/new?component=943781&template=1502790 = per-fi…
6 # Bug template url: https://b.corp.google.com/issues/new?component=339570&template=1037597 = per-fi…
8 # Bug template url: https://b.corp.google.com/issues/new?component=928594&template=1490782 = per-fi…
10 # Bug template url: https://b.corp.google.com/issues/new?component=316245&template=1018194 = per-fi…
12 # Bug template url: https://b.corp.google.com/issues/new?component=316020&template=1018174 = per-fi…
14 # Bug template url: https://b.corp.google.com/issues/new?component=316280&template=1018196 = per-fi…
16 # Bug template url: https://b.corp.google.com/issues/new?component=316251&template=1018197 = per-fi…
18 # Bug template url: https://b.corp.google.com/issues/new?component=928697&template=1490890 = per-fi…
20 # Bug template url: https://b.corp.google.com/issues/new?component=970984&template=1516678 = per-fi…
[all …]
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DComponents.java20 import android.server.wm.component.ComponentsBase;
24 component("Class2BiometricOrCredentialActivity");
26 component("Class2BiometricActivity");
28 component("Class3BiometricActivity");
30 private static ComponentName component(String className) { in component() method in Components
31 return component(Components.class, className); in component()
/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DComponents.java20 import android.server.wm.component.ComponentsBase;
25 component(Components.class, "BackgroundActivity");
27 component(Components.class, "SecondBackgroundActivity");
29 component(Components.class, "ForegroundActivity");
31 component(Components.class, "SendPendingIntentReceiver");
33 component(Components.class, "StartBackgroundActivityReceiver");
35 component(Components.class, "SimpleAdminReceiver");
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerGetPropertyTest.java185 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
188 "android.cts.PROPERTY_ACTIVITY", component); in testGetComponentProperty()
195 "android.cts.PROPERTY_STRING", component); in testGetComponentProperty()
202 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
205 "android.cts.PROPERTY_ACTIVITY_ALIAS", component); in testGetComponentProperty()
212 "android.cts.PROPERTY_COMPONENT", component); in testGetComponentProperty()
219 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
222 "android.cts.PROPERTY_PROVIDER", component); in testGetComponentProperty()
229 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
232 "android.cts.PROPERTY_RECEIVER", component); in testGetComponentProperty()
[all …]
/cts/tests/framework/base/windowmanager/appAShareUid/src/android/server/wm/shareuid/a/
DComponents.java20 import android.server.wm.component.ComponentsBase;
24 component("TestActivityWithSameAffinity");
27 component("TestActivityWithSameAffinitySameApp");
29 private static ComponentName component(String className) { in component() method in Components
30 return component(Components.class, className); in component()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAdminServiceDeviceOwnerTest.java34 protected void removeAdmin(String component) throws Exception { in removeAdmin() argument
35 CLog.i("Removing admin %s...", component); in removeAdmin()
36 removeDeviceOwnerAdmin(component); in removeAdmin()
40 protected void setAsOwnerOrFail(String component) throws Exception { in setAsOwnerOrFail() argument
41 setDeviceOwnerOrFail(component, getUserId()); in setAsOwnerOrFail()
DDeviceAdminServiceProfileOwnerTest.java49 protected void removeAdmin(String component) throws Exception { in removeAdmin() argument
50 CLog.i("Removing admin %s from user %d...", component, mUserId); in removeAdmin()
51 removeAdmin(component, mUserId); in removeAdmin()
55 protected void setAsOwnerOrFail(String component) throws Exception { in setAsOwnerOrFail() argument
56 setProfileOwnerOrFail(component, mUserId); in setAsOwnerOrFail()
DBaseDeviceAdminServiceTest.java96 protected abstract void setAsOwnerOrFail(String component) throws Exception; in setAsOwnerOrFail() argument
191 private String rumpDumpSysService(String component) throws Exception { in rumpDumpSysService() argument
192 final String command = "dumpsys activity services " + component; in rumpDumpSysService()
198 private void assertServiceBound(String component) throws Exception { in assertServiceBound() argument
199 final String commandOutput = rumpDumpSysService(component); in assertServiceBound()
201 if (line.contains("ConnectionRecord") && line.contains(component)) { in assertServiceBound()
208 private void assertServiceNotBound(String component) throws Exception { in assertServiceNotBound() argument
209 final String commandOutput = rumpDumpSysService(component); in assertServiceNotBound()
211 if (line.contains("ConnectionRecord") && line.contains(component)) { in assertServiceNotBound()
/cts/hostsidetests/incrementalinstall/app/v2/src/android/incrementalinstall/incrementaltestapp/
DMainActivity.java33 for (String component : Consts.SupportedComponents.getAllComponents()) { in onCreate()
34 broadcastStatus(component, in onCreate()
35 component.equals(Consts.SupportedComponents.ON_CREATE_COMPONENT_2)); in onCreate()
39 private void broadcastStatus(String component, boolean status) { in broadcastStatus() argument
41 intent.putExtra(TARGET_COMPONENT_KEY, component); in broadcastStatus()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DComponents.java20 import android.server.wm.component.ComponentsBase;
23 public static final ComponentName AUTH_ON_CREATE_ACTIVITY = component("AuthOnCreateActivity");
25 private static ComponentName component(String className) { in component() method in Components
26 return component(Components.class, className); in component()
/cts/tests/framework/base/windowmanager/appBShareUid/src/android/server/wm/shareuid/b/
DComponents.java20 import android.server.wm.component.ComponentsBase;
24 component("TestActivityWithSameAffinityShareUid");
26 private static ComponentName component(String className) { in component() method in Components
27 return component(Components.class, className); in component()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DBaseEmulatorActivity.java66 abstract void onApduSequenceComplete(ComponentName component, long duration); in onApduSequenceComplete() argument
127 ComponentName component = intent.getParcelableExtra(HceUtils.EXTRA_COMPONENT);
129 if (component != null) {
130 onApduSequenceComplete(component, duration);
158 for (ComponentName component : SERVICES) { in doInBackground()
159 if (enableComponents.contains(component)) { in doInBackground()
160 Log.d(TAG, "Enabling component " + component); in doInBackground()
161 HceUtils.enableComponent(getPackageManager(), component); in doInBackground() local
163 Log.d(TAG, "Disabling component " + component); in doInBackground()
164 HceUtils.disableComponent(getPackageManager(), component); in doInBackground() local
[all …]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothSharingRestrictionTest.java109 private static void assertComponentStateAfterTimeout(Context context, ComponentName component, in assertComponentStateAfterTimeout() argument
115 state = context.getPackageManager().getComponentEnabledSetting(component); in assertComponentStateAfterTimeout()
122 TestCase.fail("The state of " + component + " should have been " + expectedState in assertComponentStateAfterTimeout()
128 ComponentName component, in assertHandlerAvailable() argument
140 if (resolvedComponent.equals(component)) { in assertHandlerAvailable()
145 TestCase.fail(component + " is available as a handler for " + intent); in assertHandlerAvailable()
151 TestCase.fail(component + " isn't available as a handler for " + intent); in assertHandlerAvailable()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/activities/
DActivityReference.java33 public ActivityReference(TestApis testApis, ComponentName component) { in ActivityReference() argument
34 super(testApis, component); in ActivityReference()
37 public ActivityReference(TestApis testApis, ComponentReference component) { in ActivityReference() argument
38 super(testApis, component.componentName()); in ActivityReference()
/cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
DCalendarcommon2Test.java37 ICalendar.Component component = new ICalendar.Component("CTS", null); in testStaticLinking() local
39 component.getProperties(RecurrenceSet.CTS_PROPERTY_NAME); in testStaticLinking()
42 recurSet.addPropertiesForRuleStr(component, null, null); in testStaticLinking()
47 properties = component.getProperties(RecurrenceSet.CTS_PROPERTY_NAME); in testStaticLinking()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
DRel_98_MsrPosition_Rsp_Extension.java410 for (SequenceComponent component : getComponents()) { in toIndentedString()
411 if (component.isExplicitlySet()) { in toIndentedString()
413 .append(component.toIndentedString(internalIndent)); in toIndentedString()
418 for (SequenceComponent component : getExtensionComponents()) { in toIndentedString()
419 if (component.isExplicitlySet()) { in toIndentedString()
421 .append(component.toIndentedString(internalIndent)); in toIndentedString()
460 for (SequenceComponent component : getComponents()) { in toIndentedString()
461 if (component.isExplicitlySet()) { in toIndentedString()
463 .append(component.toIndentedString(internalIndent)); in toIndentedString()
468 for (SequenceComponent component : getExtensionComponents()) { in toIndentedString()
[all …]
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/map_extensiondatatypes/
DPrivateExtension.java146 for (SequenceComponent component : getComponents()) { in toIndentedString()
147 if (component.isExplicitlySet()) { in toIndentedString()
149 .append(component.toIndentedString(internalIndent)); in toIndentedString()
154 for (SequenceComponent component : getExtensionComponents()) { in toIndentedString()
155 if (component.isExplicitlySet()) { in toIndentedString()
157 .append(component.toIndentedString(internalIndent)); in toIndentedString()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/
DMeasResultEUTRA.java530 for (SequenceComponent component : getComponents()) { in toIndentedString()
531 if (component.isExplicitlySet()) { in toIndentedString()
533 .append(component.toIndentedString(internalIndent)); in toIndentedString()
538 for (SequenceComponent component : getExtensionComponents()) { in toIndentedString()
539 if (component.isExplicitlySet()) { in toIndentedString()
541 .append(component.toIndentedString(internalIndent)); in toIndentedString()
786 for (SequenceComponent component : getComponents()) { in toIndentedString()
787 if (component.isExplicitlySet()) { in toIndentedString()
789 .append(component.toIndentedString(internalIndent)); in toIndentedString()
794 for (SequenceComponent component : getExtensionComponents()) { in toIndentedString()
[all …]
/cts/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/
DComponents.java20 import android.server.wm.component.ComponentsBase;
25 component(Components.class, "ForegroundActivity");
27 component(Components.class, "StartPendingIntentReceiver");

12345678910>>...34