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

<<11121314151617181920>>

  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 23 import android.content.ComponentName;
56 ComponentName thisWidget = new ComponentName(this, BuildWidget.class);
  /external/opencv3/platforms/android/service/engine/src/org/opencv/engine/manager/
ManagerActivity.java 9 import android.content.ComponentName;
82 public void onServiceDisconnected(ComponentName name) {
86 public void onServiceConnected(ComponentName name, IBinder service) {
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 24 import android.content.ComponentName;
52 void setWallpaperComponentChecked(in ComponentName name, in String callingPackage, int userId);
57 void setWallpaperComponent(in ComponentName name);
  /frameworks/base/core/java/android/nfc/cardemulation/
NfcFCardEmulation.java 21 import android.content.ComponentName;
107 * <p>Before calling {@link #registerSystemCodeForService(ComponentName, String)},
109 * {@link #registerSystemCodeForService(ComponentName, String)}, the System Code
111 * {@link #unregisterSystemCodeForService(ComponentName)}, "null" is returned.
116 public String getSystemCodeForService(ComponentName service) throws RuntimeException {
161 public boolean registerSystemCodeForService(ComponentName service, String systemCode)
193 public boolean unregisterSystemCodeForService(ComponentName service) throws RuntimeException {
219 * <p>Before calling {@link #setNfcid2ForService(ComponentName, String)},
223 * with {@link #setNfcid2ForService(ComponentName, String)}, this NFCID2 is returned.
228 public String getNfcid2ForService(ComponentName service) throws RuntimeException
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java 19 import android.content.ComponentName;
39 public void onServiceConnected(ComponentName name, IBinder service) {
46 public void onServiceDisconnected(ComponentName name) {
  /frameworks/base/services/backup/java/com/android/server/backup/
KeyValueBackupJob.java 24 import android.content.ComponentName;
37 private static ComponentName sKeyValueJobService =
38 new ComponentName("android", KeyValueBackupJob.class.getName());
  /frameworks/base/services/core/java/com/android/server/
MountServiceIdler.java 26 import android.content.ComponentName;
34 private static ComponentName sIdleService =
35 new ComponentName("android", MountServiceIdler.class.getName());
NetworkScoreService.java 21 import android.content.ComponentName;
230 ComponentName componentName =
231 new ComponentName(scorerData.mPackageName, scorerData.mScoringServiceClassName);
234 && !mServiceConnection.mComponentName.equals(componentName)) {
240 mServiceConnection = new ScoringServiceConnection(componentName);
450 private final ComponentName mComponentName;
454 ScoringServiceConnection(ComponentName componentName) {
455 mComponentName = componentName;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
PrioritySchedulingTest.java 22 import android.content.ComponentName;
35 static ComponentName kJobServiceComponent;
42 kJobServiceComponent = new ComponentName(getContext(), MockPriorityJobService.class);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 19 import android.content.ComponentName;
138 public void onServiceConnected(ComponentName className,
145 public void onServiceDisconnected(ComponentName className) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 31 import android.content.ComponentName;
443 private final Multimap<String, ComponentName> mComponentNamesByAction =
445 private final Map<ComponentName, IInterface> mServiceByComponentName =
446 new HashMap<ComponentName, IInterface>();
447 private final Map<ComponentName, ServiceInfo> mServiceInfoByComponentName =
448 new HashMap<ComponentName, ServiceInfo>();
449 private final Map<IInterface, ComponentName> mComponentNameByService =
450 new HashMap<IInterface, ComponentName>();
556 private void addService(String action, ComponentName name, IInterface service) {
564 for (ComponentName componentName : mComponentNamesByAction.get(intent.getAction()))
    [all...]
  /frameworks/support/media-compat/api21/android/support/v4/media/
MediaBrowserCompatApi21.java 19 import android.content.ComponentName;
36 public static Object createBrowser(Context context, ComponentName serviceComponent,
55 public static ComponentName getServiceComponent(Object browserObj) {
  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneCapabilityTester.java 19 import android.content.ComponentName;
82 public static ComponentName getSmsComponent(Context context) {
91 return new ComponentName(smsPackage, resolveInfo.activityInfo.name);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
CancelActivity.java 21 import android.content.ComponentName;
113 public void onServiceConnected(ComponentName name, IBinder binder) {
127 public void onServiceDisconnected(ComponentName name) {
  /packages/apps/Email/provider_src/com/android/email/service/
PolicyService.java 21 import android.content.ComponentName;
96 final ComponentName adminName = new ComponentName(mContext, SecurityPolicy.PolicyAdmin.class);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetInfo.java 20 import android.content.ComponentName;
69 ComponentName providerName;
89 LauncherAppWidgetInfo(int appWidgetId, ComponentName providerName) {
  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/
IntentStoreTest.java 20 import android.content.ComponentName;
34 private static final ComponentName SAMPLE_COMPONENT_NAME
35 = new ComponentName("package.sample", "class.sample");
  /packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/
SetDevicePolicyTaskTest.java 26 import android.content.ComponentName;
37 private static final ComponentName ADMIN_COMPONENT_NAME = new ComponentName(ADMIN_PACKAGE_NAME,
  /packages/apps/Messaging/tests/src/com/android/messaging/
TestUtil.java 20 import android.content.ComponentName;
72 int [] conversationWidgetIds = appWidgetManager.getAppWidgetIds(new ComponentName(context,
75 ComponentName(context, BugleWidgetProvider.class));
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSource.java 19 import android.content.ComponentName;
61 public ComponentName getIntentComponent() {
63 return new ComponentName("com.android.quicksearchbox",
  /packages/apps/Settings/src/com/android/settings/
SharedPreferencesLogger.java 20 import android.content.ComponentName;
119 ComponentName name = ComponentName.unflattenFromString(value);
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
Condition.java 19 import android.content.ComponentName;
46 pm.setComponentEnabledSetting(new ComponentName(mManager.getContext(), receiverClass),
114 pm.setComponentEnabledSetting(new ComponentName(mManager.getContext(), clz),
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 23 import android.content.ComponentName;
205 ComponentName componentName = service.getComponentName();
206 preference.setKey(componentName.flattenToString());
225 extras.putString(EXTRA_SERVICE_COMPONENT_NAME, componentName.flattenToString());
269 String componentName = getArguments().getString(EXTRA_PRINT_SERVICE_COMPONENT_NAME);
270 if (componentName != null) {
272 Preference prereference = findPreference(componentName);
594 ComponentName componentName = new ComponentName
    [all...]
  /packages/apps/Settings/tests/unit/src/com/android/settings/
ChooseLockSettingsHelperTest.java 6 import android.content.ComponentName;
66 assertEquals(new ComponentName("com.android.settings",
108 assertEquals(new ComponentName("com.android.settings",
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
UserSwitchListenerService.java 23 import android.content.ComponentName;
78 ComponentName compName = new ComponentName(context,

Completed in 718 milliseconds

<<11121314151617181920>>