Searched defs:getQuantityString (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockResources.java | 76 public String getQuantityString(int id, int quantity, Object... formatArgs) in getQuantityString() method in MockResources 82 public String getQuantityString(int id, int quantity) throws NotFoundException { in getQuantityString() method in MockResources
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Delegate.java | 817 static String getQuantityString(Resources resources, int id, int quantity) throws in getQuantityString() method in Resources_Delegate 846 static String getQuantityString(Resources resources, int id, int quantity, Object... formatArgs) in getQuantityString() method in Resources_Delegate
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 515 public String getQuantityString(@PluralsRes int id, int quantity, Object... formatArgs) in getQuantityString() method in Resources 543 public String getQuantityString(@PluralsRes int id, int quantity) throws NotFoundException { in getQuantityString() method in Resources
|