Searched refs:mAppLabelProxy (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallScreeningServiceFilterTest.java | 78 @Mock AppLabelProxy mAppLabelProxy; field in CallScreeningServiceFilterTest 139 when(mAppLabelProxy.getAppLabel(PKG_NAME)).thenReturn(APP_NAME); in setUp() 154 mAppLabelProxy, mParcelableCallUtilsConverter); in testNoPackageName() 168 mAppLabelProxy, mParcelableCallUtilsConverter); in testContextFailToBind() 182 mAppLabelProxy, mParcelableCallUtilsConverter); in testNoResolveEntries() 195 mAppLabelProxy, mParcelableCallUtilsConverter); in testBadResolveEntry() 214 mAppLabelProxy, mParcelableCallUtilsConverter); in testNoBindingCondition() 226 mAppLabelProxy, mParcelableCallUtilsConverter); in testBindingCondition() 240 mAppLabelProxy, mParcelableCallUtilsConverter); in testUnbindingException() 255 mAppLabelProxy, mParcelableCallUtilsConverter); in testBindingFailed() [all …]
|
D | PhoneAccountRegistrarTest.java | 122 @Mock private AppLabelProxy mAppLabelProxy; field in PhoneAccountRegistrarTest 138 when(mAppLabelProxy.getAppLabel(anyString())) in setUp() 142 mDefaultDialerCache, mAppLabelProxy, mTelephonyFeatureFlags, mFeatureFlags); in setUp() 1609 when(mAppLabelProxy.getAppLabel(anyString())).thenReturn(invalidLabel); in testInvalidLabelThrowsException()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | CallStreamingNotification.java | 70 private final AppLabelProxy mAppLabelProxy; field in CallStreamingNotification 89 mAppLabelProxy = appLabelProxy; in CallStreamingNotification() 195 callerName = mAppLabelProxy.getAppLabel(appPackageName).toString(); in showStreamingNotification()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallScreeningServiceHelper.java | 73 private final AppLabelProxy mAppLabelProxy; field in CallScreeningServiceHelper 87 mAppLabelProxy = appLabelProxy; in CallScreeningServiceHelper()
|
D | PhoneAccountRegistrar.java | 179 private final AppLabelProxy mAppLabelProxy; field in PhoneAccountRegistrar 214 mAppLabelProxy = appLabelProxy; in PhoneAccountRegistrar() 1319 CharSequence newLabel = mAppLabelProxy.getAppLabel( in addOrReplacePhoneAccount()
|