Searched refs:mCurrentDevice (Results 1 – 2 of 2) sorted by relevance
97 private IDevice mCurrentDevice; field in DdmsPlugin598 listener.selectionChanged(mCurrentDevice); in addSelectionListener()624 if (mCurrentDevice == null) { in deviceConnected()645 if (mCurrentDevice == device) { in deviceDisconnected()682 if (device == mCurrentDevice) { in deviceChanged()713 if (mCurrentDevice != selectedDevice) { in selectionChanged()714 mCurrentDevice = selectedDevice; in selectionChanged()718 listener.selectionChanged(mCurrentDevice); in selectionChanged()747 if (mCurrentDevice != device) { in handleDefaultSelection()748 mCurrentDevice = device; in handleDefaultSelection()[all …]
250 private String mCurrentDevice; field in PaletteControl313 mCurrentDevice = null; in refreshPalette()360 return mCurrentDevice; in getCurrentDevice()388 && mCurrentDevice != null && mCurrentDevice.equals(device)) { in reloadPalette()394 mCurrentDevice = device; in reloadPalette()