/packages/apps/Messaging/src/com/android/messaging/util/ |
D | Trace.java | 37 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/ |
D | Tracer.kt | 65 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/ |
D | TraceHelper.java | 50 public void beginSection(String sectionName) { in beginSection() 67 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BinderTracker.java | 81 public void beginSection(String sectionName) { in beginSection() 89 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | BackupRestoreController.java | 97 private void distpatchBackupData(String sectionName, XmlPullParser in, int depth) in distpatchBackupData() 128 String[] sectionName = new String[1]; in parserBackupDataAndDispatch() local
|
D | WifiConfigStore.java | 925 @NonNull String sectionName) throws XmlPullParserException, IOException { in deserializeDataForSection()
|
/packages/services/Car/libs/car-internal-dep-lib/src/com/android/car/internal/dep/ |
D | Trace.java | 35 public static void beginSection(@NonNull String sectionName) { in beginSection()
|
/packages/services/Car/tests/CarLibUnitTest/fake_dep/src/com/android/car/internal/dep/ |
D | Trace.java | 35 public static void beginSection(@NonNull String sectionName) { in beginSection()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AlphabeticalAppsList.java | 71 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/ |
D | CarAudioParserUtils.java | 59 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/ |
D | Tracing.java | 111 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/ |
D | AlphabeticIndexCompat.java | 51 String sectionName = mBaseIndex.getBucket(mBaseIndex.getBucketIndex(s)).getLabel(); in computeSectionName() local
|
/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
D | AppInfo.java | 69 public String sectionName = ""; field in AppInfo
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | WidgetsModel.java | 94 String sectionName = (pkgItem.title == null) ? "" : in getFilteredWidgetsListForPicker() local
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | RecyclerViewFastScroller.java | 328 CharSequence sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset() local
|
/packages/modules/Connectivity/netbpfload/ |
D | loader.cpp | 431 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names, in getSectionSymNames()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 2795 String sectionName = "MP." + operation + " [" + uri + "]"; in safeTraceSectionNameWithUri() local
|