OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:componentname
(Results
676 - 700
of
2584
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
InstantAppButtonsPreferenceControllerTest.java
30
import android.content.
ComponentName
;
199
final
ComponentName
componentName
=
200
new
ComponentName
(TEST_INSTALLER_PACKAGE_NAME, TEST_INSTALLER_ACTIVITY_NAME);
208
&& intent.getComponent().equals(
componentName
)));
280
final
ComponentName
componentName
=
281
new
ComponentName
(TEST_INSTALLER_PACKAGE_NAME, TEST_INSTALLER_ACTIVITY_NAME);
287
&& intent.getComponent().equals(
componentName
)));
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
EnterprisePrivacyFeatureProviderImplTest.java
25
import android.content.
ComponentName
;
57
private final
ComponentName
OWNER = new
ComponentName
("dummy", "component");
58
private final
ComponentName
ADMIN_1 = new
ComponentName
("dummy", "admin1");
59
private final
ComponentName
ADMIN_2 = new
ComponentName
("dummy", "admin2");
353
ComponentName
transportComponent = new
ComponentName
("test", "test");
/cts/hostsidetests/appsecurity/test-apps/ClassLoaderSplitApp/src/com/android/cts/classloadersplitapp/
SplitAppTest.java
24
import android.content.
ComponentName
;
60
private static final
ComponentName
FEATURE_A_ACTIVITY =
61
ComponentName
.createRelative(PACKAGE, ".feature_a.FeatureAActivity");
62
private static final
ComponentName
FEATURE_B_ACTIVITY =
63
ComponentName
.createRelative(PACKAGE, ".feature_b.FeatureBActivity");
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SupportMessageTest.java
27
* {@link DevicePolicyManager#setShortSupportMessage(android.content.
ComponentName
, String)}.
116
fail("Exception should have been thrown for null admin
ComponentName
");
121
fail("Exception should have been thrown for null admin
ComponentName
");
128
fail("Exception should have been thrown for null admin
ComponentName
");
134
fail("Exception should have been thrown for null admin
ComponentName
");
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
QuietModeTest.java
27
import android.content.
ComponentName
;
56
private static final
ComponentName
LAUNCHER_ACTIVITY =
57
new
ComponentName
(
61
private static final
ComponentName
COMMAND_RECEIVER =
62
new
ComponentName
(
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConstraintTest.java
22
import android.content.
ComponentName
;
54
static
ComponentName
kJobServiceComponent;
55
static
ComponentName
kTriggerContentServiceComponent;
79
kJobServiceComponent = new
ComponentName
(getContext(), MockJobService.class);
80
kTriggerContentServiceComponent = new
ComponentName
(getContext(),
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
ConstraintTest.java
22
import android.content.
ComponentName
;
54
static
ComponentName
kJobServiceComponent;
55
static
ComponentName
kTriggerContentServiceComponent;
79
kJobServiceComponent = new
ComponentName
(getContext(), MockJobService.class);
80
kTriggerContentServiceComponent = new
ComponentName
(getContext(),
/cts/tests/framework/base/windowmanager/src/android/server/wm/
AlertWindowsTests.java
28
import android.content.
ComponentName
;
122
private void runAlertWindowTest(final
ComponentName
activityName,
142
private void assertAlertWindows(final
ComponentName
activityName,
214
private void resetPermissionState(
ComponentName
activityName) throws Exception {
218
private void setAlertWindowPermission(final
ComponentName
activityName, final boolean allow)
/cts/tests/tests/telecom/src/android/telecom/cts/
ConnectionServiceTest.java
21
import android.content.
ComponentName
;
80
ComponentName
invalidName = new
ComponentName
("com.android.phone",
104
ComponentName
validName = new
ComponentName
(PACKAGE, COMPONENT);
/cts/tests/tests/tv/src/android/media/tv/cts/
TvInputManagerTest.java
19
import android.content.
ComponentName
;
168
ComponentName
component = new
ComponentName
(getActivity(), StubTvInputService2.class);
216
new
ComponentName
(getActivity(), StubTunerTvInputService.class)).build();
218
new
ComponentName
(getActivity(), StubTunerTvInputService.class))
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
ComplicationSimpleConfigActivity.java
19
import android.content.
ComponentName
;
102
ComponentName
watchFace = new
ComponentName
(
134
ComponentName
watchFace;
140
public ComplicationItem(
ComponentName
watchFace, int complicationId, int[] supportedTypes,
/frameworks/av/media/libstagefright/omx/1.0/
Omx.cpp
56
char
componentName
[256];
59
componentName
, sizeof(
componentName
), index) == OMX_ErrorNone;
63
info.mName =
componentName
;
66
mMaster->getRolesOfComponent(
componentName
, &roles);
/frameworks/base/core/java/android/content/pm/
CrossProfileApps.java
19
import android.content.
ComponentName
;
56
* @param component The
ComponentName
of the activity to launch, it must be exported and has
64
public void startMainActivity(@NonNull
ComponentName
component,
110
* @see #startMainActivity(
ComponentName
, UserHandle, Rect, Bundle)
132
* @see #startMainActivity(
ComponentName
, UserHandle)
LauncherActivityInfo.java
19
import android.content.
ComponentName
;
39
private
ComponentName
mComponentName;
52
mComponentName = new
ComponentName
(info.packageName, info.name);
63
* @return
ComponentName
of the activity
65
public
ComponentName
getComponentName() {
/frameworks/base/core/java/android/provider/
SettingsValidators.java
20
import android.content.
ComponentName
;
81
* Does not allow a setting to have a null {@link
ComponentName
}. Use {@link
83
* nullable {@link
ComponentName
}.
88
return value != null &&
ComponentName
.unflattenFromString(value) != null;
93
* Allows a setting to have a null {@link
ComponentName
}.
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
IconLoader.java
21
import android.content.
ComponentName
;
43
protected final LruCache<
ComponentName
, ActivityInfo> mActivityInfoCache;
45
public IconLoader(Context context, TaskKeyLruCache<Drawable> iconCache, LruCache<
ComponentName
,
59
ComponentName
cn = taskKey.getComponent();
167
LruCache<
ComponentName
, ActivityInfo> activityInfoCache) {
/frameworks/base/services/core/java/com/android/server/notification/
ZenModeConditions.java
19
import android.content.
ComponentName
;
39
private final ArrayMap<Uri,
ComponentName
> mSubscriptions = new ArrayMap<>();
80
final
ComponentName
component = mSubscriptions.valueAt(i);
103
public void onServiceAdded(
ComponentName
component) {
166
private boolean isAutomaticActive(
ComponentName
component) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
Owners.java
23
import android.content.
ComponentName
;
216
Pair<Integer,
ComponentName
> getDeviceOwnerUserIdAndComponent() {
232
ComponentName
getDeviceOwnerComponent() {
250
void setDeviceOwner(
ComponentName
admin, String ownerName, int userId) {
264
void setDeviceOwnerWithRestrictionsMigrated(
ComponentName
admin, String ownerName, int userId,
288
void setProfileOwner(
ComponentName
admin, String ownerName, int userId) {
309
void transferProfileOwner(
ComponentName
target, int userId) {
321
void transferDeviceOwnership(
ComponentName
target) {
333
ComponentName
getProfileOwnerComponent(int userId) {
522
ComponentName
admin = ComponentName.unflattenFromString
[
all
...]
/frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java
21
import android.content.
ComponentName
;
96
ComponentName
serviceName = new
ComponentName
(
198
public void onServiceConnected(
ComponentName
name, IBinder service) {
227
public void onServiceDisconnected(
ComponentName
name) {
/frameworks/base/services/restrictions/java/com/android/server/restrictions/
RestrictionsManagerService.java
21
import android.content.
ComponentName
;
102
ComponentName
restrictionsProvider =
135
ComponentName
restrictionsProvider =
148
intent.setComponent(new
ComponentName
(ri.activityInfo.packageName,
168
ComponentName
permProvider = mDpm.getRestrictionsProvider(userHandle);
/frameworks/base/telephony/java/android/telephony/mbms/vendor/
VendorUtils.java
21
import android.content.
ComponentName
;
141
* Retrieves the {@link
ComponentName
} for the {@link android.content.BroadcastReceiver} that
147
public static
ComponentName
getAppReceiverFromPackageName(Context context, String packageName) {
148
ComponentName
candidate = new
ComponentName
(packageName,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
NetworkRegistrationManager.java
19
import android.content.
ComponentName
;
113
private final
ComponentName
mComponentName;
115
RegManagerDeathRecipient(
ComponentName
name) {
129
public void onServiceConnected(
ComponentName
name, IBinder service) {
146
public void onServiceDisconnected(
ComponentName
name) {
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
AddWorkspaceItemsTaskTest.java
3
import android.content.
ComponentName
;
40
private final
ComponentName
mComponent1 = new
ComponentName
("a", "b");
41
private final
ComponentName
mComponent2 = new
ComponentName
("b", "b");
/packages/apps/Settings/src/com/android/settings/
SettingsActivity.java
27
import android.content.
ComponentName
;
254
final
ComponentName
cn = intent.getComponent();
636
new
ComponentName
(packageName, WifiSettingsActivity.class.getName()),
639
somethingChanged = setTileEnabled(changedList, new
ComponentName
(packageName,
648
new
ComponentName
(packageName, Settings.DataUsageSummaryActivity.class.getName()),
653
new
ComponentName
(packageName,
658
somethingChanged = setTileEnabled(changedList, new
ComponentName
(packageName,
663
somethingChanged = setTileEnabled(changedList, new
ComponentName
(packageName,
670
somethingChanged = setTileEnabled(changedList, new
ComponentName
(packageName,
675
somethingChanged = setTileEnabled(changedList, new
ComponentName
(packageName
[
all
...]
/packages/apps/Settings/src/com/android/settings/deviceinfo/
BuildNumberPreferenceController.java
21
import android.content.
ComponentName
;
140
final
ComponentName
componentName
= Utils.getDeviceOwnerComponent(mContext);
141
if (
componentName
!= null) {
143
.setPackage(
componentName
.getPackageName())
Completed in 447 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>