Home
last modified time | relevance | path

Searched refs:startFlashNotificationSequence (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java209 public boolean startFlashNotificationSequence(
212 .startFlashNotificationSequence(context, reason);
/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java75 boolean startFlashNotificationSequence(@NonNull Context context, in startFlashNotificationSequence() method
339 mAccessibilityManagerAdapter.startFlashNotificationSequence(mContext, in startRinging()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DRingerTest.java728 .startFlashNotificationSequence(any(Context.class), anyInt()); in testNoFlashNotificationWhenCallSuppressed()
742 .startFlashNotificationSequence(any(Context.class), anyInt()); in testStartFlashNotificationWhenRingStarts()