Searched defs:Type (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera/tests/src/com/android/camera/stress/
H A DCameraStartUp.java92 String individualStartupTime, boolean firstStartUp, String Type) throws Exception {
100 out.write("First " + Type + " Startup: " + totalStartupTime + "\n");
103 out.write(Type + "startup time: " + "\n");
106 out.write(Type + " average startup time: " + averageStartupTime + " ms\n\n");
91 writeToOutputFile(long totalStartupTime, String individualStartupTime, boolean firstStartUp, String Type) argument
/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DCameraStartUp.java92 String individualStartupTime, boolean firstStartUp, String Type) throws Exception {
100 out.write("First " + Type + " Startup: " + totalStartupTime + "\n");
103 out.write(Type + "startup time: " + "\n");
106 out.write(Type + " average startup time: " + averageStartupTime + " ms\n\n");
91 writeToOutputFile(long totalStartupTime, String individualStartupTime, boolean firstStartUp, String Type) argument
/packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
H A DCameraStartUp.java92 String individualStartupTime, boolean firstStartUp, String Type) throws Exception {
100 out.write("First " + Type + " Startup: " + totalStartupTime + "\n");
103 out.write(Type + "startup time: " + "\n");
106 out.write(Type + " average startup time: " + averageStartupTime + " ms\n\n");
91 writeToOutputFile(long totalStartupTime, String individualStartupTime, boolean firstStartUp, String Type) argument
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DCameraStartUp.java92 String individualStartupTime, boolean firstStartUp, String Type) throws Exception {
100 out.write("First " + Type + " Startup: " + totalStartupTime + "\n");
103 out.write(Type + "startup time: " + "\n");
106 out.write(Type + " average startup time: " + averageStartupTime + " ms\n\n");
91 writeToOutputFile(long totalStartupTime, String individualStartupTime, boolean firstStartUp, String Type) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewIconCache.java35 public enum Type { enum in class:PagedViewIconCache.Key
41 private final Type mType;
45 mType = Type.ApplicationInfoKey;
51 mType = Type.ResolveInfoKey;
55 mType = Type.AppWidgetProviderInfoKey;
61 public boolean isKeyType(Type t) {
87 private void retainAll(HashSet<Key> keysToKeep, Key.Type t) {
103 retainAll(keysSet, Key.Type.ApplicationInfoKey);
111 retainAll(keysSet, Key.Type.ResolveInfoKey);
119 retainAll(keysSet, Key.Type
[all...]
H A DAppsCustomizePagedView.java76 enum Type { enum in class:AsyncTaskPageData
117 AppsCustomizeAsyncTask(int p, AsyncTaskPageData.Type ty) {
143 AsyncTaskPageData.Type dataType;
1145 AsyncTaskPageData.Type.LoadWidgetPreviewData);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
H A DFormPage.java36 enum Type { enum in class:FormPage
61 return new FormPage(title, Type.PASSWORD_INPUT, null, null);
72 return new FormPage(title, Type.TEXT_INPUT, null, null);
84 return new FormPage(title, Type.MULTIPLE_CHOICE, formChoices, null);
100 return new FormPage(title, Type.INTENT, null, formIntent);
104 private final Type mFormType;
112 public FormPage(String pageTitle, Type formType, ArrayList<String> formChoices,
126 mFormType = Type.valueOf(in.readString());
207 Type getType() {
/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 104 milliseconds