Searched refs:aidIntent (Results 1 – 1 of 1) sorted by relevance
1426 Intent aidIntent = new Intent(); in handleMessage() local1427 aidIntent.setAction(ACTION_AID_SELECTED); in handleMessage()1428 aidIntent.putExtra(EXTRA_AID, aid); in handleMessage()1430 sendSeBroadcast(aidIntent); in handleMessage()