HomeSort by relevance Sort by last modified time
    Searched refs:ComponentName (Results 1 - 25 of 892) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/framework/base/windowmanager/appPrereleaseSdk/fake-framework/src/android/content/
ComponentName.java 19 public class ComponentName {
20 public ComponentName(String pkg, String cls) {}
  /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName ALT_LAUNCHING_ACTIVITY = component("AltLaunchingActivity");
25 public static final ComponentName ALWAYS_FOCUSABLE_PIP_ACTIVITY =
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_LEFT_LAYOUT_ACTIVITY =
32 public static final ComponentName BOTTOM_RIGHT_LAYOUT_ACTIVITY =
34 public static final ComponentName BROADCAST_RECEIVER_ACTIVITY =
36 public static final ComponentName DIALOG_WHEN_LARGE_ACTIVITY
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
EnterprisePrivacyTestDefaultAppActivity.java 20 import android.content.ComponentName;
24 public static final ComponentName COMPONENT_NAME = new ComponentName("com.android.cts.verifier",
  /cts/tests/framework/base/windowmanager/appPrereleaseSdk/src/android/server/wm/prerelease/
Components.java 19 import android.content.ComponentName;
26 public static final ComponentName MAIN_ACTIVITY = new ComponentName(
  /cts/tests/tests/keystore/src/android/server/am/
ComponentNameUtils.java 19 import android.content.ComponentName;
26 * @return the activity name of {@code componentName}, such as "contextPackage/.SimpleClassName"
29 public static String getActivityName(ComponentName componentName) {
30 return componentName.flattenToShortString();
36 * @return the window name of {@code componentName}, such that "contextPackage/FullyClassName".
38 public static String getWindowName(ComponentName componentName) {
39 return componentName.flattenToString();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ComponentName/
ComponentName.c 14 ComponentName.c
25 #include EFI_PROTOCOL_DEFINITION (ComponentName)
  /cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName APP_A_BACKGROUND_ACTIVITY =
26 public static final ComponentName APP_A_SECOND_BACKGROUND_ACTIVITY =
28 public static final ComponentName APP_A_FOREGROUND_ACTIVITY =
30 public static final ComponentName APP_A_SEND_PENDING_INTENT_RECEIVER =
32 public static final ComponentName APP_A_START_ACTIVITY_RECEIVER =
34 public static final ComponentName APP_A_SIMPLE_ADMIN_RECEIVER =
  /cts/tests/tests/syncmanager/common/src/android/content/syncmanager/cts/common/
Values.java 19 import android.content.ComponentName;
32 public static final ComponentName APP1_RECEIVER = getCommReceiver(APP1_PACKAGE);
33 public static final ComponentName APP2_RECEIVER = getCommReceiver(APP2_PACKAGE);
35 public static ComponentName getCommReceiver(String packageName) {
36 return new ComponentName(packageName, COMM_RECEIVER);
  /cts/tests/tests/content/src/android/content/cts/
ComponentNameTest.java 19 import android.content.ComponentName;
25 * Test {@link ComponentName}.
29 // new the ComponentName instance
30 new ComponentName("com.android.app", "com.android.app.InstrumentationTestActivity");
34 new ComponentName((String) null, (String) null);
35 fail("ComponentName's constructor (String, Stirng) can not accept null input values.");
40 // new the ComponentName instance: test real Context , real class name string
41 new ComponentName(mContext, "ActivityTestCase");
45 new ComponentName((Context) null, "ActivityTestCase");
53 new ComponentName(mContext, (String) null)
    [all...]
  /cts/tests/framework/base/windowmanager/appSecondUid/src/android/server/wm/second/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName EMBEDDING_ACTIVITY = component("EmbeddingActivity");
33 public static final ComponentName SECOND_ACTIVITY = component("SecondActivity");
39 public static final ComponentName SECOND_NO_EMBEDDING_ACTIVITY =
42 public static final ComponentName SECOND_LAUNCH_BROADCAST_RECEIVER =
48 private static ComponentName component(String className) {
  /cts/tests/framework/base/windowmanager/alertwindowapp/src/android/server/wm/alertwindowapp/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName ALERT_WINDOW_TEST_ACTIVITY =
  /cts/tests/framework/base/windowmanager/alertwindowappsdk25/src/android/server/wm/alertwindowappsdk25/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName SDK25_ALERT_WINDOW_TEST_ACTIVITY =
  /cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName ALERT_WINDOW_SERVICE =
  /cts/tests/framework/base/windowmanager/appDeprecatedSdk/src/android/server/wm/deprecatedsdk/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName MAIN_ACTIVITY = component(Components.class, "MainActivity");
  /cts/tests/framework/base/windowmanager/appProfileable/src/android/server/wm/debuggable/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName PROFILEABLE_APP_ACTIVITY =
  /cts/tests/framework/base/windowmanager/appThirdUid/src/android/server/wm/third/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName THIRD_ACTIVITY = component(Components.class, "ThirdActivity");
  /cts/tests/framework/base/windowmanager/dndsourceapp/src/android/server/wm/dndsourceapp/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName DRAG_SOURCE =
  /cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName DROP_TARGET =
  /cts/tests/framework/base/windowmanager/dndtargetappsdk23/src/android/server/wm/dndtargetappsdk23/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName DROP_TARGET_SDK23 =
  /cts/tests/framework/base/windowmanager/translucentapp/src/android/server/wm/translucentapp/
Components.java 19 import android.content.ComponentName;
24 public static final ComponentName TRANSLUCENT_LANDSCAPE_ACTIVITY =
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
AccessService.java 3 import android.content.ComponentName;
6 static final ComponentName COMPONENT =
7 new ComponentName("com.android.cts.verifier",
25 public ComponentName getComponent() {
PaymentService1.java 3 import android.content.ComponentName;
8 static final ComponentName COMPONENT =
9 new ComponentName("com.android.cts.verifier",
29 public ComponentName getComponent() {
PaymentService2.java 3 import android.content.ComponentName;
6 static final ComponentName COMPONENT =
7 new ComponentName("com.android.cts.verifier",
25 public ComponentName getComponent() {
PaymentServiceDynamicAids.java 3 import android.content.ComponentName;
8 static final ComponentName COMPONENT =
9 new ComponentName("com.android.cts.verifier",
29 public ComponentName getComponent() {
PrefixPaymentService1.java 3 import android.content.ComponentName;
8 static final ComponentName COMPONENT =
9 new ComponentName("com.android.cts.verifier",
29 public ComponentName getComponent() {

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>