Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 94) sorted by relevance

1234

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerGetPropertyTest.java185 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
202 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
219 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
229 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
246 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testGetComponentProperty() local
282 final ComponentName component = new ComponentName("", ""); in testInvalidArguments() local
316 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testMissingNames() local
324 final ComponentName component = new ComponentName("com.android.cts.doesnotexist", in testMissingNames() local
332 final ComponentName component = new ComponentName(PROPERTY_APP1_PACKAGE_NAME, in testMissingNames() local
354 final ComponentName component = new ComponentName(PROPERTY_APP3_PACKAGE_NAME, in testPackageRemoval() local
[all …]
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAdminServiceDeviceOwnerTest.java34 protected void removeAdmin(String component) throws Exception { in removeAdmin()
40 protected void setAsOwnerOrFail(String component) throws Exception { in setAsOwnerOrFail()
DDeviceAdminServiceProfileOwnerTest.java49 protected void removeAdmin(String component) throws Exception { in removeAdmin()
55 protected void setAsOwnerOrFail(String component) throws Exception { in setAsOwnerOrFail()
DBaseDeviceAdminServiceTest.java96 protected abstract void setAsOwnerOrFail(String component) throws Exception; in setAsOwnerOrFail()
191 private String rumpDumpSysService(String component) throws Exception { in rumpDumpSysService()
198 private void assertServiceBound(String component) throws Exception { in assertServiceBound()
208 private void assertServiceNotBound(String component) throws Exception { in assertServiceNotBound()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/activities/
DActivityReference.java33 public ActivityReference(TestApis testApis, ComponentName component) { in ActivityReference()
37 public ActivityReference(TestApis testApis, ComponentReference component) { in ActivityReference()
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DDefaultRecognitionServiceTest.java50 protected void setCurrentRecognizer(SpeechRecognizer recognizer, String component) { in setCurrentRecognizer()
53 VOICE_RECOGNITION_SERVICE, component)); in setCurrentRecognizer() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DSinglePaymentEmulatorActivity.java39 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
57 void onApduSequenceComplete(ComponentName component, long duration) { in onApduSequenceComplete()
DBaseEmulatorActivity.java66 abstract void onApduSequenceComplete(ComponentName component, long duration); in onApduSequenceComplete()
161 HceUtils.enableComponent(getPackageManager(), component); in doInBackground() local
164 HceUtils.disableComponent(getPackageManager(), component); in doInBackground() local
206 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
DDynamicAidEmulatorActivity.java50 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
57 void onApduSequenceComplete(ComponentName component, long duration) { in onApduSequenceComplete()
DForegroundPaymentEmulatorActivity.java46 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
70 void onApduSequenceComplete(ComponentName component, long duration) { in onApduSequenceComplete()
DDualPaymentEmulatorActivity.java54 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
76 void onApduSequenceComplete(ComponentName component, long duration) { in onApduSequenceComplete()
DPrefixPaymentEmulatorActivity.java53 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
75 void onApduSequenceComplete(ComponentName component, long duration) { in onApduSequenceComplete()
DPrefixPaymentEmulator2Activity.java53 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
75 void onApduSequenceComplete(ComponentName component, long duration) { in onApduSequenceComplete()
DChangeDefaultEmulatorActivity.java74 void onApduSequenceComplete(ComponentName component, long duration) { in onApduSequenceComplete()
81 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
DScreenOffPaymentEmulatorActivity.java60 void onPaymentDefaultResult(ComponentName component, boolean success) { in onPaymentDefaultResult()
83 void onApduSequenceComplete(ComponentName component, long duration) { in onApduSequenceComplete()
/cts/common/device-side/bedstead/testapp/src/main/library/java/com/android/bedstead/testapp/
DTestAppActivityReference.java46 ComponentReference component) { in TestAppActivityReference()
57 public ComponentReference component() { in component() method in TestAppActivityReference
DTestAppActivity.java32 ComponentReference component) { in TestAppActivity()
DUnresolvedTestAppActivity.java28 ComponentReference component) { in UnresolvedTestAppActivity()
/cts/hostsidetests/car/app/src/android/car/cts/app/
DPowerComponentUtil.java49 public static int toPowerComponent(@Nullable String component) { in toPowerComponent()
92 public static String componentToString(int component) { in componentToString()
/cts/tests/framework/base/windowmanager/appBShareUid/src/android/server/wm/shareuid/b/
DComponents.java26 private static ComponentName component(String className) { in component() method in Components
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DComponents.java25 private static ComponentName component(String className) { in component() method in Components
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/
DPrivilegedUpdateTest.java135 private void assertFilterPriority(ComponentName component, String action, int priority) { in assertFilterPriority()
139 ComponentName component, String action, String data, int priority) { in assertFilterPriority()
/cts/tests/framework/base/windowmanager/appAShareUid/src/android/server/wm/shareuid/a/
DComponents.java29 private static ComponentName component(String className) { in component() method in Components
/cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
DCalendarcommon2Test.java37 ICalendar.Component component = new ICalendar.Component("CTS", null); in testStaticLinking() local
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/component/
DComponentsBase.java35 protected static ComponentName component( in component() method in ComponentsBase

1234