/packages/apps/Messaging/src/com/android/messaging/util/ |
D | Trace.java | 37 abstract void beginSection(String sectionName); in beginSection() argument 66 public static void beginSection(String sectionName) { in beginSection() argument 68 LogUtil.v(TAG, "beginSection() " + sectionName); in beginSection() 70 sTrace.beginSection(sectionName); in beginSection() 93 void beginSection(String sectionName) { in beginSection() argument 94 android.os.Trace.beginSection(sectionName); in beginSection() 108 void beginSection(String sectionName) { in beginSection() argument
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/measurements/ |
D | Tracer.kt | 65 val sectionName = userHandle.toAppPredictorSectionName() in <lambda>() constant 67 Trace.beginAsyncSection(sectionName, id) in <lambda>() 80 val sectionName = userHandle.toAppPredictorSectionName() in <lambda>() constant 83 Trace.endAsyncSection(sectionName, record[1].toInt()) in <lambda>() 95 val sectionName = userHandle.toAppTargetSectionName() in <lambda>() constant 99 Trace.endAsyncSection(sectionName, 0) in <lambda>() 102 Trace.beginAsyncSection(sectionName, 0) in <lambda>() 109 val sectionName = userHandle.toAppTargetSectionName() in <lambda>() constant 112 Trace.endAsyncSection(sectionName, 0) in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | BinderTracker.java | 81 public void beginSection(String sectionName) { in beginSection() argument 83 mMainThreadTraceStack.add(sectionName); in beginSection() 85 super.beginSection(sectionName); in beginSection() 89 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection() argument 91 return super.beginAsyncSection(sectionName); in beginAsyncSection() 94 mMainThreadTraceStack.add(sectionName); in beginAsyncSection() 96 Trace.beginAsyncSection(sectionName, cookie); in beginAsyncSection() 98 Trace.endAsyncSection(sectionName, cookie); in beginAsyncSection() 99 mMainThreadTraceStack.remove(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() argument 99 switch (sectionName) { in distpatchBackupData() 104 Log.i(TAG, "unknown tag: (backed up from newer version?)" + sectionName); in distpatchBackupData() 128 String[] sectionName = new String[1]; in parserBackupDataAndDispatch() local 129 while (XmlUtil.gotoNextSectionOrEnd(in, sectionName, sectionDepth)) { in parserBackupDataAndDispatch() 131 if (sectionName[0] == null) { in parserBackupDataAndDispatch() 134 distpatchBackupData(sectionName[0], in, sectionDepth); in parserBackupDataAndDispatch() 136 Log.e(TAG, "Error to parser tag: " + sectionName[0]); in parserBackupDataAndDispatch()
|
D | WifiConfigStore.java | 925 @NonNull String sectionName) throws XmlPullParserException, IOException { in deserializeDataForSection() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | TraceHelper.java | 50 public void beginSection(String sectionName) { in beginSection() argument 51 Trace.beginSection(sectionName); in beginSection() 67 public SafeCloseable beginAsyncSection(String sectionName) { in beginAsyncSection() argument 69 Trace.beginAsyncSection(sectionName, cookie); in beginAsyncSection() 70 return () -> Trace.endAsyncSection(sectionName, cookie); in beginAsyncSection()
|
/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() argument 76 this.sectionName = sectionName; in FastScrollSectionInfo() 248 info -> info.sectionName, in onAppsUpdated() 413 String sectionName = info.sectionName; in addAppsWithSections() local 415 if (!sectionName.equals(lastSectionName)) { in addAppsWithSections() 416 lastSectionName = sectionName; in addAppsWithSections() 418 mPrivateProfileAppScrollerBadge : sectionName, position)); in addAppsWithSections()
|
D | AllAppsRecyclerView.java | 199 return section.sectionName; in scrollToPositionAtProgress()
|
/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() argument 116 Trace.beginAsyncSection(sectionName, traceCookie); in beginAsyncSection() 126 public static void endAsyncSection(@NonNull String sectionName, int traceCookie) { in endAsyncSection() argument 127 Trace.endAsyncSection(sectionName, traceCookie); in endAsyncSection()
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarAudioParserUtils.java | 59 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttributes() argument 72 attrs.add(parseAudioAttribute(parser, sectionName)); in parseAudioAttributes() 78 throw new IllegalArgumentException("No attributes for config: " + sectionName); in parseAudioAttributes() 84 String sectionName) throws XmlPullParserException, IOException { in parseAudioAttribute() argument 92 throw new RuntimeException("Empty attributes for context: " + sectionName); in parseAudioAttribute()
|
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
D | AlphabeticIndexCompat.java | 51 String sectionName = mBaseIndex.getBucket(mBaseIndex.getBucketIndex(s)).getLabel(); in computeSectionName() local 52 if (Utilities.trim(sectionName).isEmpty() && s.length() > 0) { in computeSectionName() 70 return sectionName; in computeSectionName()
|
/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() argument 36 android.os.Trace.beginSection(sectionName); in beginSection()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | AllAppsList.java | 154 info.sectionName = mIndex.computeSectionName(info.title); in add() 180 promiseAppInfo.sectionName = mIndex.computeSectionName(promiseAppInfo.title); in addPromiseApp() 192 appInfo.sectionName = mIndex.computeSectionName(appInfo.title); in updateSectionName() 296 info.sectionName = mIndex.computeSectionName(info.title); in updateIconsAndLabels() 339 applicationInfo.sectionName = mIndex.computeSectionName(applicationInfo.title); in updatePackage()
|
D | WidgetsModel.java | 94 String sectionName = (pkgItem.title == null) ? "" : in getFilteredWidgetsListForPicker() local 96 result.add(WidgetsListHeaderEntry.create(pkgItem, sectionName, widgetItems)); in getFilteredWidgetsListForPicker() 97 result.add(new WidgetsListContentEntry(pkgItem, sectionName, widgetItems)); in getFilteredWidgetsListForPicker()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | RecyclerViewFastScroller.java | 328 CharSequence sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset() local 329 if (!sectionName.equals(mPopupSectionName)) { in updateFastScrollSectionNameAndThumbOffset() 330 mPopupSectionName = sectionName; in updateFastScrollSectionNameAndThumbOffset() 331 mPopupView.setText(sectionName); in updateFastScrollSectionNameAndThumbOffset() 334 animatePopupVisibility(!TextUtils.isEmpty(sectionName)); in updateFastScrollSectionNameAndThumbOffset()
|
/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() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
D | AppInfo.java | 69 public String sectionName = ""; field in AppInfo
|
/packages/modules/Connectivity/netbpfload/ |
D | loader.cpp | 431 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names, in getSectionSymNames() argument 450 if (!name.compare(sectionName)) { in getSectionSymNames() 458 ALOGW("No %s section could be found in elf object", sectionName.c_str()); in getSectionSymNames()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 2795 String sectionName = "MP." + operation + " [" + uri + "]"; in safeTraceSectionNameWithUri() local 2796 if (sectionName.length() > MAX_SECTION_NAME_LEN) { in safeTraceSectionNameWithUri() 2797 return sectionName.substring(0, MAX_SECTION_NAME_LEN); in safeTraceSectionNameWithUri() 2799 return sectionName; in safeTraceSectionNameWithUri()
|