Home
last modified time | relevance | path

Searched refs:beginSection (Results 1 – 25 of 50) sorted by relevance

12

/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java53 Trace.beginSection("InCallServiceImpl.onCallAudioStateChanged"); in onCallAudioStateChanged()
60 Trace.beginSection("InCallServiceImpl.onBringToForeground"); in onBringToForeground()
67 Trace.beginSection("InCallServiceImpl.onCallAdded"); in onCallAdded()
74 Trace.beginSection("InCallServiceImpl.onCallRemoved"); in onCallRemoved()
83 Trace.beginSection("InCallServiceImpl.onCanAddCallChanged"); in onCanAddCallChanged()
96 Trace.beginSection("InCallServiceImpl.onBind"); in onBind()
127 Trace.beginSection("InCallServiceImpl.onUnbind"); in onUnbind()
138 Trace.beginSection("InCallServiceImpl.tearDown"); in tearDown()
DContactInfoCache.java123 Trace.beginSection("ContactInfoCache constructor"); in ContactInfoCache()
349 Trace.beginSection("ContactInfoCache.findInfo"); in findInfo()
353 Trace.beginSection("prepare callback"); in findInfo()
395 Trace.beginSection("prepare query"); in findInfo()
435 Trace.beginSection("ContactInfoCache.updateCallerInfoInCacheOnAnyThread"); in updateCallerInfoInCacheOnAnyThread()
660 Trace.beginSection("ContactInfoCache.sendInfoNotifications"); in sendInfoNotifications()
673 Trace.beginSection("ContactInfoCache.sendImageNotifications"); in sendImageNotifications()
815 Trace.beginSection("ContactInfoCache.FindInfoCallback.onQueryComplete"); in onQueryComplete()
DInCallActivity.java187 Trace.beginSection("InCallActivity.onCreate"); in onCreate()
438 Trace.beginSection("InCallActivity.onStart"); in onStart()
464 Trace.beginSection("InCallActivity.onResume"); in onResume()
513 Trace.beginSection("InCallActivity.onPause"); in onPause()
527 Trace.beginSection("InCallActivity.onStop"); in onStop()
563 Trace.beginSection("InCallActivity.onDestroy"); in onDestroy()
1129 Trace.beginSection("InCallActivity.onPrimaryCallStateChanged"); in onPrimaryCallStateChanged()
1209 Trace.beginSection("InCallActivity.showMainInCallFragment"); in showMainInCallFragment()
1281 Trace.beginSection("InCallActivity.commitTransaction"); in showMainInCallFragment()
DInCallPresenter.java282 Trace.beginSection("InCallPresenter.Constructor"); in getInstance()
342 Trace.beginSection("InCallPresenter.setUp"); in setUp()
532 Trace.beginSection("InCallPresenter.updateActivity"); in updateActivity()
619 Trace.beginSection("InCallPresenter.onCallAdded"); in onCallAdded()
821 Trace.beginSection("InCallPresenter.onCallListChange"); in onCallListChange()
949 Trace.beginSection("InCallPresenter.onIncomingCall"); in onIncomingCall()
957 Trace.beginSection("listener.onIncomingCall"); in onIncomingCall()
963 Trace.beginSection("onPrimaryCallStateChanged"); in onIncomingCall()
1468 Trace.beginSection("InCallPresenter.startOrFinishUi"); in startOrFinishUi()
DStatusBarNotifier.java135 Trace.beginSection("StatusBarNotifier.Constructor"); in StatusBarNotifier()
248 Trace.beginSection("StatusBarNotifier.showNotification"); in showNotification()
267 Trace.beginSection("StatusBarNotifier.buildAndSendNotification"); in buildAndSendNotification()
277 Trace.beginSection("prepare work"); in buildAndSendNotification()
281 Trace.beginSection("read icon and strings"); in buildAndSendNotification()
406 Trace.beginSection("fire notification"); in buildAndSendNotification()
592 Trace.beginSection("StatusBarNotifier.getLargeIconToDisplay"); in getLargeIconToDisplay()
DProximitySensor.java64 Trace.beginSection("ProximitySensor.Constructor"); in ProximitySensor()
217 Trace.beginSection("ProximitySensor.updateProximitySensorMode"); in updateProximitySensorMode()
/packages/apps/Messaging/src/com/android/messaging/util/
DTrace.java37 abstract void beginSection(String sectionName); in beginSection() method in Trace.AbstractTrace
66 public static void beginSection(String sectionName) { in beginSection() method in Trace
70 sTrace.beginSection(sectionName); in beginSection()
93 void beginSection(String sectionName) { in beginSection() method in Trace.TraceJBMR2
94 android.os.Trace.beginSection(sectionName); in beginSection()
108 void beginSection(String sectionName) { in beginSection() method in Trace.TraceShim
/packages/apps/UnifiedEmail/src/com/android/mail/
DSenderInfoLoader.java118 Trace.beginSection("load contact photos util"); in loadContactPhotos()
121 Trace.beginSection("build first query"); in loadContactPhotos()
142 Trace.beginSection("query 1"); in loadContactPhotos()
152 Trace.beginSection("get photo id"); in loadContactPhotos()
185 Trace.beginSection("build second query"); in loadContactPhotos()
195 Trace.beginSection("query 2"); in loadContactPhotos()
205 Trace.beginSection("get photo blob"); in loadContactPhotos()
219 Trace.beginSection("decode bitmap"); in loadContactPhotos()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java124 Trace.beginSection("CallList.onCallAdded"); in onCallAdded()
147 Trace.beginSection("checkSpam"); in onCallAdded()
186 Trace.beginSection("updateUserMarkedSpamStatus"); in onCallAdded()
191 Trace.beginSection("checkBlock"); in onCallAdded()
343 Trace.beginSection("CallList.onIncoming"); in onIncoming()
595 Trace.beginSection("CallList.onUpdateCall"); in onUpdateCall()
616 Trace.beginSection("CallList.notifyGenericListeners"); in notifyGenericListeners()
635 Trace.beginSection("CallList.updateCallInMap"); in updateCallInMap()
817 Trace.beginSection("CallList.onDialerCallUpdate"); in onDialerCallUpdate()
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
DSpeedDialUiItemMutator.java235 Trace.beginSection("loadSpeedDialUiItemsInternal"); in loadSpeedDialUiItemsInternal()
237 Trace.beginSection("getAllEntries"); in loadSpeedDialUiItemsInternal()
260 Trace.beginSection("updateOrDeleteEntries"); in loadSpeedDialUiItemsInternal()
286 Trace.beginSection("addStarredContact"); in loadSpeedDialUiItemsInternal()
297 Trace.beginSection("insertUpdateAndDelete"); in loadSpeedDialUiItemsInternal()
411 Trace.beginSection("getSpeedDialUiItemsFromEntries"); in getSpeedDialUiItemsFromEntries()
495 Trace.beginSection("getStrequentContacts"); in getStarredContacts()
/packages/apps/Browser2/src/org/chromium/webview_shell/
DTelemetryActivity.java36 Trace.beginSection(startUpTraceTag == null ? DEFAULT_START_UP_AND_LOAD_URL_TRACE_TAG in onCreate()
38 Trace.beginSection(startUpTraceTag == null ? DEFAULT_START_UP_TRACE_TAG : startUpTraceTag); in onCreate()
70 Trace.beginSection(loadUrlTraceTag == null ? DEFAULT_LOAD_URL_TRACE_TAG : loadUrlTraceTag); in onCreate()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DFalsingManager.java134 Trace.beginSection("FalsingManager.registerSensors"); in registerSensors()
136 Trace.beginSection("get sensor " + sensorType); in registerSensors()
140 Trace.beginSection("register"); in registerSensors()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DTraceHelper.java43 public static void beginSection(String sectionName) { in beginSection() method in TraceHelper
53 Trace.beginSection(sectionName); in beginSection()
69 Trace.beginSection(sectionName); in partitionSection()
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DContactResolver.java95 Trace.beginSection("ContactResolver run"); in run()
176 Trace.beginSection("set up"); in doInBackground()
184 Trace.beginSection("load contact photo bytes"); in doInBackground()
190 Trace.beginSection("decode"); in doInBackground()
/packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
DAnswerProximitySensor.java47 Trace.beginSection("AnswerProximitySensor.shouldUse"); in shouldUse()
84 Trace.beginSection("AnswerProximitySensor Constructor"); in AnswerProximitySensor()
107 Trace.beginSection("AnswerProximitySensor.Cleanup"); in cleanup()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DListsFragment.java104 Trace.beginSection(TAG + " onCreate"); in onCreate()
113 Trace.beginSection(TAG + " onResume"); in onResume()
149 Trace.beginSection(TAG + " onCreateView"); in onCreateView()
150 Trace.beginSection(TAG + " inflate view"); in onCreateView()
153 Trace.beginSection(TAG + " setup views"); in onCreateView()
DOldSpeedDialFragment.java98 Trace.beginSection(TAG + " onCreate"); in onCreate()
114 Trace.beginSection(TAG + " onResume"); in onResume()
136 Trace.beginSection(TAG + " onCreateView"); in onCreateView()
/packages/apps/Messaging/src/com/android/messaging/
DBugleApplication.java75 Trace.beginSection("app.onCreate"); in onCreate()
102 Trace.beginSection("app.initializeSync"); in initializeSync()
167 Trace.beginSection("app.initializeAsync"); in initializeAsync()
/packages/apps/Contacts/src/com/android/contacts/activities/
DRequestPermissionsActivityBase.java125 Trace.beginSection("requestPermissions"); in requestPermissions()
148 Trace.beginSection("hasPermission"); in hasPermissions()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerFragment.java708 Trace.beginSection("AnswerFragment.onCreateView"); in onCreateView()
799 Trace.beginSection("AnswerFragment.onViewCreated"); in onViewCreated()
812 Trace.beginSection("AnswerFragment.onResume"); in onResume()
822 Trace.beginSection("AnswerFragment.onStart"); in onStart()
835 Trace.beginSection("AnswerFragment.onStop"); in onStop()
848 Trace.beginSection("AnswerFragment.onPause"); in onPause()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java356 Trace.beginSection(TAG + " onCreate"); in onCreate()
393 Trace.beginSection(TAG + " onCreateView"); in onCreateView()
395 Trace.beginSection(TAG + " inflate view"); in onCreateView()
398 Trace.beginSection(TAG + " buildLayer"); in onCreateView()
402 Trace.beginSection(TAG + " setup views"); in onCreateView()
738 Trace.beginSection(TAG + " onStart"); in onStart()
773 Trace.beginSection(TAG + " onResume"); in onResume()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java616 Trace.beginSection("onCreate()"); in onCreate()
925 Trace.beginSection("bindContactData"); in bindContactData()
950 Trace.beginSection("Set display photo & name"); in bindContactData()
1062 Trace.beginSection("bind contact card"); in populateContactAndAboutCard()
1085 Trace.beginSection("bind about card"); in populateContactAndAboutCard()
1225 Trace.beginSection("Build data items map"); in generateDataModelFromContact()
1266 Trace.beginSection("sort within mimetypes"); in generateDataModelFromContact()
1284 Trace.beginSection("sort amongst mimetypes"); in generateDataModelFromContact()
1289 Trace.beginSection("cp2 data items to entries"); in generateDataModelFromContact()
2072 Trace.beginSection("onLoadFinished()");
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java365 Trace.beginSection(TAG + " onCreate"); in onCreate()
376 Trace.beginSection(TAG + " setContentView"); in onCreate()
381 Trace.beginSection(TAG + " setup Views"); in onCreate()
468 Trace.beginSection(TAG + " initialize smart dialing"); in onCreate()
486 Trace.beginSection(TAG + " onResume"); in onResume()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java161 Trace.beginSection("FlingUpDownMethod.onStart"); in onStart()
180 Trace.beginSection("FlingUpDownMethod.onStop"); in onStop()
194 Trace.beginSection("FlingUpDownMethod.onCreateView"); in onCreateView()
411 Trace.beginSection("FlingUpDownMethod.updateSwipeTextAndPuckForTouch"); in updateSwipeTextAndPuckForTouch()
/packages/apps/Dialer/java/com/android/dialer/location/
DGeoUtil.java33 Trace.beginSection("GeoUtil.getCurrentCountryIso"); in getCurrentCountryIso()

12