Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java4787 Optional<Intent> nullableIntent = Optional.ofNullable( in showSatelliteSystemNotification() local
4794 Intent finalIntent = nullableIntent.map(intent -> { in showSatelliteSystemNotification()