Searched defs:sectionName (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DTrace.java37 abstract void beginSection(String sectionName); argument
60 * null character '\0' are used internally by the tracing mechanism. If sectionName contains
63 * @param sectionName The name of the code section to appear in the trace. This may be at
66 public static void beginSection(String sectionName) { argument
68 LogUtil.v(TAG, "beginSection() " + sectionName);
70 sTrace.beginSection(sectionName);
93 void beginSection(String sectionName) { argument
94 android.os.Trace.beginSection(sectionName);
108 void beginSection(String sectionName) { argument
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java64 public String sectionName; field in class:AlphabeticalAppsList.FastScrollSectionInfo
70 public FastScrollSectionInfo(String sectionName) { argument
71 this.sectionName = sectionName;
88 public String sectionName = null; field in class:AlphabeticalAppsList.AdapterItem
98 public static AdapterItem asPredictedApp(int pos, String sectionName, AppInfo appInfo, argument
100 AdapterItem item = asApp(pos, sectionName, appInfo, appIndex);
105 public static AdapterItem asApp(int pos, String sectionName, AppInfo appInfo, argument
110 item.sectionName = sectionName;
116 asDiscoveryItem(int pos, String sectionName, AppInfo appInfo, int appIndex) argument
[all...]
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 671 milliseconds