HomeSort by relevance Sort by last modified time
    Searched full:componentname (Results 401 - 425 of 839) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 24 import android.content.ComponentName;
129 private ComponentName mComponentName;
171 ComponentName service = ComponentName.unflattenFromString(preferenceKey);
172 List<ComponentName> services = SettingsUtils.readEnabledPrintServices(getActivity());
272 List<ComponentName> services = SettingsUtils.readEnabledPrintServices(getActivity());
343 ComponentName.unflattenFromString(settingsComponentName.toString()));
363 ComponentName.unflattenFromString(addPrintersComponentName.toString()));
384 mComponentName = ComponentName.unflattenFromString(arguments
  /prebuilts/sdk/14/
framework.aidl 9 parcelable android.content.ComponentName;
  /prebuilts/sdk/15/
framework.aidl 9 parcelable android.content.ComponentName;
  /prebuilts/sdk/16/
framework.aidl 9 parcelable android.content.ComponentName;
  /prebuilts/sdk/17/
framework.aidl 9 parcelable android.content.ComponentName;
  /prebuilts/sdk/18/
framework.aidl 10 parcelable android.content.ComponentName;
  /prebuilts/sdk/19/
framework.aidl 10 parcelable android.content.ComponentName;
  /prebuilts/sdk/current/
framework.aidl 10 parcelable android.content.ComponentName;
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 20 import android.content.ComponentName;
71 * Intent extra that stores the {@link ComponentName} of the calling activity for
181 * Retrieve the ComponentName of the activity that launched calledActivity from a share intent.
190 * @return ComponentName of the calling activity
192 public static ComponentName getCallingActivity(Activity calledActivity) {
193 ComponentName result = calledActivity.getCallingActivity();
255 * to share content. The ComponentName and package name of the calling activity
660 private ComponentName mCallingActivity;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 121 protected Intent activityIntent(String pkg, String componentName) {
123 result.setClassName(pkg, componentName);
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 121 protected Intent activityIntent(String pkg, String componentName) {
123 result.setClassName(pkg, componentName);
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 121 protected Intent activityIntent(String pkg, String componentName) {
123 result.setClassName(pkg, componentName);
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 123 protected Intent activityIntent(String pkg, String componentName) {
125 result.setClassName(pkg, componentName);
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 201 omx_component_image_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
206 OMX_OUT OMX_STRING componentName,
  /external/chromium_org/chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/
ChromiumTestShellTestBase.java 7 import android.content.ComponentName;
64 intent.setComponent(new ComponentName(getInstrumentation().getTargetContext(),
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellTestBase.java 7 import android.content.ComponentName;
61 intent.setComponent(new ComponentName(getInstrumentation().getTargetContext(),
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAppWidgetManager.java 7 import android.content.ComponentName;
96 public int[] getAppWidgetIds(ComponentName provider) {
ShadowContextWrapper.java 4 import android.content.ComponentName;
129 public ComponentName startService(Intent service) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 20 import android.content.ComponentName;
152 new ComponentName(mResolveInfo.activityInfo.packageName,
  /frameworks/base/services/java/com/android/server/media/
RemoteDisplayProviderWatcher.java 21 import android.content.ComponentName;
125 new ComponentName(serviceInfo.packageName, serviceInfo.name),
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 125 protected Intent activityIntent(String pkg, String componentName) {
127 result.setClassName(pkg, componentName);
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
AppWidgetHostActivity.java 20 import android.content.ComponentName;
89 void configureAppWidget(int requestCode, int appWidgetId, ComponentName configure) {
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.h 53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
58 OMX_OUT OMX_STRING componentName,
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.h 53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
58 OMX_OUT OMX_STRING componentName,
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_utils.h 158 ComponentName, OMX_STRING ServerName);
160 ComponentName, OMX_STRING * ServerName);

Completed in 389 milliseconds

<<11121314151617181920>>