Home
last modified time | relevance | path

Searched defs:componentName (Results 1 – 25 of 41) sorted by relevance

12

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DComponentNameUtils.java29 public static String getActivityName(ComponentName componentName) { in getActivityName()
38 public static String getWindowName(ComponentName componentName) { in getWindowName()
47 public static String getLogTag(ComponentName componentName) { in getLogTag()
/cts/tests/tests/content/src/android/content/cts/
DComponentNameTest.java81 final ComponentName componentName = getComponentName(); in testConstructor() local
98 ComponentName componentName = new ComponentName("com.android.view", in testGetShortClassName() local
128 final ComponentName componentName = getComponentName(); in testUnflattenFromString() local
141 final ComponentName componentName = new ComponentName("com.android.view", in testFlattenToShortString() local
181 final ComponentName componentName = getComponentName(); in testHashCode() local
194 final ComponentName componentName = getComponentName(); in testWriteToParcel() local
213 final ComponentName componentName = new ComponentName(mContext, this.getClass()); in getComponentName() local
/cts/tests/tests/keystore/src/android/server/am/
DComponentNameUtils.java29 public static String getActivityName(ComponentName componentName) { in getActivityName()
38 public static String getWindowName(ComponentName componentName) { in getWindowName()
/cts/tests/tests/content/src/android/content/pm/cts/
DActivityInfoTest.java50 ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testWriteToParcel() local
77 ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testGetThemeResource() local
96 ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testDescribeContents() local
DPackageItemInfo_DisplayNameComparatorTest.java39 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testDisplayNameComparator() local
DServiceInfoTest.java35 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testServiceInfo() local
DInstrumentationInfoTest.java36 ComponentName componentName = new ComponentName(PACKAGE_NAME, INSTRUMENTATION_NAME); in testInstrumentationInfo() local
DPackageItemInfoTest.java97 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in getTestItemInfo() local
DPackageItemInfoIconTest.java142 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in getTestItemInfo() local
/cts/suite/audio_quality/lib/src/
DClientImpl.cpp42 android::String8 componentName("com.android.cts.audiotest/.CtsAudioClientActivity"); in init() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchBroadcastReceiver.java54 final ComponentName componentName = extras.getParcelable(EXTRA_COMPONENT_NAME); in onReceive() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPasswordMinimumRestrictionsTest.java187 ComponentName componentName, int length) throws Exception { in invokeSetMethod()
197 ComponentName componentName) throws Exception { in invokeGetMethod()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java693 protected boolean setProfileOwner(String componentName, int userId, boolean expectFailure) in setProfileOwner()
708 protected void setProfileOwnerOrFail(String componentName, int userId) in setProfileOwnerOrFail()
718 protected void setProfileOwnerExpectingFailure(String componentName, int userId) in setProfileOwnerExpectingFailure()
728 private String setDeviceAdminInner(String componentName, int userId) in setDeviceAdminInner()
735 protected void setDeviceAdmin(String componentName, int userId) in setDeviceAdmin()
744 protected void setDeviceAdminExpectingFailure(String componentName, int userId, in setDeviceAdminExpectingFailure()
752 protected boolean setDeviceOwner(String componentName, int userId, boolean expectFailure) in setDeviceOwner()
767 protected void setDeviceOwnerOrFail(String componentName, int userId) in setDeviceOwnerOrFail()
772 protected void setDeviceOwnerExpectingFailure(String componentName, int userId) in setDeviceOwnerExpectingFailure()
793 protected boolean removeAdmin(String componentName, int userId) in removeAdmin()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityMetricsLoggerTests.java129 private void assertMetricsLogs(ComponentName componentName, in assertMetricsLogs()
159 private void assertEventLogsContainsLaunchTime(List<Event> events, ComponentName componentName, in assertEventLogsContainsLaunchTime()
409 private LogMaker getMetricsLog(ComponentName componentName, int category) { in getMetricsLog()
/cts/tests/framework/base/windowmanager/appSecondUid/src/android/server/wm/second/
DEmbeddingActivity.java63 final ComponentName componentName = in onReceive() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DCreateAndManageUserTest.java120 DevicePolicyManager devicePolicyManager, ComponentName componentName) throws Exception { in assertSkipSetupWizard()
308 ComponentName componentName) { in logoutUser()
332 DevicePolicyManager devicePolicyManager, ComponentName componentName) { in assertAffiliatedUser()
343 DevicePolicyManager devicePolicyManager, ComponentName componentName) { in assertEphemeralUser()
354 DevicePolicyManager devicePolicyManager, ComponentName componentName) { in assertAllSystemAppsInstalled()
/cts/tests/app/src/android/app/cts/
DTabActivityTest.java92 final ComponentName componentName = new ComponentName(context, MockTabActivity.class); in testChildTitleCallback() local
DTileServiceTest.java175 private void toggleServiceAccess(String componentName, boolean on) throws Exception { in toggleServiceAccess()
183 private void clickTile(String componentName) throws Exception { in clickTile()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerRequestPinTest.java323 final ComponentName componentName = in testRequestPinShortcut_noMainActivity() local
/cts/tests/tests/media/src/android/media/cts/
DEncoderTest.java273 EncoderRun(String componentName, MediaFormat format) { in EncoderRun()
283 private void testEncoder(String componentName, MediaFormat format) { in testEncoder()
301 private void testEncoder(String componentName, MediaFormat format, in testEncoder()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java87 private TestResult(String packageName, String componentName, String methodName, in TestResult()
136 private String componentName; field in TestResult.Builder
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java476 private boolean waitForActivityFocused(ComponentName componentName) { in waitForActivityFocused()
481 private boolean waitForActivityFocused(int timeoutMs, ComponentName componentName) { in waitForActivityFocused()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputInfoTest.java82 final ComponentName componentName = in testTvInputInfoOp() local
/cts/tests/admin/src/android/admin/cts/
DDeviceAdminInfoTest.java211 private ActivityInfo buildActivityInfo(ComponentName componentName) throws Exception { in buildActivityInfo()
/cts/hostsidetests/incident/apps/boundwidgetapp/src/android/appwidget/cts/
DAppWidgetTest.java145 private AppWidgetProviderInfo getProviderInfo(ComponentName componentName) { in getProviderInfo()

12