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.java387 Intent intent = !mPopupImmediately ? getDlgIntent(notif) : new Intent(); in setNiNotification()
401 Intent intent = getDlgIntent(notif); in openNiDialog()
412 private Intent getDlgIntent(GpsNiNotification notif) in getDlgIntent() method in GpsNetInitiatedHandler