Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java79 @Mock AppLabelProxy mAppLabelProxy; field in CallScreeningServiceFilterTest
140 when(mAppLabelProxy.getAppLabel(PKG_NAME, PA_HANDLE.getUserHandle())).thenReturn(APP_NAME); in setUp()
155 mAppLabelProxy, mParcelableCallUtilsConverter); in testNoPackageName()
169 mAppLabelProxy, mParcelableCallUtilsConverter); in testContextFailToBind()
183 mAppLabelProxy, mParcelableCallUtilsConverter); in testNoResolveEntries()
196 mAppLabelProxy, mParcelableCallUtilsConverter); in testBadResolveEntry()
215 mAppLabelProxy, mParcelableCallUtilsConverter); in testNoBindingCondition()
227 mAppLabelProxy, mParcelableCallUtilsConverter); in testBindingCondition()
241 mAppLabelProxy, mParcelableCallUtilsConverter); in testUnbindingException()
256 mAppLabelProxy, mParcelableCallUtilsConverter); in testBindingFailed()
[all …]
DPhoneAccountRegistrarTest.java122 @Mock private AppLabelProxy mAppLabelProxy; field in PhoneAccountRegistrarTest
138 when(mAppLabelProxy.getAppLabel(anyString(), any())) in setUp()
142 mDefaultDialerCache, mAppLabelProxy, mTelephonyFeatureFlags, mFeatureFlags); in setUp()
1609 when(mAppLabelProxy.getAppLabel(anyString(), any())).thenReturn(invalidLabel); in testInvalidLabelThrowsException()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DCallStreamingNotification.java70 private final AppLabelProxy mAppLabelProxy; field in CallStreamingNotification
89 mAppLabelProxy = appLabelProxy; in CallStreamingNotification()
195 callerName = mAppLabelProxy.getAppLabel(appPackageName, userHandle).toString(); in showStreamingNotification()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallScreeningServiceHelper.java73 private final AppLabelProxy mAppLabelProxy; field in CallScreeningServiceHelper
87 mAppLabelProxy = appLabelProxy; in CallScreeningServiceHelper()
DPhoneAccountRegistrar.java180 private final AppLabelProxy mAppLabelProxy; field in PhoneAccountRegistrar
215 mAppLabelProxy = appLabelProxy; in PhoneAccountRegistrar()
1340 CharSequence newLabel = mAppLabelProxy.getAppLabel( in addOrReplacePhoneAccount()