Searched refs:mPreviousPorts (Results 1 – 2 of 2) sorted by relevance
5204 private ArrayList<AudioDevicePort> mPreviousPorts = new ArrayList<AudioDevicePort>(); field in AudioManager5228 calcListDeltas(mPreviousPorts, current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()5230 calcListDeltas(current_ports, mPreviousPorts, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()5250 mPreviousPorts = current_ports; in broadcastDeviceListChange_sync()
34438 Landroid/media/AudioManager;->mPreviousPorts:Ljava/util/ArrayList;