Searched refs:updatedIntent (Results 1 – 1 of 1) sorted by relevance
392 final Intent updatedIntent = new Intent(ACTION_NETWORK_STATS_UPDATED); in handleMessage() local393 updatedIntent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in handleMessage()394 mContext.sendBroadcastAsUser(updatedIntent, UserHandle.ALL, in handleMessage()