Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DTrace.java37 abstract void beginSection(String sectionName); in beginSection()
66 public static void beginSection(String sectionName) { in beginSection()
93 void beginSection(String sectionName) { in beginSection()
108 void beginSection(String sectionName) { in beginSection()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DTraceHelperForTest.java49 public Object beginSection(String sectionName, int flags) { in beginSection()
108 public final String sectionName; field in TraceHelperForTest.TraceInfo
111 TraceInfo(String sectionName, int flags) { in TraceInfo()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DTraceHelper.java52 public Object beginSection(String sectionName) { in beginSection()
56 public Object beginSection(String sectionName, int flags) { in beginSection()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java55 public String sectionName; field in AlphabeticalAppsList.FastScrollSectionInfo
61 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo()
240 String sectionName = info.sectionName; in onAppsUpdated() local
302 String sectionName = info.sectionName; in refillAdapterItems() local
DAllAppsGridAdapter.java101 public String sectionName = null; field in AllAppsGridAdapter.AdapterItem
116 public static AdapterItem asApp(int pos, String sectionName, AppInfo appInfo, in asApp()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DAlphabeticIndexCompat.java51 String sectionName = mBaseIndex.getBucket(mBaseIndex.getBucketIndex(s)).getLabel(); in computeSectionName() local
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DAppInfo.java62 public String sectionName = ""; field in AppInfo
/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
DWidgetsModel.java85 String sectionName = (pkgItem.title == null) ? "" : in getWidgetsListForPicker() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java327 String sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java1000 @NonNull String sectionName) throws XmlPullParserException, IOException { in deserializeDataForSection()