OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assmgr
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java
134
final AssetManager
assmgr
= new AssetManager();
local
135
assmgr
.addAssetPath(mContext.getPackageResourcePath());
148
return new Resources(
assmgr
, metrics, config);
[
all
...]
ConfigTest.java
209
final AssetManager
assmgr
= new AssetManager();
local
210
assmgr
.addAssetPath(mContext.getPackageResourcePath());
211
return new Resources(
assmgr
, mMetrics, mConfig);
[
all
...]
Completed in 465 milliseconds