Home
last modified time | relevance | path

Searched refs:FeatureType (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsFeatureBinderRepository.java135 public final @ImsFeature.FeatureType int imsFeatureType;
141 public UpdateMapper(int pId, @ImsFeature.FeatureType int t) { in UpdateMapper()
277 int phoneId, @ImsFeature.FeatureType int type) { in getIfExists()
301 @ImsFeature.FeatureType int type, @NonNull IImsServiceFeatureCallback callback, in registerForConnectionUpdates()
340 public void addConnection(int phoneId, @ImsFeature.FeatureType int type, in addConnection()
357 public ImsFeatureContainer removeConnection(int phoneId, @ImsFeature.FeatureType int type) { in removeConnection()
374 public void notifyFeatureStateChanged(int phoneId, @ImsFeature.FeatureType int type, in notifyFeatureStateChanged()
391 public void notifyFeatureCapabilitiesChanged(int phoneId, @ImsFeature.FeatureType int type, in notifyFeatureCapabilitiesChanged()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsFeatureConfiguration.java50 public final @ImsFeature.FeatureType int featureType;
59 public FeatureSlotPair(int slotId, @ImsFeature.FeatureType int featureType) { in FeatureSlotPair()
111 public Builder addFeature(int slotId, @ImsFeature.FeatureType int featureType) { in addFeature()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java803 private String getDeviceConfiguration(@ImsFeature.FeatureType int featureType) { in getDeviceConfiguration()
809 private void setDeviceConfiguration(String name, @ImsFeature.FeatureType int featureType) { in setDeviceConfiguration()
817 @ImsFeature.FeatureType int featureType) { in setCarrierConfiguredPackageName()
823 @ImsFeature.FeatureType int featureType) { in getCarrierConfiguredPackageName()
846 @ImsFeature.FeatureType int featureType) { in setOverridePackageName()
852 @ImsFeature.FeatureType int featureType) { in getOverridePackageName()
873 @ImsFeature.FeatureType int featureType) { in doesCarrierConfigurationExist()
888 @ImsFeature.FeatureType int featureType) { in doesCachedImsServiceExist()
900 @ImsFeature.FeatureType int featureType) { in getImsServiceConfiguration()
927 @ImsFeature.FeatureType int featureType) { in isImsServiceConfiguredForFeature()
[all …]
/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java91 @FeatureType
189 public @interface FeatureType { annotation in SmartspaceTarget
306 @FeatureType
/frameworks/base/telephony/java/android/telephony/ims/feature/
DImsFeature.java105 public @interface FeatureType {} annotation in ImsFeature