Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java406 Intent intent = !mPopupImmediately ? getDlgIntent(notif) : new Intent(); in setNiNotification()
420 Intent intent = getDlgIntent(notif); in openNiDialog()
431 private Intent getDlgIntent(GpsNiNotification notif) in getDlgIntent() method in GpsNetInitiatedHandler