OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceChoiceCache
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChoiceCache.java
28
* {@link
DeviceChoiceCache
} maps a launch configuration name to the device selected for use
31
public class
DeviceChoiceCache
{
AndroidLaunchController.java
364
IDevice deviceUsedInLastLaunch =
DeviceChoiceCache
.get(
616
DeviceChoiceCache
.put(launch.getLaunchConfiguration().getName(), response);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java
33
import com.android.ide.eclipse.adt.internal.launch.
DeviceChoiceCache
;
154
} else if (
DeviceChoiceCache
.get(configName) != null) {
155
device =
DeviceChoiceCache
.get(configName);
169
DeviceChoiceCache
.put(configName, response);
Completed in 43 milliseconds