Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DMissedCallNotifierImplTest.java58 import com.android.server.telecom.ui.MissedCallNotifierImpl;
130 when(c.getString(MissedCallNotifierImpl.CALL_LOG_COLUMN_NUMBER)) in build()
134 when(c.getLong(MissedCallNotifierImpl.CALL_LOG_COLUMN_DATE)) in build()
261 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in setupMissedCallNotificationThroughDefaultDialer()
269 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in cancelNotificationTestInternal()
306 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in testNotifyMultipleMissedCalls()
397 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in notifySingleCallTestInternal()
462 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in testNoSmsBackAfterMissedSipCall()
523 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in testLoadOneCallFromDb()
593 MissedCallNotifierImpl.NotificationBuilderFactory fakeBuilderFactory = in testLoadTwoCallsFromDb()
[all …]
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DTelecomService.java61 import com.android.server.telecom.ui.MissedCallNotifierImpl;
105 new MissedCallNotifierImpl.MissedCallNotifierImplFactory() {
107 public MissedCallNotifierImpl makeMissedCallNotifierImpl(
112 return new MissedCallNotifierImpl(context,
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java85 public class MissedCallNotifierImpl extends CallsManagerListenerBase implements MissedCallNotifier { class
128 private static final String NOTIFICATION_TAG = MissedCallNotifierImpl.class.getSimpleName();
146 public MissedCallNotifierImpl(Context context, PhoneAccountRegistrar phoneAccountRegistrar, in MissedCallNotifierImpl() method in MissedCallNotifierImpl
153 public MissedCallNotifierImpl(Context context, in MissedCallNotifierImpl() method in MissedCallNotifierImpl
620 Log.d(MissedCallNotifierImpl.this, "onQueryComplete()..."); in reloadFromDatabase()
650 Log.w(MissedCallNotifierImpl.this, in reloadFromDatabase()
669 Log.w(MissedCallNotifierImpl.this, in reloadFromDatabase()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomSystem.java28 import com.android.server.telecom.ui.MissedCallNotifierImpl.MissedCallNotifierImplFactory;