Searched defs:componentName (Results 1 - 25 of 95) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAppInfo.java29 public AppInfo(ComponentName componentName, UserHandle user) { argument
30 if (componentName == null || user == null) throw new IllegalArgumentException();
31 mComponentName = componentName;
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionManager.java40 ComponentName componentName,
42 if (!mRemoteConnectionServices.containsKey(componentName)) {
47 mRemoteConnectionServices.put(componentName, remoteConnectionService);
62 ComponentName componentName = request.getAccountHandle().getComponentName();
63 if (!mRemoteConnectionServices.containsKey(componentName)) {
65 + componentName);
68 RemoteConnectionService remoteService = mRemoteConnectionServices.get(componentName);
39 addConnectionService( ComponentName componentName, IConnectionService outgoingConnectionServiceRpc) argument
H A DPhoneAccountHandle.java48 @NonNull ComponentName componentName,
50 this(componentName, id, Process.myUserHandle());
54 @NonNull ComponentName componentName,
57 checkParameters(componentName, userHandle);
58 mComponentName = componentName;
144 private void checkParameters(ComponentName componentName, UserHandle userHandle) { argument
145 if(componentName == null) {
47 PhoneAccountHandle( @onNull ComponentName componentName, @NonNull String id) argument
53 PhoneAccountHandle( @onNull ComponentName componentName, @NonNull String id, @NonNull UserHandle userHandle) argument
/frameworks/support/core-utils/java/android/support/v4/app/
H A DNavUtils.java181 * @param componentName ComponentName for the source Activity
185 public static Intent getParentActivityIntent(Context context, ComponentName componentName) argument
187 String parentActivity = getParentActivityName(context, componentName);
192 componentName.getPackageName(), parentActivity);
221 * the application's manifest. The source activity is provided by componentName.
224 * @param componentName ComponentName for the source Activity
229 public static String getParentActivityName(Context context, ComponentName componentName) argument
232 ActivityInfo info = pm.getActivityInfo(componentName, PackageManager.GET_META_DATA);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp73 char componentName[256]; local
75 componentName, sizeof(componentName), index) == OMX_ErrorNone) {
79 info.mName = componentName;
83 mMaster->getRolesOfComponent(componentName, &roles);
/frameworks/base/core/java/android/service/chooser/
H A DChooserTarget.java100 * @param componentName Name of the component to be launched if this target is chosen
104 ComponentName componentName, @Nullable Bundle intentExtras) {
112 mComponentName = componentName;
103 ChooserTarget(CharSequence title, Icon icon, float score, ComponentName componentName, @Nullable Bundle intentExtras) argument
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DPersistentConnectionTest.java50 ComponentName componentName, long rebindBackoffSeconds,
52 super(tag, context, handler, userId, componentName,
49 MyConnection(String tag, Context context, Handler handler, int userId, ComponentName componentName, long rebindBackoffSeconds, double rebindBackoffIncrease, long rebindMaxBackoffSeconds) argument
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java125 protected Intent activityIntent(String pkg, String componentName) { argument
127 result.setClassName(pkg, componentName);
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java124 protected Intent activityIntent(String pkg, String componentName) { argument
126 result.setClassName(pkg, componentName);
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsClient.java49 CustomTabsClient(ICustomTabsService service, ComponentName componentName) { argument
51 mServiceComponentName = componentName;
150 public final void onServiceDisconnected(ComponentName componentName) { }
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/
H A DSupport13Demos.java122 protected Intent activityIntent(String pkg, String componentName) { argument
124 result.setClassName(pkg, componentName);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/
H A DSupport4Demos.java122 protected Intent activityIntent(String pkg, String componentName) { argument
124 result.setClassName(pkg, componentName);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/
H A DSupport7Demos.java123 protected Intent activityIntent(String pkg, String componentName) { argument
125 result.setClassName(pkg, componentName);
/frameworks/support/frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
H A DBrowseActivity.java123 protected Intent activityIntent(String pkg, String componentName) { argument
125 result.setClassName(pkg, componentName);
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
H A DSupportDesignDemos.java123 protected Intent activityIntent(String pkg, String componentName) { argument
125 result.setClassName(pkg, componentName);
/frameworks/support/frameworks/support/samples/SupportPercentDemos/src/com/example/android/support/percent/
H A DSupportPercentDemos.java123 protected Intent activityIntent(String pkg, String componentName) { argument
125 result.setClassName(pkg, componentName);
/frameworks/support/frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
H A DSupportPreferenceDemos.java122 protected Intent activityIntent(String pkg, String componentName) { argument
124 result.setClassName(pkg, componentName);
/frameworks/support/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/
H A DSupportTransitionDemos.java120 protected Intent activityIntent(String pkg, String componentName) { argument
122 result.setClassName(pkg, componentName);
/frameworks/support/frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
H A DSupportVectorDrawableDemos.java127 protected Intent activityIntent(String pkg, String componentName) { argument
129 result.setClassName(pkg, componentName);
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/
H A DSupport13Demos.java122 protected Intent activityIntent(String pkg, String componentName) { argument
124 result.setClassName(pkg, componentName);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/
H A DSupport4Demos.java122 protected Intent activityIntent(String pkg, String componentName) { argument
124 result.setClassName(pkg, componentName);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/
H A DSupport7Demos.java123 protected Intent activityIntent(String pkg, String componentName) { argument
125 result.setClassName(pkg, componentName);
/frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
H A DBrowseActivity.java123 protected Intent activityIntent(String pkg, String componentName) { argument
125 result.setClassName(pkg, componentName);
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
H A DSupportDesignDemos.java123 protected Intent activityIntent(String pkg, String componentName) { argument
125 result.setClassName(pkg, componentName);
/frameworks/support/samples/SupportPercentDemos/src/com/example/android/support/percent/
H A DSupportPercentDemos.java123 protected Intent activityIntent(String pkg, String componentName) { argument
125 result.setClassName(pkg, componentName);

Completed in 2016 milliseconds

1234