HomeSort by relevance Sort by last modified time
    Searched full:componentname (Results 576 - 600 of 2584) sorted by null

<<21222324252627282930>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
WorkProfileWidgetActivity.java 20 import android.content.ComponentName;
72 private ComponentName getAdminComponent() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DualNonPaymentEmulatorActivity.java 3 import android.content.ComponentName;
58 void onApduSequenceComplete(ComponentName component, long duration) {
OnAndOffHostEmulatorActivity.java 4 import android.content.ComponentName;
62 void onApduSequenceComplete(ComponentName component, long duration) {
ThroughputEmulatorActivity.java 4 import android.content.ComponentName;
50 void onApduSequenceComplete(ComponentName component, long duration) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
MockVrActivity.java 19 import android.content.ComponentName;
37 setVrModeEnabled(true, new ComponentName(this, MockVrListenerService.class));
MockVrActivity2.java 19 import android.content.ComponentName;
34 setVrModeEnabled(true, new ComponentName(this, MockVrListenerService.class));
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BroadcastTestStartActivity.java 21 import android.content.ComponentName;
45 intent.setComponent(new ComponentName(pkg, cls));
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AutofillActivity.java 20 import android.content.ComponentName;
43 launchIntent.setComponent(new ComponentName(AUTOFILL_PACKAGE_NAME, AUTOFILL_ACTIVITY_NAME));
PrintActivity.java 20 import android.content.ComponentName;
43 new Intent().setComponent(new ComponentName(PRINTING_PACKAGE, PRINT_ACTIVITY)), 0);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BaseDeviceOwnerTest.java 20 import android.content.ComponentName;
55 protected ComponentName getWho() {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PrimaryUserAdminHelper.java 19 import android.content.ComponentName;
41 ComponentName cn = PrimaryUserDeviceAdmin.ADMIN_RECEIVER_COMPONENT;
  /cts/hostsidetests/shortcuts/deviceside/backup/publisher2/src/android/content/pm/cts/shortcut/backup/publisher2/
ShortcutManagerPreBackup2Test.java 22 import android.content.ComponentName;
34 new ComponentName(getContext(), MainActivity.class),
  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
AssistantVoiceInteractionService.java 19 import android.content.ComponentName;
40 if (!isActiveService(this, new ComponentName(this, getClass()))) {
TestActivityWithSameAffinity.java 20 import android.content.ComponentName;
46 launchIntent.setComponent(ComponentName.unflattenFromString(launchActivityComponent));
VrTestActivity.java 20 import android.content.ComponentName;
39 setVrModeEnabled(true, new ComponentName(this, MockVrListenerService.class));
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
ParentChildTestBase.java 24 import android.content.ComponentName;
47 abstract ComponentName activityName();
  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainInteractionService.java 20 import android.content.ComponentName;
53 if (isActiveService(this, new ComponentName(this, getClass()))) {
  /cts/tests/tests/alarmclock/src/android/alarmclock/cts/
TestStartActivity.java 22 import android.content.ComponentName;
46 intent.setComponent(new ComponentName("android.alarmclock.service",
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
TestService.java 24 import android.content.ComponentName;
37 return new ComponentName(this, TestService.class).toShortString();
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 21 import android.content.ComponentName;
36 new Intent().setComponent(new ComponentName(context, BgService.class))
InlineReply.java 28 import android.content.ComponentName;
43 new Intent().setComponent(new ComponentName(context, InlineReply.class)),
  /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
TestStartActivity.java 21 import android.content.ComponentName;
43 intent.setComponent(new ComponentName("android.voiceinteraction.service",
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainInteractionService.java 21 import android.content.ComponentName;
53 if (isActiveService(this, new ComponentName(this, getClass()))) {
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 21 import android.content.ComponentName;
220 // The ComponentName of the device owner
280 ComponentName componentName = mAdapter.getComponentName(
283 DeviceOwnerReceiver.getComponentName(activity), filter, componentName);
284 savePersistentPreferredLauncher(activity, componentName.getPackageName());
326 public ComponentName getComponentName(int position) {
329 return new ComponentName(map.get(KEY_PACKAGE_NAME), map.get(KEY_ACTIVITY_NAME));
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 21 import android.content.ComponentName;
220 // The ComponentName of the device owner
280 ComponentName componentName = mAdapter.getComponentName(
283 DeviceOwnerReceiver.getComponentName(activity), filter, componentName);
284 savePersistentPreferredLauncher(activity, componentName.getPackageName());
326 public ComponentName getComponentName(int position) {
329 return new ComponentName(map.get(KEY_PACKAGE_NAME), map.get(KEY_ACTIVITY_NAME));

Completed in 843 milliseconds

<<21222324252627282930>>