HomeSort by relevance Sort by last modified time
    Searched full:componentname (Results 401 - 425 of 2584) sorted by null

<<11121314151617181920>>

  /packages/services/Car/car-lib/src/android/car/content/pm/
ICarPackageManager.aidl 20 import android.content.ComponentName;
27 boolean isActivityBackedBySafeActivity(in ComponentName activityName) = 3;
  /cts/tests/tests/externalservice/src/android/externalservice/cts/
ExternalServiceTest.java 19 import android.content.ComponentName;
56 intent.setComponent(new ComponentName(sServicePackage, sServicePackage+".IsolatedService"));
67 intent.setComponent(new ComponentName(sServicePackage, sServicePackage+".IsolatedService"));
80 intent.setComponent(new ComponentName(sServicePackage, sServicePackage+".ExportedService"));
93 new ComponentName(sServicePackage, sServicePackage+".ExternalNonExportedService"));
106 new ComponentName(sServicePackage, sServicePackage+".ExternalNonIsolatedService"));
118 intent.setComponent(new ComponentName(sServicePackage, sServicePackage+".ExternalService"));
130 intent.setComponent(new ComponentName(sServicePackage, sServicePackage+".ExternalService"));
157 intent.setComponent(new ComponentName(sServicePackage, sServicePackage+".ServiceCreator"));
205 intent.setComponent(new ComponentName(sServicePackage, sServicePackage+".ExternalService"))
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
PreferredServices.java 26 import android.content.ComponentName;
72 ComponentName settingsDefault; // The component preferred in settings (eg Tap&Pay)
73 ComponentName currentPreferred; // The computed preferred component
80 ComponentName mForegroundRequested; // The component preferred by fg app
83 ComponentName mNextTapDefault; // The component preferred by active disambig dialog
86 ComponentName mForegroundCurrent; // The currently computed foreground component
89 void onPreferredPaymentServiceChanged(ComponentName service);
90 void onPreferredForegroundServiceChanged(ComponentName service);
135 ComponentName newDefault = name != null ? ComponentName.unflattenFromString(name) : null
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
TestResult.java 87 private TestResult(String packageName, String componentName, String methodName,
91 mComponentName = componentName;
136 private String componentName;
150 componentName = _componentName;
174 return new TestResult(packageName, componentName, methodName,
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CameraPolicyTest.java 20 import android.content.ComponentName;
42 private ComponentName mPrimaryAdminComponent;
44 private ComponentName mManagedProfileAdminComponent;
59 mPrimaryAdminComponent = new ComponentName(MANAGED_PROFILE_PKG,
61 mManagedProfileAdminComponent = new ComponentName(MANAGED_PROFILE_PKG,
  /cts/tests/app/src/android/app/cts/
ActivityManagerRecentTaskInfoTest.java 19 import android.content.ComponentName;
44 ComponentName origActivity = null;
60 origActivity = new ComponentName(mContext, this.getClass());
78 ComponentName origActivity = null;
94 origActivity = new ComponentName(mContext, this.getClass());
TabActivityTest.java 23 import android.content.ComponentName;
92 final ComponentName componentName = new ComponentName(context, MockTabActivity.class);
93 final ActivityInfo info = context.getPackageManager().getActivityInfo(componentName, 0);
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
WaitForValidActivityState.java 34 import android.content.ComponentName;
39 public final ComponentName activityName;
50 public WaitForValidActivityState(final ComponentName activityName) {
114 private ComponentName mActivityName = null;
123 public Builder(final ComponentName activityName) {
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageItemInfoTest.java 22 import android.content.ComponentName;
95 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME);
97 mPackageManager.getActivityInfo(componentName, PackageManager.GET_META_DATA);
  /cts/tests/tests/keystore/src/android/server/am/
WaitForValidActivityState.java 34 import android.content.ComponentName;
39 public final ComponentName activityName;
50 public WaitForValidActivityState(final ComponentName activityName) {
114 private ComponentName mActivityName = null;
123 public Builder(final ComponentName activityName) {
  /cts/tests/vr/src/android/vr/cts/
VrSetFIFOThreadTest.java 22 import android.content.ComponentName;
73 ComponentName requestedComponent = new ComponentName(mContext, MockVrListenerService.class);
96 ComponentName requestedComponent = new ComponentName(mContext, MockVrListenerService.class);
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingFragment.java 20 import android.content.ComponentName;
56 public void onServiceConnected(ComponentName componentName, IBinder service) {
63 public void onServiceDisconnected(ComponentName componentName) {
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingFragment.java 20 import android.content.ComponentName;
56 public void onServiceConnected(ComponentName componentName, IBinder service) {
63 public void onServiceDisconnected(ComponentName componentName) {
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingFragment.java 20 import android.content.ComponentName;
56 public void onServiceConnected(ComponentName componentName, IBinder service) {
63 public void onServiceDisconnected(ComponentName componentName) {
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java 22 import android.content.ComponentName;
52 private ComponentName mPolicyAdmin;
60 mPolicyAdmin = new ComponentName(context, PolicyAdmin.class);
117 * Getter for the policy administrator ComponentName object.
121 public ComponentName getPolicyAdmin() { return mPolicyAdmin; }
  /frameworks/base/core/java/android/print/
PrinterId.java 20 import android.content.ComponentName;
31 private final @NonNull ComponentName mServiceName;
43 public PrinterId(@NonNull ComponentName serviceName, @NonNull String localId) {
49 mServiceName = Preconditions.checkNotNull((ComponentName) parcel.readParcelable(null));
60 public @NonNull ComponentName getServiceName() {
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
ServiceListingTest.java 25 import android.content.ComponentName;
67 ComponentName testComponent1 = new ComponentName("testPackage1", "testClass1");
68 ComponentName testComponent2 = new ComponentName("testPackage2", "testClass2");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SliceBroadcastRelayHandler.java 18 import android.content.ComponentName;
54 ComponentName receiverClass =
88 private final ArraySet<ComponentName> mReceivers = new ArraySet<>();
97 public void register(Context context, ComponentName receiver, IntentFilter filter) {
109 for (ComponentName receiver : mReceivers) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileServiceManagerTest.java 18 import android.content.ComponentName;
54 ComponentName componentName = new ComponentName(mContext,
56 Mockito.when(mTileLifecycle.getComponent()).thenReturn(componentName);
  /frameworks/base/services/backup/java/com/android/server/backup/transport/
TransportStats.java 20 import android.content.ComponentName;
31 private final Map<ComponentName, Stats> mTransportStats = new HashMap<>();
33 void registerConnectionTime(ComponentName transportComponent, long timeMs) {
46 public Stats getStatsForTransport(ComponentName transportComponent) {
65 for (ComponentName transportComponent : mTransportStats.keySet()) {
  /frameworks/base/services/core/java/com/android/server/am/
InstrumentationReporter.java 20 import android.content.ComponentName;
101 final ComponentName mName;
105 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode,
115 public void reportStatus(IInstrumentationWatcher watcher, ComponentName name, int resultCode,
123 public void reportFinished(IInstrumentationWatcher watcher, ComponentName name, int resultCode,
  /frameworks/base/services/core/java/com/android/server/firewall/
SenderFilter.java 20 import android.content.ComponentName;
82 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
90 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
98 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
107 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
  /frameworks/opt/car/services/src/com/android/internal/car/
CarServiceHelperService.java 19 import android.content.ComponentName;
46 public void onServiceConnected(ComponentName componentName, IBinder iBinder) {
65 public void onServiceDisconnected(ComponentName componentName) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
TranscriptionBackfillService.java 21 import android.content.ComponentName;
45 ComponentName componentName = new ComponentName(context, TranscriptionBackfillService.class);
47 new JobInfo.Builder(ScheduledJobIds.VVM_TRANSCRIPTION_BACKFILL_JOB, componentName)
TranscriptionRatingService.java 21 import android.content.ComponentName;
44 ComponentName componentName = new ComponentName(context, TranscriptionRatingService.class);
46 new JobInfo.Builder(ScheduledJobIds.VVM_TRANSCRIPTION_RATING_JOB, componentName)

Completed in 467 milliseconds

<<11121314151617181920>>