Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallScreeningServiceController.java59 private final CallScreeningServiceHelper.AppLabelProxy mAppLabelProxy; field in CallScreeningServiceController
97 mAppLabelProxy = appLabelProxy; in CallScreeningServiceController()
163 carrierPackageName, mAppLabelProxy.getAppLabel(carrierPackageName), in bindCarrierService()
191 mAppLabelProxy.getAppLabel(dialerPackageName), dialerType); in bindDefaultDialerAndUserChosenService()
200 mAppLabelProxy.getAppLabel(userChosenPackageName), in bindDefaultDialerAndUserChosenService()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceControllerTest.java84 CallScreeningServiceHelper.AppLabelProxy mAppLabelProxy = field in CallScreeningServiceControllerTest
171 mSettingsSecureAdapter, mCallerInfoLookupHelper, mAppLabelProxy); in testAllAllowCall()
202 mSettingsSecureAdapter, mCallerInfoLookupHelper, mAppLabelProxy); in testCarrierAllowCallAndContactExists()
228 mSettingsSecureAdapter, mCallerInfoLookupHelper, mAppLabelProxy); in testCarrierCallScreeningRejectCall()
266 mSettingsSecureAdapter, mCallerInfoLookupHelper, mAppLabelProxy); in testDefaultDialerRejectCall()
312 mSettingsSecureAdapter, mCallerInfoLookupHelper, mAppLabelProxy); in testUserChosenRejectCall()
DPhoneAccountRegistrarTest.java86 @Mock private PhoneAccountRegistrar.AppLabelProxy mAppLabelProxy; field in PhoneAccountRegistrarTest
100 when(mAppLabelProxy.getAppLabel(anyString())) in setUp()
104 FILE_NAME, mDefaultDialerCache, mAppLabelProxy); in setUp()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallScreeningServiceHelper.java82 private final AppLabelProxy mAppLabelProxy; field in CallScreeningServiceHelper
96 mAppLabelProxy = appLabelProxy; in CallScreeningServiceHelper()
DPhoneAccountRegistrar.java154 private final AppLabelProxy mAppLabelProxy; field in PhoneAccountRegistrar
178 mAppLabelProxy = appLabelProxy; in PhoneAccountRegistrar()
792 CharSequence newLabel = mAppLabelProxy.getAppLabel( in addOrReplacePhoneAccount()