Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 19 of 19) 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/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/util/
DTrace.java27 public void beginSection(String sectionName) { in beginSection()
32 public void beginAsyncSection(String sectionName, int cookie) { in beginAsyncSection()
/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.java87 public void beginSection(String sectionName) { in beginSection()
95 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection()
/packages/apps/Launcher3/src/com/android/launcher3/widget/model/
DWidgetsListBaseEntriesBuilder.kt43 val sectionName = pkgItem.title?.let { indexer.computeSectionName(it) } ?: "" in <lambda>() constant
/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/service/src/com/android/car/audio/
DCarAudioParserUtils.java59 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttributes()
84 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttribute()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java79 public final CharSequence sectionName; field in AlphabeticalAppsList.FastScrollSectionInfo
85 public FastScrollSectionInfo(CharSequence sectionName, int position) { in FastScrollSectionInfo()
475 String sectionName = info.sectionName; in addAppsWithSections() local
/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/compat/
DAlphabeticIndexCompat.java55 String sectionName = mBaseIndex.getBucket(mBaseIndex.getBucketIndex(s)).getLabel(); in computeSectionName() local
/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/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/
DTracing.java180 public static int beginAsyncSection(@NonNull String sectionName) { in beginAsyncSection()
195 public static void endAsyncSection(@NonNull String sectionName, int traceCookie) { in endAsyncSection()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DAppInfo.java69 public String sectionName = ""; field in AppInfo
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java354 CharSequence sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset() local
/packages/modules/UprobeStats/src/bpfloader/
DUprobeStatsBpfLoad.cpp362 static int getSectionSymNames(ifstream &elfFile, const string &sectionName, in getSectionSymNames()
/packages/modules/Connectivity/bpf/loader/
DNetBpfLoad.cpp467 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names, in getSectionSymNames()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3064 String sectionName = "MP." + operation + " [" + uri + "]"; in safeTraceSectionNameWithUri() local