Searched refs:full (Results 1 - 4 of 4) sorted by relevance

/frameworks/policies/base/
H A DPolicyConfig.mk58 src_classes_jar := $(call _java-lib-full-classes.jar,$(PRODUCT_POLICY))
59 tgt_classes_jar := $(call _java-lib-full-classes.jar,$(LOCAL_MODULE))
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java293 private static String subtag(String full, String attribute) { argument
294 int start = full.indexOf(attribute);
300 int end = full.indexOf(';', start);
303 return full.substring(start);
305 return full.substring(start, end);
/frameworks/base/core/java/android/text/
H A DLayout.java411 * it does not cause the text to reflow to use the full new width.
674 private float getLineMax(int line, Object[] tabs, boolean full) { argument
678 if (full) {
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java2670 // new one is found to be full-screen or not.
4269 // Need to go through the full pause cycle to get this
5543 // If the app is being launched for restore or full backup, set it up specially
6485 "Target " + targetPkg + " already has full permission to " + uri);
10208 final boolean full = complete || !r.inHistory;
10212 pw.print(full ? "* " : " ");
10214 if (full) {
10218 pw.print(prefix); pw.print(full ? " * " : " "); pw.print(label);
10221 if (full) {

Completed in 172 milliseconds