Searched refs:DisconnectedCallNotifier (Results 1 – 6 of 6) sorted by relevance
32 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()
108 import com.android.server.telecom.ui.DisconnectedCallNotifier;178 @Mock private DisconnectedCallNotifier.Factory mDisconnectedCallNotifierFactory;179 @Mock private DisconnectedCallNotifier mDisconnectedCallNotifier;
60 public class DisconnectedCallNotifier extends CallsManagerListenerBase { class63 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
28 import com.android.server.telecom.ui.DisconnectedCallNotifier;158 DisconnectedCallNotifier disconnectedCallNotifier = in processIntent()
26 import com.android.server.telecom.ui.DisconnectedCallNotifier;249 DisconnectedCallNotifier.Factory disconnectedCallNotifierFactory = in TelecomSystem()250 new DisconnectedCallNotifier.Default(); in TelecomSystem()
120 import com.android.server.telecom.ui.DisconnectedCallNotifier;359 private final DisconnectedCallNotifier mDisconnectedCallNotifier;469 DisconnectedCallNotifier.Factory disconnectedCallNotifierFactory, in CallsManager()3602 DisconnectedCallNotifier getDisconnectedCallNotifier() {