Home
last modified time | relevance | path

Searched defs:selectionIndex (Results 1 – 4 of 4) sorted by relevance

/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DEmulatorControlPanel.java1011 private synchronized void setDataMode(int selectionIndex) { in setDataMode()
1018 private synchronized void setVoiceMode(int selectionIndex) { in setVoiceMode()
1025 private synchronized void setNetworkLatency(int selectionIndex) { in setNetworkLatency()
1031 private synchronized void setNetworkSpeed(int selectionIndex) { in setNetworkSpeed()
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DEmulatorConsole.java506 public synchronized String setNetworkSpeed(int selectionIndex) { in setNetworkSpeed()
516 public synchronized String setNetworkLatency(int selectionIndex) { in setNetworkLatency()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DEventValueSelector.java423 int selectionIndex = -1; in handleEventComboSelection() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchConfigurationTab.java708 int selectionIndex = mInstrumentationCombo.getSelectionIndex(); in getSelectedInstrumentation() local