Home
last modified time | relevance | path

Searched refs:MissedCallNotifierImpl (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java51 import com.android.server.telecom.ui.MissedCallNotifierImpl;
52 import com.android.server.telecom.ui.MissedCallNotifierImpl.NotificationBuilderFactory;
118 when(c.getString(MissedCallNotifierImpl.CALL_LOG_COLUMN_NUMBER)) in build()
120 when(c.getInt(MissedCallNotifierImpl.CALL_LOG_COLUMN_NUMBER_PRESENTATION)) in build()
122 when(c.getLong(MissedCallNotifierImpl.CALL_LOG_COLUMN_DATE)) in build()
208 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in cancelNotificationTestInternal()
245 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in testNotifyMultipleMissedCalls()
248 MissedCallNotifier missedCallNotifier = new MissedCallNotifierImpl(mContext, in testNotifyMultipleMissedCalls()
335 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in notifySingleCallTestInternal()
400 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in testNoSmsBackAfterMissedSipCall()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java60 import com.android.server.telecom.ui.MissedCallNotifierImpl;
96 new MissedCallNotifierImpl.MissedCallNotifierImplFactory() { in initializeTelecomSystem()
98 public MissedCallNotifierImpl makeMissedCallNotifierImpl( in initializeTelecomSystem()
102 return new MissedCallNotifierImpl(context, in initializeTelecomSystem()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java84 public class MissedCallNotifierImpl extends CallsManagerListenerBase implements MissedCallNotifier { class
126 private static final String NOTIFICATION_TAG = MissedCallNotifierImpl.class.getSimpleName();
140 public MissedCallNotifierImpl(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in MissedCallNotifierImpl() method in MissedCallNotifierImpl
146 public MissedCallNotifierImpl(Context context, in MissedCallNotifierImpl() method in MissedCallNotifierImpl
570 Log.d(MissedCallNotifierImpl.this, "onQueryComplete()..."); in reloadFromDatabase()
598 Log.w(MissedCallNotifierImpl.this, in reloadFromDatabase()
617 Log.w(MissedCallNotifierImpl.this, in reloadFromDatabase()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java29 import com.android.server.telecom.ui.MissedCallNotifierImpl.MissedCallNotifierImplFactory;