OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAssetAllocations
(Results
1 - 3
of
3
) sorted by null
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Asset.java
51
// static String8
getAssetAllocations
();
305
public static String
getAssetAllocations
()
[
all
...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowArscAssetManager10.java
475
protected static String
getAssetAllocations
() {
476
String alloc = Asset.
getAssetAllocations
();
[
all
...]
ShadowArscAssetManager9.java
471
protected static String
getAssetAllocations
() {
472
String alloc = Asset.
getAssetAllocations
();
[
all
...]
Completed in 3152 milliseconds