Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/components/
DTelecomService.java216 public boolean stopFlashNotificationSequence(
219 .stopFlashNotificationSequence(context);
/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java77 boolean stopFlashNotificationSequence(@NonNull Context context); in stopFlashNotificationSequence() method
614 mAccessibilityManagerAdapter.stopFlashNotificationSequence(mContext)); in stopRinging()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DRingerTest.java769 .stopFlashNotificationSequence(any(Context.class)); in testStopFlashNotificationWhenRingStops()