Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/notifications/
DDisplayNotificationManager.java131 sendErrorNotification(createErrorNotification( in onDisplayPortLinkTrainingFailure()
151 sendErrorNotification(createErrorNotification( in onCableNotCapableDisplayPort()
169 sendErrorNotification(createErrorNotification( in onHotplugConnectionError()
185 sendErrorNotification(createErrorNotification( in onHighTemperatureExternalDisplayNotAllowed()
220 private Notification createErrorNotification(final int titleId, final int messageId, in createErrorNotification() method in DisplayNotificationManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java129 doNothing().when(mRecordingService).createErrorNotification(); in setUp()
237 verify(mRecordingService).createErrorNotification(); in testOnSystemRequestedStop_recorderEndThrowsRuntimeException_showsErrorNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java184 createErrorNotification(); in onStartCommand()
278 protected void createErrorNotification() { in createErrorNotification() method in RecordingService
434 createErrorNotification(); in stopService()