Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DDisconnectedCallNotifierTest.java32 import com.android.server.telecom.ui.DisconnectedCallNotifier;
81 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationShownAfterEmergencyCall()
104 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationShownForDisconnectedEmergencyCall()
127 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationNotShownAfterCall()
144 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationClearedForEmergencyCall()
H A DCallsManagerTest.java108 import com.android.server.telecom.ui.DisconnectedCallNotifier;
178 @Mock private DisconnectedCallNotifier.Factory mDisconnectedCallNotifierFactory;
179 @Mock private DisconnectedCallNotifier mDisconnectedCallNotifier;
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DDisconnectedCallNotifier.java60 public class DisconnectedCallNotifier extends CallsManagerListenerBase { class
63 DisconnectedCallNotifier create(Context context, CallsManager manager); in create()
69 public DisconnectedCallNotifier create(Context context, CallsManager manager) { in create()
70 return new DisconnectedCallNotifier(context, manager); in create()
109 DisconnectedCallNotifier.class.getSimpleName();
118 public DisconnectedCallNotifier(Context context, CallsManager callsManager) { in DisconnectedCallNotifier() method in DisconnectedCallNotifier
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomBroadcastIntentProcessor.java28 import com.android.server.telecom.ui.DisconnectedCallNotifier;
158 DisconnectedCallNotifier disconnectedCallNotifier = in processIntent()
H A DTelecomSystem.java26 import com.android.server.telecom.ui.DisconnectedCallNotifier;
249 DisconnectedCallNotifier.Factory disconnectedCallNotifierFactory = in TelecomSystem()
250 new DisconnectedCallNotifier.Default(); in TelecomSystem()
H A DCallsManager.java120 import com.android.server.telecom.ui.DisconnectedCallNotifier;
359 private final DisconnectedCallNotifier mDisconnectedCallNotifier;
469 DisconnectedCallNotifier.Factory disconnectedCallNotifierFactory, in CallsManager()
3602 DisconnectedCallNotifier getDisconnectedCallNotifier() {