Home
last modified time | relevance | path

Searched refs:mToastFactory (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/toast/
DCarToastUITest.java72 private ToastFactory mToastFactory; field in CarToastUITest
90 mToastFactory, mToastLogger, mUserTracker, mPackageManager); in setUp()
99 when(mToastFactory.createToast( in setUp()
120 verify(mToastFactory, never()).createToast(any(), any(), eq(TEXT), eq(PACKAGE_NAME), in showToast_notSystemNotPrivilegedNotPlatformKey_createToastNotCalled()
133 verify(mToastFactory).createToast( in showToast_notSystemNotPrivilegedIsPlatformKey_createToastCalled()
146 verify(mToastFactory, never()).createToast( in showToast_notSystemIsPrivilegedNotPlatformKey_createToastNotCalled()
159 verify(mToastFactory).createToast( in showToast_notSystemIsPrivilegedIsPlatformKey_createToastCalled()
172 verify(mToastFactory, never()).createToast( in showToast_isSystemNotPrivilegedNotPlatformKey_createToastNotCalled()
184 mToastFactory, mToastLogger, mUserTracker, mPackageManager); in showToast_isSystemNotPrivilegedNotPlatformKeyAllowListed_createToastCalled()
191 verify(mToastFactory).createToast( in showToast_isSystemNotPrivilegedNotPlatformKeyAllowListed_createToastCalled()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java95 private final ToastFactory mToastFactory; field in CarKeyguardViewController
191 mToastFactory = toastFactory; in CarKeyguardViewController()
581 SystemUIToast systemUIToast = mToastFactory.createToast(mContext, mContext, in makeOverlayToast()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTransactionTests.java102 @Mock private ToastFactory mToastFactory; field in TransactionTests
447 mToastFactory, in createSpyCall()
DCallsManagerTest.java309 @Mock private ToastFactory mToastFactory; field in CallsManagerTest
388 mToastFactory, in setUp()
476 mToastFactory, in constructOngoingCall()
3912 mToastFactory, in createCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java511 private final ToastFactory mToastFactory; field in CallsManager
802 mToastFactory = toastFactory; in CallsManager()
1658 mToastFactory, in processIncomingCallIntent()
1922 mToastFactory, in addNewUnknownCall()
2075 mToastFactory, in startOutgoingCall()
4794 mToastFactory,
5864 mToastFactory,
6523 false, mClockProxy, mToastFactory, mFeatureFlags);
6730 mToastFactory,
DCall.java596 private final ToastFactory mToastFactory; field in Call
1016 mToastFactory = toastFactory; in Call()
3679 mToastFactory.makeText(mContext, R.string.toast_emergency_can_not_pull_call,