HomeSort by relevance Sort by last modified time
    Searched full:componentname (Results 251 - 275 of 1611) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeController.java 19 import android.content.ComponentName;
35 ComponentName getEffectsSuppressor();
  /frameworks/base/services/core/java/com/android/server/firewall/
AndFilter.java 19 import android.content.ComponentName;
28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
CategoryFilter.java 19 import android.content.ComponentName;
37 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
Filter.java 19 import android.content.ComponentName;
34 boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
OrFilter.java 19 import android.content.ComponentName;
28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 24 import android.content.ComponentName;
117 private ComponentName mCurrentVrModeComponent;
163 final ComponentName targetPackageName;
164 final ComponentName callingPackage;
168 VrState(boolean enabled, ComponentName targetPackageName, int userId,
169 ComponentName callingPackage) {
178 VrState(boolean enabled, ComponentName targetPackageName, int userId,
179 ComponentName callingPackage, boolean defaultPermissionsGranted) {
260 ArraySet<ComponentName> enabledListeners = mComponentObserver.getEnabled(currentUser);
263 for (ComponentName n : enabledListeners)
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 20 import android.content.ComponentName;
35 mIntent.setComponent(new ComponentName(getTargetContext(),
  /packages/apps/Dialer/tests/src/com/android/dialer/
DialerLaunchPerformance.java 20 import android.content.ComponentName;
35 mIntent.setComponent(new ComponentName("com.android.contacts",
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherActivityInfoCompat.java 19 import android.content.ComponentName;
30 public abstract ComponentName getComponentName();
LauncherActivityInfoCompatVL.java 20 import android.content.ComponentName;
35 public ComponentName getComponentName() {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DisableBluetoothSharingTask.java 19 import android.content.ComponentName;
38 mUtils.disableComponent(new ComponentName("com.android.bluetooth",
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSourceResult.java 18 import android.content.ComponentName;
49 public ComponentName getSuggestionIntentComponent() {
  /packages/apps/Settings/src/com/android/settings/utils/
ServiceListing.java 21 import android.content.ComponentName;
47 private final HashSet<ComponentName> mEnabledServices = new HashSet<ComponentName>();
131 for (ComponentName cn : mEnabledServices) {
149 final ComponentName cn = ComponentName.unflattenFromString(names[i]);
166 public boolean isEnabled(ComponentName cn) {
170 public void setEnabled(ComponentName cn, boolean enabled) {
  /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/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/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/telecom/src/android/telecom/cts/
ConnectionServiceTest.java 21 import android.content.ComponentName;
74 ComponentName invalidName = new ComponentName("com.android.phone",
98 ComponentName validName = new ComponentName(PACKAGE, COMPONENT);
  /cts/tests/vr/src/android/vr/cts/
VrSetFIFOThreadTest.java 22 import android.content.ComponentName;
59 ComponentName requestedComponent = new ComponentName(mContext, MockVrListenerService.class);
86 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; }

Completed in 1907 milliseconds

<<11121314151617181920>>