Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsService.java582 final Intent updatedIntent = new Intent(ACTION_NETWORK_STATS_UPDATED); in handleMessage() local
583 updatedIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in handleMessage()
600 mContext.sendBroadcastAsUser(updatedIntent, UserHandle.ALL, in handleMessage()