Home
last modified time | relevance | path

Searched refs:testComponent (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/
DPrivilegedUpdateTest.java45 final ComponentName testComponent = in testSystemAppPriorities() local
47 assertFilterPriority(testComponent, Intent.ACTION_SEARCH, 0); in testSystemAppPriorities()
48 assertFilterPriority(testComponent, Intent.ACTION_VIEW, 0); in testSystemAppPriorities()
49 assertFilterPriority(testComponent, Intent.ACTION_SEND, 0); in testSystemAppPriorities()
50 assertFilterPriority(testComponent, Intent.ACTION_SEND_MULTIPLE, 0); in testSystemAppPriorities()
51 assertFilterPriority(testComponent, Intent.ACTION_SENDTO, 0); in testSystemAppPriorities()
61 final ComponentName testComponent = in testPrivilegedAppPriorities() local
63 assertFilterPriority(testComponent, Intent.ACTION_SEARCH, 100); in testPrivilegedAppPriorities()
64 assertFilterPriority(testComponent, Intent.ACTION_VIEW, 0); in testPrivilegedAppPriorities()
65 assertFilterPriority(testComponent, Intent.ACTION_SEND, 0); in testPrivilegedAppPriorities()
[all …]
/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java307 final ComponentName testComponent = new ComponentName("TestPkg", "TestClass"); in testRequestAddControl() local
319 testComponent); in testRequestAddControl()
325 ControlsProviderService.requestAddControl(context, testComponent, control); in testRequestAddControl()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java386 testComponent(testHelpers[i]); in testPowerPolicyAndComponentUserSetting()
440 private void testComponent(ComponentTestHelper testHelper) in testComponent() method in PowerPolicyHostTest