OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInstrumentations
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java
130
private String[]
mInstrumentations
= null;
386
if (
mInstrumentations
!= null) {
388
for (int i = 0; i <
mInstrumentations
.length; i++) {
389
if (currentInstrumentation.equals(
mInstrumentations
[i])) {
763
if (
mInstrumentations
!= null && selectionIndex >= 0 &&
764
selectionIndex <
mInstrumentations
.length) {
765
return
mInstrumentations
[selectionIndex];
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
ManifestData.java
63
final ArrayList<Instrumentation>
mInstrumentations
=
666
return
mInstrumentations
.toArray(new Instrumentation[
mInstrumentations
.size()]);
AndroidManifestParser.java
460
mManifestData.
mInstrumentations
.add(
Completed in 25 milliseconds