Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 17 of 17) 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/modules/IntentResolver/java/src/com/android/intentresolver/measurements/
DTracer.kt65 val sectionName = userHandle.toAppPredictorSectionName() in <lambda>() constant
80 val sectionName = userHandle.toAppPredictorSectionName() in <lambda>() constant
95 val sectionName = userHandle.toAppTargetSectionName() in <lambda>() constant
109 val sectionName = userHandle.toAppTargetSectionName() in <lambda>() constant
/packages/apps/Launcher3/src/com/android/launcher3/util/
DTraceHelper.java50 public void beginSection(String sectionName) { in beginSection()
67 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBinderTracker.java81 public void beginSection(String sectionName) { in beginSection()
89 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DBackupRestoreController.java97 private void distpatchBackupData(String sectionName, XmlPullParser in, int depth) in distpatchBackupData()
128 String[] sectionName = new String[1]; in parserBackupDataAndDispatch() local
DWifiConfigStore.java925 @NonNull String sectionName) throws XmlPullParserException, IOException { in deserializeDataForSection()
/packages/services/Car/libs/car-internal-dep-lib/src/com/android/car/internal/dep/
DTrace.java35 public static void beginSection(@NonNull String sectionName) { in beginSection()
/packages/services/Car/tests/CarLibUnitTest/fake_dep/src/com/android/car/internal/dep/
DTrace.java35 public static void beginSection(@NonNull String sectionName) { in beginSection()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java71 public final CharSequence sectionName; field in AlphabeticalAppsList.FastScrollSectionInfo
75 public FastScrollSectionInfo(CharSequence sectionName, int position) { in FastScrollSectionInfo()
413 String sectionName = info.sectionName; in addAppsWithSections() local
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioParserUtils.java59 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttributes()
84 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttribute()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DTracing.java111 public static int beginAsyncSection(@NonNull String sectionName) { in beginAsyncSection()
126 public static void endAsyncSection(@NonNull String sectionName, int traceCookie) { in endAsyncSection()
/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.java69 public String sectionName = ""; field in AppInfo
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetsModel.java94 String sectionName = (pkgItem.title == null) ? "" : in getFilteredWidgetsListForPicker() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java328 CharSequence sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset() local
/packages/modules/Connectivity/netbpfload/
Dloader.cpp431 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names, in getSectionSymNames()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java2795 String sectionName = "MP." + operation + " [" + uri + "]"; in safeTraceSectionNameWithUri() local