OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstrumentation
(Results
201 - 225
of
413
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
ChangeTouchModeTest.java
71
getInstrumentation
().waitForIdleSync();
/frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java
59
mContext =
getInstrumentation
().getContext();
/frameworks/base/test-runner/src/android/test/
ProviderTestCase.java
66
getInstrumentation
().getTargetContext(), // The context that file methods are delegated to
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java
41
Instrumentation mInst =
getInstrumentation
();
/frameworks/volley/tests/src/com/android/volley/toolbox/
ImageRequestTest.java
38
getInstrumentation
().getContext().getResources(), R.raw.large_jpeg_1024_500);
/packages/apps/Music/tests/src/com/android/music/stress/
AlbumsPlaybackStress.java
62
Instrumentation inst =
getInstrumentation
();
MusicPlaybackStress.java
58
Instrumentation inst =
getInstrumentation
();
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LevelListDrawableTest.java
49
mResources =
getInstrumentation
().getTargetContext().getResources();
167
Resources resources =
getInstrumentation
().getTargetContext().getResources();
187
XmlResourceParser parser =
getInstrumentation
().getTargetContext().getResources().getXml(
/cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java
45
Instrumentation instrumentation = activityInstrumentation.
getInstrumentation
();
49
mInstrumentation = mActivityInstrumentation.
getInstrumentation
();
58
mActivityInstrumentation.
getInstrumentation
().waitForIdleSync();
AbsSeekBarTest.java
153
getInstrumentation
().waitForIdleSync();
174
getInstrumentation
().sendKeySync(keyEvent);
178
getInstrumentation
().sendKeySync(keyEvent);
DigitalClockTest.java
52
mContext =
getInstrumentation
().getContext();
SeekBarTest.java
47
mInstrumentation =
getInstrumentation
();
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
OAuth2TokenServiceIntegrationTest.java
49
startChromeBrowserProcessSync(
getInstrumentation
().getTargetContext());
52
mContext = new AdvancedMockContext(
getInstrumentation
().getTargetContext());
53
mAccountManager = new MockAccountManager(mContext,
getInstrumentation
().getContext());
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
SyncTest.java
54
mContext = new SyncTestUtil.SyncTestContext(
getInstrumentation
().getTargetContext());
55
mAccountManager = new MockAccountManager(mContext,
getInstrumentation
().getContext());
63
startChromeBrowserProcessSync(
getInstrumentation
().getTargetContext());
/packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java
70
Instrumentation inst =
getInstrumentation
();
154
Instrumentation inst =
getInstrumentation
();
178
Instrumentation inst =
getInstrumentation
();
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/signin/
SyncStatusHelperTest.java
122
Context context =
getInstrumentation
().getTargetContext();
127
mHelper = SyncStatusHelper.get(
getInstrumentation
().getTargetContext());
131
getInstrumentation
().getTargetContext()).setSignedInAccountName(
133
mAuthority = SyncStatusHelper.get(
getInstrumentation
().getTargetContext())
313
getInstrumentation
().getTargetContext().getPackageName(),
/cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java
93
AnimationTestUtils.assertRunController(
getInstrumentation
(), mGridView, mController,
103
AnimationTestUtils.assertRunController(
getInstrumentation
(), mGridView, mController,
181
AnimationTestUtils.assertRunController(
getInstrumentation
(), mGridView, mController,
228
AnimationTestUtils.assertRunController(
getInstrumentation
(), mGridView, mController,
316
AnimationTestUtils.assertRunController(
getInstrumentation
(), mGridView, controller,
343
AnimationTestUtils.assertRunController(
getInstrumentation
(), mGridView, mController,
376
AnimationTestUtils.assertRunController(
getInstrumentation
(), mGridView, mController,
AccelerateDecelerateInterpolatorTest.java
77
AnimationTestUtils.assertRunAnimation(
getInstrumentation
(), animWindow, anim);
LinearInterpolatorTest.java
81
AnimationTestUtils.assertRunAnimation(
getInstrumentation
(), animWindow, anim);
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java
60
mContext =
getInstrumentation
().getTargetContext();
70
getInstrumentation
() instanceof AppLaunchRunner);
71
AppLaunchRunner runner = (AppLaunchRunner)
getInstrumentation
();
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java
89
mContext = new ContactsMockContext(
getInstrumentation
().getTargetContext());
140
getInstrumentation
().waitForIdleSync();
154
getInstrumentation
().waitForIdleSync();
/cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java
46
mInstrumentation =
getInstrumentation
();
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java
69
Instrumentation instrument =
getInstrumentation
();
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_GroupMembershipTest.java
38
getInstrumentation
().getTargetContext().getContentResolver();
/development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java
298
Instrumentation instr = this.
getInstrumentation
();
Completed in 257 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>