Searched refs:mPreviousPorts (Results 1 – 2 of 2) sorted by relevance
6856 private ArrayList<AudioDevicePort> mPreviousPorts = new ArrayList<AudioDevicePort>(); field in AudioManager6880 calcListDeltas(mPreviousPorts, current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()6882 calcListDeltas(current_ports, mPreviousPorts, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()6902 mPreviousPorts = current_ports; in broadcastDeviceListChange_sync()
27187 Landroid/media/AudioManager;->mPreviousPorts:Ljava/util/ArrayList;