HomeSort by relevance Sort by last modified time
    Searched refs:componentName (Results 126 - 150 of 208) sorted by null

1 2 3 4 56 7 8 9

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageManager.java 21 import android.content.ComponentName;
243 * and {@link #setComponentEnabledSetting(ComponentName, int, int)}: This
251 * and {@link #setComponentEnabledSetting(ComponentName, int, int)}: This
259 * and {@link #setComponentEnabledSetting(ComponentName, int, int)}: This
271 * {@link #setComponentEnabledSetting(ComponentName, int, int)}.
284 * {@link #setComponentEnabledSetting(ComponentName, int, int)}.
352 * {@link #setComponentEnabledSetting(android.content.ComponentName, int, int)} to indicate
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
FusedPrintersProvider.java 19 import android.content.ComponentName;
479 Set<ComponentName> enabledComponents = new ArraySet<ComponentName>();
483 ComponentName componentName = new ComponentName(
485 enabledComponents.add(componentName);
490 ComponentName printerServiceName = printers.get(i).getId().getServiceName();
589 ComponentName service = ComponentName.unflattenFromString(parser.getAttributeValue
    [all...]
SelectPrinterFragment.java 27 import android.content.ComponentName;
301 ComponentName addPrintersComponentName = new ComponentName(
413 ComponentName componentName = new ComponentName(
417 intent.setComponent(componentName);
PrintSpoolerService.java 20 import android.content.ComponentName;
168 private void sendOnAllPrintJobsForServiceHandled(ComponentName service) {
215 ComponentName service = (ComponentName) message.obj;
254 public List<PrintJobInfo> getPrintJobInfos(ComponentName componentName,
262 final boolean sameComponent = (componentName == null
264 && componentName.equals(printerId.getServiceName())));
504 ComponentName service = printerId.getServiceName();
547 public boolean hasActivePrintJobsForServiceLocked(ComponentName service)
    [all...]
  /frameworks/base/services/java/com/android/server/print/
RemotePrintService.java 19 import android.content.ComponentName;
60 private final ComponentName mComponentName;
100 public RemotePrintService(Context context, ComponentName componentName, int userId,
104 mComponentName = componentName;
112 public ComponentName getComponentName() {
472 pw.append(prefix).append(tab).append("componentName=")
537 public void onServiceConnected(ComponentName name, IBinder service) {
587 public void onServiceDisconnected(ComponentName name) {
781 private void throwIfPrinterIdsForPrinterInfoTampered(ComponentName serviceName
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 23 import android.content.ComponentName;
    [all...]
AppsCustomizePagedView.java 24 import android.content.ComponentName;
565 info.componentName, null);
602 mWidgetLoadingId, info.componentName)) {
607 mWidgetLoadingId, info.componentName, options)) {
737 preview = mWidgetPreviewLoader.generateWidgetPreview(createWidgetInfo.componentName,
    [all...]
Launcher.java 39 import android.content.ComponentName;
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 19 import android.content.ComponentName;
231 public ActivityInfo getActivityInfo(ComponentName className, int flags)
246 public ActivityInfo getReceiverInfo(ComponentName className, int flags)
261 public ServiceInfo getServiceInfo(ComponentName className, int flags)
276 public ProviderInfo getProviderInfo(ComponentName className, int flags)
505 ComponentName caller, Intent[] specifics, Intent intent,
625 ComponentName className, int flags)
697 @Override public Drawable getActivityIcon(ComponentName activityName)
732 public Drawable getActivityLogo(ComponentName activityName)
765 ComponentName activityName) throws NameNotFoundException
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 37 import android.content.ComponentName;
336 private static ArrayList<ComponentName> mIntentsOnWorkspaceFromUpgradePath = null;
    [all...]
AppsCustomizePagedView.java 24 import android.content.ComponentName;
561 info.componentName, null);
598 mWidgetLoadingId, info.componentName)) {
603 mWidgetLoadingId, info.componentName, options)) {
733 preview = getWidgetPreviewLoader().generateWidgetPreview(createWidgetInfo.componentName,
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 380 const char *getComponentName(String8 &pkgName, String8 &componentName) {
381 ssize_t idx = componentName.find(".");
384 retStr += componentName;
387 retStr += componentName;
389 return componentName.string();
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]
ACodec.cpp     [all...]
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 31 import android.content.ComponentName;
232 public void onServiceConnected(ComponentName name, IBinder service) {
240 public void onServiceDisconnected(ComponentName name) {
298 intent.setComponent(syncAdapter.componentName);
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 261 OMX_STRING componentName,
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 276 OMX_STRING componentName,
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 360 mBackend.setActiveDream(dreamInfo.componentName);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 634 String componentName = components[i];
635 List scenarioNames = this.performanceResults.getComponentScenarios(componentName);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 43 import android.content.ComponentName;
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java 24 import android.content.ComponentName;
153 public void onServiceConnected(ComponentName name, IBinder service) {
163 public void onServiceDisconnected(ComponentName name) {
252 HashSet<ComponentName> removedProviders = new HashSet<ComponentName>();
256 ComponentName cn = p.info.provider;
580 private void bindAppWidgetIdImpl(int appWidgetId, ComponentName provider, Bundle options) {
642 public void bindAppWidgetId(int appWidgetId, ComponentName provider, Bundle options) {
649 String packageName, int appWidgetId, ComponentName provider, Bundle options) {
723 final ComponentName componentName = intent.getComponent()
    [all...]

Completed in 1341 milliseconds

1 2 3 4 56 7 8 9