OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetContext
(Results
126 - 150
of
154
) sorted by null
1
2
3
4
5
6
7
/cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java
67
mContext = getInstrumentation().
getTargetContext
();
LinearLayoutTest.java
51
mContext = getInstrumentation().
getTargetContext
();
SimpleAdapterTest.java
91
mContext = getInstrumentation().
getTargetContext
();
SimpleCursorAdapterTest.java
94
mContext = getInstrumentation().
getTargetContext
();
SimpleExpandableListAdapterTest.java
93
mContext = getInstrumentation().
getTargetContext
();
CursorTreeAdapterTest.java
98
mContext = getInstrumentation().
getTargetContext
();
HeaderViewListAdapterTest.java
43
mContext = getInstrumentation().
getTargetContext
();
ImageViewTest.java
197
File dbDir = getInstrumentation().
getTargetContext
().getDir("tests",
ProgressBarTest.java
46
mContext = getInstrumentation().
getTargetContext
();
RadioGroupTest.java
64
mContext = getInstrumentation().
getTargetContext
();
RemoteViewsTest.java
203
return getInstrumentation().
getTargetContext
().getFilesDir() + "/test.jpg";
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/invalidation/
InvalidationControllerTest.java
49
mContext = new IntentSavingContext(getInstrumentation().
getTargetContext
());
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java
94
mRes = getInstrumentation().
getTargetContext
().getResources();
612
File dir = getInstrumentation().
getTargetContext
().getFilesDir();
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientShouldInterceptRequestTest.java
[
all
...]
/cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java
399
File dbDir = getInstrumentation().
getTargetContext
().getDir("tests",
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java
111
mResolver = getInstrumentation().
getTargetContext
().getContentResolver();
MediaStore_Images_MediaTest.java
77
mContext = getInstrumentation().
getTargetContext
();
MediaStore_Images_ThumbnailsTest.java
69
mContext = getInstrumentation().
getTargetContext
();
ContactsTest.java
58
mContentResolver = getInstrumentation().
getTargetContext
().getContentResolver();
220
Context context = getInstrumentation().
getTargetContext
();
[
all
...]
BrowserTest.java
61
mContext = getInstrumentation().
getTargetContext
();
/cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java
74
mContext = getInstrumentation().
getTargetContext
();
863
Intent intent = new Intent(getInstrumentation().
getTargetContext
(),
867
getInstrumentation().
getTargetContext
().startActivity(intent);
[
all
...]
WindowTest.java
[
all
...]
/cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java
71
mContext = getInstrumentation().
getTargetContext
();
[
all
...]
/cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java
78
mContext = getInstrumentation().
getTargetContext
();
[
all
...]
/cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java
111
mContext = getInstrumentation().
getTargetContext
();
[
all
...]
Completed in 719 milliseconds
1
2
3
4
5
6
7