Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java74 @Mock AppLabelProxy mAppLabelProxy; field in CallScreeningServiceFilterTest
119 when(mAppLabelProxy.getAppLabel(PKG_NAME)).thenReturn(APP_NAME); in setUp()
134 mAppLabelProxy, mParcelableCallUtilsConverter); in testNoPackageName()
148 mAppLabelProxy, mParcelableCallUtilsConverter); in testContextFailToBind()
162 mAppLabelProxy, mParcelableCallUtilsConverter); in testNoResolveEntries()
175 mAppLabelProxy, mParcelableCallUtilsConverter); in testBadResolveEntry()
194 mAppLabelProxy, mParcelableCallUtilsConverter); in testNoBindingCondition()
206 mAppLabelProxy, mParcelableCallUtilsConverter); in testBindingCondition()
217 mAppLabelProxy, mParcelableCallUtilsConverter); in testAllowCall()
247 mAppLabelProxy, mParcelableCallUtilsConverter); in testDisallowCall()
[all …]
DPhoneAccountRegistrarTest.java88 @Mock private AppLabelProxy mAppLabelProxy; field in PhoneAccountRegistrarTest
102 when(mAppLabelProxy.getAppLabel(anyString())) in setUp()
106 FILE_NAME, mDefaultDialerCache, mAppLabelProxy); in setUp()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallScreeningServiceHelper.java88 private final AppLabelProxy mAppLabelProxy; field in CallScreeningServiceHelper
102 mAppLabelProxy = appLabelProxy; in CallScreeningServiceHelper()
DPhoneAccountRegistrar.java146 private final AppLabelProxy mAppLabelProxy; field in PhoneAccountRegistrar
171 mAppLabelProxy = appLabelProxy; in PhoneAccountRegistrar()
821 CharSequence newLabel = mAppLabelProxy.getAppLabel( in addOrReplacePhoneAccount()