Home
last modified time | relevance | path

Searched refs:telephonyFeatureFlags (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java193 FeatureFlags telephonyFeatureFlags, in PhoneAccountRegistrar() argument
196 telephonyFeatureFlags, telecomFeatureFlags); in PhoneAccountRegistrar()
202 FeatureFlags telephonyFeatureFlags, in PhoneAccountRegistrar() argument
218 if (telephonyFeatureFlags != null) { in PhoneAccountRegistrar()
219 mTelephonyFeatureFlags = telephonyFeatureFlags; in PhoneAccountRegistrar()
2104 FeatureFlags telephonyFeatureFlags) throws IOException {
2105 sStateXml.writeToXml(state, serializer, context, telephonyFeatureFlags);
2109 FeatureFlags telephonyFeatureFlags,
2113 telephonyFeatureFlags, telecomFeatureFlags);
2180 FeatureFlags telephonyFeatureFlags) throws IOException;
[all …]
DTelecomServiceImpl.java2737 com.android.internal.telephony.flags.FeatureFlags telephonyFeatureFlags, in TelecomServiceImpl() argument
2746 if (telephonyFeatureFlags != null) { in TelecomServiceImpl()
2747 mTelephonyFeatureFlags = telephonyFeatureFlags; in TelecomServiceImpl()
DInCallController.java1315 com.android.internal.telephony.flags.FeatureFlags telephonyFeatureFlags) { in InCallController() argument
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java2173 FeatureFlags telephonyFeatureFlags, in roundTripXml() argument
2178 byte[] data = toXml(input, xml, context, telephonyFeatureFlags); in roundTripXml()
2182 T result = fromXml(data, xml, context, telephonyFeatureFlags, telecomFeatureFlags); in roundTripXml()
2190 Context context, FeatureFlags telephonyFeatureFlags) throws Exception { in toXml() argument
2194 xml.writeToXml(input, serializer, context, telephonyFeatureFlags); in toXml()
2200 Context context, FeatureFlags telephonyFeatureFlags, in fromXml() argument
2206 telephonyFeatureFlags, telecomFeatureFlags); in fromXml()