/frameworks/av/media/libstagefright/ |
OMXCodec.cpp | 135 static bool IsSoftwareCodec(const char *componentName) { 136 if (!strncmp("OMX.google.", componentName, 11)) { 140 if (!strncmp("OMX.", componentName, 4)) { 205 const char *componentName = list->getCodecName(matchIndex); 208 if (matchComponentName && strcmp(componentName, matchComponentName)) { 216 if (((flags & kSoftwareCodecsOnly) && IsSoftwareCodec(componentName)) || 217 ((flags & kHardwareCodecsOnly) && !IsSoftwareCodec(componentName)) || 222 entry->mName = String8(componentName); 256 bool OMXCodec::findCodecQuirks(const char *componentName, uint32_t *quirks) { 263 ssize_t index = list->findCodecByName(componentName); [all...] |
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
SimpleMenu.java | 19 import android.content.ComponentName; 159 public int addIntentOptions(int i, int i1, int i2, ComponentName componentName,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentResultsView.java | 491 String componentName = this.componentResultsElement.getName(); 494 if (componentName.startsWith(ORG_ECLIPSE)) { 495 partName = componentName.substring(ORG_ECLIPSE.length()); 524 buffer.append(componentName);
|
/frameworks/base/core/java/android/content/pm/ |
IPackageManager.aidl | 20 import android.content.ComponentName; 74 ActivityInfo getActivityInfo(in ComponentName className, int flags, int userId); 76 ActivityInfo getReceiverInfo(in ComponentName className, int flags, int userId); 78 ServiceInfo getServiceInfo(in ComponentName className, int flags, int userId); 80 ProviderInfo getProviderInfo(in ComponentName className, int flags, int userId); 114 in ComponentName caller, in Intent[] specifics, 180 in ComponentName className, int flags); 227 in IntentFilter filter, int match, in ComponentName activity); 230 in ComponentName[] set, in ComponentName activity, int userId) [all...] |
/frameworks/base/core/java/android/widget/ |
ActivityChooserModel.java | 20 import android.content.ComponentName; 479 ComponentName chosenName = new ComponentName( 560 ComponentName defaultName = new ComponentName( 787 public final ComponentName activity; 807 this(ComponentName.unflattenFromString(activityName), time, weight); 817 public HistoricalRecord(ComponentName activityName, long time, float weight) { 941 private final Map<ComponentName, ActivityResolveInfo> mPackageNameToActivityMap = 942 new HashMap<ComponentName, ActivityResolveInfo>() [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewIconCache.java | 25 import android.content.ComponentName; 40 private final ComponentName mComponentName; 44 mComponentName = info.componentName; 50 mComponentName = new ComponentName(ci.packageName, ci.name); 58 private ComponentName getComponentName() {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewIconCache.java | 20 import android.content.ComponentName; 40 private final ComponentName mComponentName; 44 mComponentName = info.componentName; 50 mComponentName = new ComponentName(ci.packageName, ci.name); 58 private ComponentName getComponentName() {
|
LauncherModel.java | 186 public boolean filterItem(ItemInfo parent, ItemInfo info, ComponentName cn); [all...] |
/packages/apps/Settings/src/com/android/settings/accessibility/ |
AccessibilitySettings.java | 24 import android.content.ComponentName; 129 static final Set<ComponentName> sInstalledServices = new HashSet<ComponentName>(); 409 Set<ComponentName> enabledServices = AccessibilityUtils.getEnabledServicesFromSettings( 423 ComponentName componentName = new ComponentName(serviceInfo.packageName, 426 preference.setKey(componentName.flattenToString()); 430 && enabledServices.contains(componentName); 457 new ComponentName(info.getResolveInfo().serviceInfo.packageName [all...] |
/packages/apps/Settings/src/com/android/settings/nfc/ |
PaymentDefaultDialog.java | 19 import android.content.ComponentName; 49 private ComponentName mNewDefault; 56 ComponentName component = intent.getParcelableExtra( 79 private boolean buildDialog(ComponentName component, String category) { 96 if (component.equals(service.componentName)) { 110 ComponentName defaultComponent = mBackend.getDefaultPaymentApp();
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
DeviceControlActivity.java | 23 import android.content.ComponentName; 72 public void onServiceConnected(ComponentName componentName, IBinder service) { 83 public void onServiceDisconnected(ComponentName componentName) {
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/ |
DeviceControlActivity.java | 23 import android.content.ComponentName; 72 public void onServiceConnected(ComponentName componentName, IBinder service) { 83 public void onServiceDisconnected(ComponentName componentName) {
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
DeviceControlActivity.java | 23 import android.content.ComponentName; 72 public void onServiceConnected(ComponentName componentName, IBinder service) { 83 public void onServiceDisconnected(ComponentName componentName) {
|
/frameworks/base/core/java/android/app/ |
SearchManager.java | 20 import android.content.ComponentName; 484 * @param launchActivity The ComponentName of the activity that has launched this search. 499 ComponentName launchActivity, 507 * As {@link #startSearch(String, boolean, ComponentName, Bundle, boolean)} but including 514 ComponentName launchActivity, 541 ComponentName globalSearchActivity = getGlobalSearchActivity(); 593 public ComponentName getGlobalSearchActivity() { 611 public ComponentName getWebSearchActivity() { 625 * @param launchActivity The ComponentName of the activity that has launched this search. 634 ComponentName launchActivity [all...] |
/frameworks/base/services/java/com/android/server/dreams/ |
DreamManagerService.java | 23 import android.content.ComponentName; 64 private ComponentName mCurrentDreamName; 115 public ComponentName[] getDreamComponents() { 128 public void setDreamComponents(ComponentName[] componentNames) { 144 public ComponentName getDefaultDreamComponent() { 153 return name == null ? null : ComponentName.unflattenFromString(name); 187 public void testDream(ComponentName dream) { 265 ComponentName dream = chooseDreamForUser(userId); 282 private ComponentName chooseDreamForUser(int userId) { 283 ComponentName[] dreams = getDreamComponentsForUser(userId) [all...] |
/frameworks/base/services/java/com/android/server/media/ |
RemoteDisplayProviderProxy.java | 21 import android.content.ComponentName; 47 private final ComponentName mComponentName; 65 public RemoteDisplayProviderProxy(Context context, ComponentName componentName, 68 mComponentName = componentName; 220 public void onServiceConnected(ComponentName name, IBinder service) { 245 public void onServiceDisconnected(ComponentName name) {
|
/frameworks/base/core/java/android/accounts/ |
AccountManager.java | 21 import android.content.ComponentName; [all...] |
/frameworks/base/services/java/com/android/server/accessibility/ |
AccessibilityManagerService.java | 30 import android.content.ComponentName; 131 private static final ComponentName sFakeAccessibilityServiceComponentName = 132 new ComponentName("foo.bar", "FakeService"); 181 private final Set<ComponentName> mTempComponentNameSet = new HashSet<ComponentName>(); 265 Iterator<ComponentName> it = userState.mEnabledServices.iterator(); 267 ComponentName comp = it.next(); 300 Iterator<ComponentName> it = userState.mEnabledServices.iterator(); 302 ComponentName comp = it.next(); 629 ComponentName service, boolean touchExplorationEnabled) [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
RegisteredMediaRouteProvider.java | 19 import android.content.ComponentName; 49 private final ComponentName mComponentName; 58 public RegisteredMediaRouteProvider(Context context, ComponentName componentName) { 59 super(context, new ProviderMetadata(componentName)); 61 mComponentName = componentName; 187 public void onServiceConnected(ComponentName name, IBinder service) { 212 public void onServiceDisconnected(ComponentName name) {
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/ |
Exynos_OMX_H264dec.c | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/ |
Exynos_OMX_Mpeg4dec.c | [all...] |
/frameworks/base/test-runner/src/android/test/mock/ |
MockPackageManager.java | 19 import android.content.ComponentName; 124 public ActivityInfo getActivityInfo(ComponentName className, int flags) 130 public ActivityInfo getReceiverInfo(ComponentName className, int flags) 136 public ServiceInfo getServiceInfo(ComponentName className, int flags) 142 public ProviderInfo getProviderInfo(ComponentName className, int flags) 253 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, 308 public InstrumentationInfo getInstrumentationInfo(ComponentName className, int flags) 325 public Drawable getActivityIcon(ComponentName activityName) 351 public Drawable getActivityLogo(ComponentName activityName) throws NameNotFoundException { 387 public Resources getResourcesForActivity(ComponentName activityName [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
DB_Results.java | 470 String componentName = buffer.toString(); 471 System.err.println(scenarioName+" does not belongs to a known Eclipse component. So use scenario prefix "+componentName+" as component name by default and add it to the know components"); //$NON-NLS-1$ 473 KNOWN_COMPONENTS[length] = componentName; 474 return componentName; [all...] |
/frameworks/av/include/media/stagefright/ |
MediaCodec.h | 120 status_t getName(AString *componentName) const;
|
/frameworks/base/services/java/com/android/server/print/ |
UserState.java | 20 import android.content.ComponentName; 93 private final ArrayMap<ComponentName, RemotePrintService> mActiveServices = 94 new ArrayMap<ComponentName, RemotePrintService>(); 99 private final Set<ComponentName> mEnabledServices = 100 new ArraySet<ComponentName>(); 137 ComponentName printServiceName = printJob.getPrinterId().getServiceName(); 151 public void onAllPrintJobsForServiceHandled(ComponentName printService) { 282 ComponentName printServiceName = printJobInfo.getPrinterId().getServiceName(); 312 ComponentName componentName = new ComponentName [all...] |