OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:componentname
(Results
801 - 825
of
2584
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
AccessibilityShortcutFragment.java
20
import android.content.
ComponentName
;
91
ComponentName
shortcutName =
ComponentName
.unflattenFromString(shortcutServiceString);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
UserSwitchListenerService.java
23
import android.content.
ComponentName
;
78
ComponentName
compName = new
ComponentName
(context,
/packages/services/Car/service/src/com/android/car/pm/
AppBlockingPolicyProxy.java
21
import android.content.
ComponentName
;
107
public void onServiceConnected(
ComponentName
name, IBinder service) {
130
public void onServiceDisconnected(
ComponentName
name) {
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarTest.java
23
import android.content.
ComponentName
;
44
public void onServiceDisconnected(
ComponentName
name) {
49
public void onServiceConnected(
ComponentName
name, IBinder service) {
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
E2eCarTestBase.java
22
import android.content.
ComponentName
;
130
public void onServiceConnected(
ComponentName
name, IBinder service) {
135
public void onServiceDisconnected(
ComponentName
name) {}
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionService.java
20
import android.content.
ComponentName
;
419
ComponentName
componentName
= new
ComponentName
(this, TestConnectionService.class);
421
if (accountHandle != null &&
componentName
.equals(accountHandle.getComponentName())) {
463
"Invalid inputs: " + accountHandle + " " +
componentName
));
471
ComponentName
componentName
= new
ComponentName
(this, TestConnectionService.class);
472
if (accountHandle != null &&
componentName
.equals(accountHandle.getComponentName()))
[
all
...]
/prebuilts/sdk/28/optional/
android.test.mock.jar
/prebuilts/sdk/current/optional/
android.test.mock.jar
/cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerConfigChangeTests.java
31
import android.content.
ComponentName
;
90
private void testRotation(
ComponentName
activityName, int rotationStep, int numRelaunch,
133
ComponentName
activityName, boolean relaunch) throws Exception {
195
private int readAssetSeqNumber(
ComponentName
activityName, LogSeparator logSeparator)
222
private int getActivityDensityDpi(
ComponentName
activityName, LogSeparator logSeparator)
239
private void assertExpectedFontPixelSize(
ComponentName
activityName, int fontPixelSize,
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java
19
import android.content.
ComponentName
;
55
private
ComponentName
mComponent;
206
final
ComponentName
component = parseComponentName(nextArgRequired());
219
private
ComponentName
parseComponentName(String component) {
220
ComponentName
cn =
ComponentName
.unflattenFromString(component);
/frameworks/base/core/java/android/service/notification/
ConditionProviderService.java
25
import android.content.
ComponentName
;
87
* The name of the {@code meta-data} tag containing the {@link
ComponentName
} of an activity
138
public static final void requestRebind(
ComponentName
componentName
) {
142
noMan.requestBindProvider(
componentName
);
152
* state of conditions until {@link #requestRebind(
ComponentName
)} is called.
/frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java
20
import android.content.
ComponentName
;
109
public static void traceExitCondition(Condition c,
ComponentName
component, String reason) {
138
public static void traceEffectsSuppressorChanged(List<
ComponentName
> oldSuppressors,
139
List<
ComponentName
> newSuppressors, long suppressedEffects) {
208
private static String componentToString(
ComponentName
component) {
212
private static String componentListToString(List<
ComponentName
> components) {
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
BenchmarkRegistry.java
19
import android.content.
ComponentName
;
111
ComponentName
componentName
= new
ComponentName
(
122
Resources res = pm.getResourcesForActivity(
componentName
);
165
result.add(new BenchmarkGroup(
componentName
,
/frameworks/support/navigation/runtime/src/main/java/androidx/navigation/
NavDeepLinkBuilder.java
21
import android.content.
ComponentName
;
99
return setComponentName(new
ComponentName
(mContext, activityClass));
105
* @param
componentName
The Activity to start. This Activity should have a {@link NavController}
111
public NavDeepLinkBuilder setComponentName(@NonNull
ComponentName
componentName
) {
112
mIntent.setComponent(
componentName
);
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
VoicemailStatus.java
20
import android.content.
ComponentName
;
304
ComponentName
componentName
=
ComponentName
.unflattenFromString(phoneAccountComponentName);
305
if (
componentName
== null) {
308
return new PhoneAccountHandle(
componentName
, phoneAccountId);
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
LoaderCursorTest.java
3
import android.content.
ComponentName
;
106
ComponentName
cn = new
ComponentName
(mContext.getPackageName(), "dummy-do");
116
ComponentName
cn = mLauncherApps.getActivityList(null, mLoaderCursor.user)
129
ComponentName
cn = new
ComponentName
(mContext.getPackageName(), "dummy-do");
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/ota/
OtaControllerTest.java
26
import android.content.
ComponentName
;
62
private static final
ComponentName
ADMIN_COMPONENT = new
ComponentName
("com.test.admin",
192
private void setDeviceOwner(int userId,
ComponentName
admin) {
197
private void addManagedProfile(int userId,
ComponentName
admin) {
205
private void addManagedUser(int userId,
ComponentName
admin) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/
LanguageAndInputSettingsTest.java
31
import android.content.
ComponentName
;
128
final
ComponentName
componentName
= new
ComponentName
("pkg", "cls");
131
componentName
.flattenToString());
137
when(imis.get(0).getPackageName()).thenReturn(
componentName
.getPackageName());
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
SetSupportMessageActivity.java
21
import android.content.
ComponentName
;
41
private
ComponentName
mAdmin;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DualNonPaymentPrefixEmulatorActivity.java
3
import android.content.
ComponentName
;
68
void onApduSequenceComplete(
ComponentName
component, long duration) {
HceService.java
4
import android.content.
ComponentName
;
38
public abstract
ComponentName
getComponent();
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java
38
import android.content.
ComponentName
;
288
new
ComponentName
("com.android.cts.ephemeralapp1",
345
new
ComponentName
("com.android.cts.ephemeralapp1",
422
startNormalIntent.setComponent(new
ComponentName
(
475
startNormalIntent.setComponent(new
ComponentName
(
547
startExposedIntent.setComponent(new
ComponentName
(
585
startExposedIntent.setComponent(new
ComponentName
(
620
startExposedIntent.setComponent(new
ComponentName
(
670
startExposedIntent.setComponent(new
ComponentName
(
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java
20
import android.content.
ComponentName
;
74
intent.setComponent(new
ComponentName
(
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DeviceWideLoggingFeaturesTest.java
20
import android.content.
ComponentName
;
34
private
ComponentName
mAdminComponent;
ManagementTest.java
19
import android.content.
ComponentName
;
92
ComponentName
admin = AdminReceiver.getComponentName(mContext);
Completed in 1059 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>