Searched refs:FeatureType (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsFeatureBinderRepository.java | 135 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/ |
D | ImsFeatureConfiguration.java | 50 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/ |
D | ImsResolver.java | 803 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/ |
D | SmartspaceTarget.java | 91 @FeatureType 189 public @interface FeatureType { annotation in SmartspaceTarget 306 @FeatureType
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | ImsFeature.java | 105 public @interface FeatureType {} annotation in ImsFeature
|