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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 19 import android.content.ComponentName;
42 private void checkMetaData(ComponentName cn, PackageItemInfo ci)
99 ComponentName cn = new ComponentName(mContext, LocalActivity.class);
112 ComponentName cn = new ComponentName(mContext, LocalReceiver.class);
125 ComponentName cn = new ComponentName(mContext, LocalService.class);
138 ComponentName cn = new ComponentName(mContext, LocalProvider.class)
    [all...]
  /frameworks/base/media/java/android/media/session/
ICallback.aidl 19 import android.content.ComponentName;
30 in ComponentName mediaButtonReceiver);
33 void onAddressedPlayerChangedToMediaButtonReceiver(in ComponentName mediaButtonReceiver);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerProvider.java 21 import android.content.ComponentName;
51 public void onServiceConnected(ComponentName name, IBinder service) {
59 public void onServiceDisconnected(ComponentName name) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCase.java 20 import android.content.ComponentName;
32 final ComponentName cn = new ComponentName(this, DessertCaseDream.class);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsServiceFeatureQueryManager.java 19 import android.content.ComponentName;
44 private final ComponentName mName;
47 ImsServiceFeatureQuery(ComponentName name, String intentFilter) {
53 * Starts the bind to the ImsService specified ComponentName.
70 public void onServiceConnected(ComponentName name, IBinder service) {
81 public void onServiceDisconnected(ComponentName name) {
115 void onComplete(ComponentName name, Set<ImsFeatureConfiguration.FeatureSlotPair> features);
120 void onError(ComponentName name);
124 private final Map<ComponentName, ImsServiceFeatureQuery> mActiveQueries = new HashMap<>();
135 * Starts an ImsService feature query for the ComponentName and Intent specified
    [all...]
ImsServiceControllerStaticCompat.java 19 import android.content.ComponentName;
43 public ImsServiceControllerStaticCompat(Context context, ComponentName componentName,
45 super(context, componentName, callbacks);
58 connection.onServiceConnected(new ComponentName(mContext,
  /frameworks/support/media/version-compat-tests/lib/src/main/java/androidx/media/test/lib/
TestHelperUtil.java 19 import android.content.ComponentName;
27 public static final ComponentName SERVICE_TEST_HELPER_COMPONENT_NAME = new ComponentName(
  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
ContactsMockPackageManager.java 18 import android.content.ComponentName;
31 public Drawable getActivityLogo(ComponentName activityName) throws NameNotFoundException {
36 public Drawable getActivityIcon(ComponentName activityName) {
  /packages/apps/Dialer/java/com/android/dialer/duo/
DuoConstants.java 19 import android.content.ComponentName;
31 public static final ComponentName PHONE_ACCOUNT_COMPONENT_NAME =
32 new ComponentName(PACKAGE_NAME, CONNECTION_SERVICE);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
ManagedProfileAdminReceiver.java 20 import android.content.ComponentName;
27 public static final ComponentName COMPONENT_NAME = new ComponentName(
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/
ActivityInstrumentationTestCaseIntent.java 19 import android.content.ComponentName;
32 public Intent setComponent(ComponentName component) {
33 // Ignore the ComponentName set, as the one ActivityUnitTest does is wrong (and actually
  /packages/apps/Provision/src/com/android/provision/
DefaultActivity.java 20 import android.content.ComponentName;
40 ComponentName name = new ComponentName(this, DefaultActivity.class);
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
ApplicationsLatency.java 19 import android.content.ComponentName;
38 private static ComponentName APPS_COMPONENT =
39 new ComponentName("com.android.providers.applications",
ContactsLatency.java 19 import android.content.ComponentName;
38 private static ComponentName CONTACTS_COMPONENT =
39 new ComponentName("com.android.contacts",
WebConcurrency.java 19 import android.content.ComponentName;
50 private ComponentName getWebSearchComponent() {
57 ComponentName webComponent = getWebSearchComponent();
  /packages/apps/Settings/src/com/android/settings/applications/assist/
DefaultAssistPicker.java 19 import android.content.ComponentName;
96 final ComponentName cn = getCurrentAssist();
117 ComponentName cn = ComponentName.unflattenFromString(key);
132 public ComponentName getCurrentAssist() {
148 new ComponentName(resolveInfo.serviceInfo.packageName,
160 new ComponentName(resolveInfo.activityInfo.packageName,
186 final String serviceRecognizerName = new ComponentName(
217 return new ComponentName(resolveInfo.serviceInfo.packageName,
222 public final ComponentName component
    [all...]
DefaultAssistPreferenceController.java 19 import android.content.ComponentName;
54 final ComponentName cn = mAssistUtils.getAssistComponentForUser(mUserId);
72 .setComponent(new ComponentName(cn.getPackageName(), activity));
87 final ComponentName cn = mAssistUtils.getAssistComponentForUser(mUserId);
95 String getAssistSettingsActivity(ComponentName cn, ResolveInfo resolveInfo, PackageManager pm) {
  /packages/apps/Settings/src/com/android/settings/notification/
ZenRuleInfo.java 3 import android.content.ComponentName;
35 public ComponentName configurationActivity;
37 public ComponentName serviceComponent;
  /system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
WritingActivity.java 19 import android.content.ComponentName;
39 public void onServiceConnected(ComponentName className, IBinder service) {
44 public void onServiceDisconnected(ComponentName className) {
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
RestrictedLockUtilsTest.java 31 import android.content.ComponentName;
64 private final ComponentName mAdmin1 = new ComponentName("admin1", "admin1class");
65 private final ComponentName mAdmin2 = new ComponentName("admin2", "admin2class");
138 setUpManagedProfile(mUserId, new ComponentName[] {mAdmin1, mAdmin2});
148 setUpManagedProfile(mUserId, new ComponentName[] {mAdmin1, mAdmin2});
161 setUpManagedProfile(mUserId, new ComponentName[] {mAdmin1, mAdmin2});
176 UserInfo userInfo = setUpUser(mUserId, new ComponentName[] {mAdmin1});
177 UserInfo profileInfo = setUpManagedProfile(mProfileId, new ComponentName[] {mAdmin2})
    [all...]
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.cpp 112 ALOGV("pComponentHandle = %p, componentName = %s", pComponentHandle, sComponentName.string());
261 const char* componentName,
264 ALOGV("componentName = %s", componentName);
266 if (strstri(componentName,"SECURE") != NULL) {
272 if ((strstri(componentName, "ENCODER") != NULL) ||
273 (strstri(componentName, "sw_ve") != NULL)) {
279 if (strstri(componentName, "AVC") != NULL) {
281 } else if (strstri(componentName, "VP8") != NULL) {
283 } else if (strstri(componentName, "VP9") != NULL)
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
TrustAgentInfoTest.java 20 import android.content.ComponentName;
30 private static final ComponentName TRUST_AGENT_COMPONENT =
31 new ComponentName("com.trustagent", "com.trustagent.xxx");
32 private static final ComponentName NOT_CONFIGURED_TRUST_AGENT_COMPONENT =
33 new ComponentName("com.trustagent.not_configured", "com.trustagent.xxx");
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 23 import android.content.ComponentName;
339 ComponentName componentName = ComponentName.unflattenFromString(componentString);
340 if (startConfirmationActivity(componentName, userInfo.getUserHandle(), key, fingerprints)
341 || startConfirmationService(componentName, userInfo.getUserHandle(),
350 * @return true if the componentName led to an Activity that was started.
352 private boolean startConfirmationActivity(ComponentName componentName, UserHandle userHandle,
355 Intent intent = createConfirmationIntent(componentName, key, fingerprints)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompat.java 19 import android.content.ComponentName;
70 public abstract void startActivityForProfile(ComponentName component, UserHandle user,
74 public abstract void showAppDetailsForProfile(ComponentName component, UserHandle user,
79 public abstract boolean isActivityEnabledForProfile(ComponentName component,
84 public void showAppDetailsForProfile(ComponentName component, UserHandle user) {
  /packages/apps/Nfc/src/com/android/nfc/
DtaServiceConnector.java 21 import android.content.ComponentName;
55 public void onServiceConnected(ComponentName className, IBinder service) {
60 public void onServiceDisconnected(ComponentName className) {
90 ComponentName component = new ComponentName(packageName, className);

Completed in 693 milliseconds

1 2 3 4 5 6 7 891011>>