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