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