Searched defs:template (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsagePreference.java39 public void setTemplate(NetworkTemplate template, int subId, argument
41 mTemplate = template;
H A DNetworkRestrictionsPreference.java29 public void setTemplate(NetworkTemplate template, int subId, argument
H A DTemplatePreferenceCategory.java33 public void setTemplate(NetworkTemplate template, int subId, argument
35 mTemplate = template;
H A DBillingCyclePreference.java55 public void setTemplate(NetworkTemplate template, int subId, argument
57 mTemplate = template;
H A DTemplatePreference.java29 void setTemplate(NetworkTemplate template, int subId, NetworkServices services); argument
H A DCellDataPreference.java98 public void setTemplate(NetworkTemplate template, int subId, NetworkServices services) { argument
H A DDataUsageSummary.java247 private static CharSequence formatTitle(Context context, String template, long usageLevel) { argument
263 final SpannableString fullTemplate = new SpannableString(template);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractHtmlTemplates.java87 throw new Resources.NotFoundException("Unable to open template id="
92 protected void append(String template, Object... args) { argument
93 mFormatter.format(template, args);
/packages/apps/Settings/src/com/android/settings/
H A DSettingsDumpService.java112 private JSONObject dumpDataUsage(NetworkTemplate template, DataUsageController controller) argument
115 DataUsageController.DataUsageInfo usage = controller.getDataUsageInfo(template);
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
H A DConvergedImageCaptureCommand.java68 * Transforms a request template by resetting focus and exposure modes.
70 private static RequestBuilder.Factory resetFocusExposureModes(RequestBuilder.Factory template) { argument
71 RequestTemplate result = new RequestTemplate(template);
89 * @param repeatingRequestTemplate The template type to use for repeating
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DPreconditions.java90 * @param errorMessageTemplate a template for the exception message should the
92 * placeholder in the template with an argument. These are matched by
97 * template. Arguments are converted to strings using
145 * @param errorMessageTemplate a template for the exception message should the
147 * placeholder in the template with an argument. These are matched by
152 * template. Arguments are converted to strings using
204 * @param errorMessageTemplate a template for the exception message should the
206 * placeholder in the template with an argument. These are matched by
211 * template. Arguments are converted to strings using
388 * Substitutes each {@code %s} in {@code template} wit
399 format(String template, Object... args) argument
[all...]
/packages/apps/DeskClock/src/com/android/alarmclock/
H A DDigitalAppWidgetProvider.java248 // Create a size template that describes the widget bounds.
249 final Sizes template = new Sizes(targetWidthPx, targetHeightPx, largestClockFontSizePx);
252 final Sizes sizes = optimizeSizes(context, template, nextAlarmTime);
291 private static Sizes optimizeSizes(Context context, Sizes template, String nextAlarmTime) { argument
317 Sizes high = measure(template, template.getLargestClockFontSizePx(), sizer);
323 Sizes low = measure(template, template.getSmallestClockFontSizePx(), sizer);
335 final Sizes midSize = measure(template, midFontSize, sizer);
398 private static Sizes measure(Sizes template, in argument
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsCategory.java63 public AppOpsCategory(AppOpsState.OpsTemplate template) { argument
64 this(template, false);
67 public AppOpsCategory(AppOpsState.OpsTemplate template, boolean userControlled) { argument
69 args.putParcelable("template", template);
133 public AppListLoader(Context context, AppOpsState state, AppOpsState.OpsTemplate template, argument
137 mTemplate = template;
389 AppOpsState.OpsTemplate template = null;
391 template = (AppOpsState.OpsTemplate)fargs.getParcelable("template");
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DVendorPolicyLoader.java235 * @param email user-specified data used to replace template values
249 * @param email user-specified data used to replace template values
262 * Replaces all parameterized values in the given template. The values replaced are
265 private String expandTemplate(String template, String email, String user) { argument
266 String returnString = template;
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1651 milliseconds