Searched refs:mPreviousPorts (Results 1 – 2 of 2) sorted by relevance
8265 private ArrayList<AudioDevicePort> mPreviousPorts = new ArrayList<AudioDevicePort>(); field in AudioManager8289 calcListDeltas(mPreviousPorts, current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()8291 calcListDeltas(current_ports, mPreviousPorts, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()8311 mPreviousPorts = current_ports; in broadcastDeviceListChange_sync()
24309 Landroid/media/AudioManager;->mPreviousPorts:Ljava/util/ArrayList;