Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/location/
DCountryDetector.java113 final Intent activeIntent = new Intent(context, LocationChangedReceiver.class); in registerForLocationUpdates() local
115 PendingIntent.getBroadcast(context, 0, activeIntent, PendingIntent.FLAG_UPDATE_CURRENT); in registerForLocationUpdates()