Searched refs:someOtherIntent (Results 1 – 1 of 1) sorted by relevance
198 Intent someOtherIntent = new Intent("some_other_action"); in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingCriteria() local200 PendingIntent.getBroadcast(context, 0, someOtherIntent, PendingIntent.FLAG_UPDATE_CURRENT); in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingCriteria()234 Intent someOtherIntent = new Intent("some_other_action"); in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingLocationListeners() local236 PendingIntent.getBroadcast(context, 0, someOtherIntent, PendingIntent.FLAG_UPDATE_CURRENT); in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingLocationListeners()