Home
last modified time | relevance | path

Searched refs:Trace (Results 1 – 25 of 150) sorted by relevance

123456

/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java22 import android.os.Trace;
53 Trace.beginSection("InCallServiceImpl.onCallAudioStateChanged"); in onCallAudioStateChanged()
55 Trace.endSection(); in onCallAudioStateChanged()
60 Trace.beginSection("InCallServiceImpl.onBringToForeground"); in onBringToForeground()
62 Trace.endSection(); in onBringToForeground()
67 Trace.beginSection("InCallServiceImpl.onCallAdded"); in onCallAdded()
69 Trace.endSection(); in onCallAdded()
74 Trace.beginSection("InCallServiceImpl.onCallRemoved"); in onCallRemoved()
78 Trace.endSection(); in onCallRemoved()
83 Trace.beginSection("InCallServiceImpl.onCanAddCallChanged"); in onCanAddCallChanged()
[all …]
DContactInfoCache.java26 import android.os.Trace;
123 Trace.beginSection("ContactInfoCache constructor"); in ContactInfoCache()
131 Trace.endSection(); in ContactInfoCache()
349 Trace.beginSection("ContactInfoCache.findInfo"); in findInfo()
353 Trace.beginSection("prepare callback"); in findInfo()
360 Trace.endSection(); in findInfo()
373 Trace.endSection(); in findInfo()
384 Trace.endSection(); in findInfo()
395 Trace.beginSection("prepare query"); in findInfo()
410 Trace.endSection(); in findInfo()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DRunnerState.java23 import android.os.Trace;
69 Trace.traceBegin(Trace.TRACE_TAG_NETWORK, signatureToLog); in processMessage()
71 Trace.traceEnd(Trace.TRACE_TAG_NETWORK); in processMessage()
86 Trace.traceBegin(Trace.TRACE_TAG_NETWORK, signatureToLog); in enter()
88 Trace.traceEnd(Trace.TRACE_TAG_NETWORK); in enter()
102 Trace.traceBegin(Trace.TRACE_TAG_NETWORK, signatureToLog); in exit()
104 Trace.traceEnd(Trace.TRACE_TAG_NETWORK); in exit()
/packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
DAnswerProximitySensor.java22 import android.os.Trace;
47 Trace.beginSection("AnswerProximitySensor.shouldUse"); in shouldUse()
52 Trace.endSection(); in shouldUse()
60 Trace.endSection(); in shouldUse()
68 Trace.endSection(); in shouldUse()
74 Trace.endSection(); in shouldUse()
78 Trace.endSection(); in shouldUse()
84 Trace.beginSection("AnswerProximitySensor Constructor"); in AnswerProximitySensor()
103 Trace.endSection(); in AnswerProximitySensor()
107 Trace.beginSection("AnswerProximitySensor.Cleanup"); in cleanup()
[all …]
/packages/services/Car/tests/CarCtsFakeLauncher/src/com/android/car/fakelauncher/
DLauncherActivity.java22 import android.os.Trace;
56 Trace.traceBegin(Trace.TRACE_TAG_APP, "onResume-" + mUserId); in onResume()
60 Trace.traceEnd(Trace.TRACE_TAG_APP); in onResume()
65 Trace.traceBegin(Trace.TRACE_TAG_APP, "onPostResume-" + mUserId); in onPostResume()
69 Trace.traceEnd(Trace.TRACE_TAG_APP); in onPostResume()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/measurements/
DTracer.kt20 import android.os.Trace in <lambda>()
38 Trace.beginAsyncSection(SECTION_LAUNCH_TO_SHORTCUT, 1) in <lambda>()
46 Trace.endAsyncSection(SECTION_LAUNCH_TO_SHORTCUT, 1) in <lambda>()
67 Trace.beginAsyncSection(sectionName, id) in <lambda>()
83 Trace.endAsyncSection(sectionName, record[1].toInt()) in <lambda>()
99 Trace.endAsyncSection(sectionName, 0) in <lambda>()
102 Trace.beginAsyncSection(sectionName, 0) in <lambda>()
112 Trace.endAsyncSection(sectionName, 0) in <lambda>()
149 Trace.beginSection(name) in UserHandle()
153 Trace.endSection() in UserHandle()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DTraceHelper.java19 import android.os.Trace;
51 Trace.beginSection(sectionName); in beginSection()
58 Trace.endSection(); in endSection()
69 Trace.beginAsyncSection(sectionName, cookie); in beginAsyncSection()
70 return () -> Trace.endAsyncSection(sectionName, cookie); in beginAsyncSection()
80 Trace.beginAsyncSection(rpcName, cookie); in allowIpcs()
81 return () -> Trace.endAsyncSection(rpcName, cookie); in allowIpcs()
/packages/apps/Browser2/src/org/chromium/webview_shell/
DTelemetryActivity.java9 import android.os.Trace;
36 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()
41 Trace.endSection(); in onCreate()
65 Trace.endSection(); in onCreate()
66 Trace.endSection(); in onCreate()
70 Trace.beginSection(loadUrlTraceTag == null ? DEFAULT_LOAD_URL_TRACE_TAG : loadUrlTraceTag); in onCreate()
/packages/modules/OnDevicePersonalization/samples/odpclient/src/main/java/com/example/odpclient/
DMainActivity.java32 import android.os.Trace;
132 Trace.beginAsyncSection("OdpClient:makeRequest:odpManager.execute", 0); in makeRequest()
142 Trace.endAsyncSection("OdpClient:makeRequest:odpManager.execute", 0); in makeRequest()
154 Trace.endAsyncSection("OdpClient:makeRequest:odpManager.execute", 0); in makeRequest()
162 Trace.beginAsyncSection("OdpClient:makeRequest:odpManager.requestSurfacePackage", 0); in makeRequest()
173 Trace.endAsyncSection( in makeRequest()
190 Trace.endAsyncSection( in makeRequest()
227 Trace.beginAsyncSection("OdpClient:scheduleTraining:odpManager.execute", 0); in scheduleTraining()
237 Trace.endAsyncSection( in scheduleTraining()
245 Trace.endAsyncSection( in scheduleTraining()
[all …]
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DFalsingManager.java25 import android.os.Trace;
134 Trace.beginSection("FalsingManager.registerSensors"); in registerSensors()
136 Trace.beginSection("get sensor " + sensorType); in registerSensors()
138 Trace.endSection(); in registerSensors()
140 Trace.beginSection("register"); in registerSensors()
142 Trace.endSection(); in registerSensors()
145 Trace.endSection(); in registerSensors()
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
DSpeedDialUiItemMutator.java26 import android.os.Trace;
235 Trace.beginSection("loadSpeedDialUiItemsInternal"); in loadSpeedDialUiItemsInternal()
237 Trace.beginSection("getAllEntries"); in loadSpeedDialUiItemsInternal()
239 Trace.endSection(); // getAllEntries in loadSpeedDialUiItemsInternal()
260 Trace.beginSection("updateOrDeleteEntries"); in loadSpeedDialUiItemsInternal()
281 Trace.endSection(); // updateOrDeleteEntries in loadSpeedDialUiItemsInternal()
286 Trace.beginSection("addStarredContact"); in loadSpeedDialUiItemsInternal()
295 Trace.endSection(); // addStarredContact in loadSpeedDialUiItemsInternal()
297 Trace.beginSection("insertUpdateAndDelete"); in loadSpeedDialUiItemsInternal()
304 Trace.endSection(); // insertUpdateAndDelete in loadSpeedDialUiItemsInternal()
[all …]
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java22 import android.os.Trace;
124 Trace.beginSection("CallList.onCallAdded"); in onCallAdded()
147 Trace.beginSection("checkSpam"); in onCallAdded()
186 Trace.beginSection("updateUserMarkedSpamStatus"); in onCallAdded()
187 Trace.endSection(); in onCallAdded()
189 Trace.endSection(); in onCallAdded()
191 Trace.beginSection("checkBlock"); in onCallAdded()
207 Trace.endSection(); in onCallAdded()
239 Trace.endSection(); in onCallAdded()
343 Trace.beginSection("CallList.onIncoming"); in onIncoming()
[all …]
/packages/services/Car/libs/car-internal-dep-lib/src/com/android/car/internal/dep/
DTrace.java26 public final class Trace { class
28 private Trace() { in Trace() method in Trace
36 android.os.Trace.beginSection(sectionName); in beginSection()
43 android.os.Trace.endSection(); in endSection()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DItemsProvider.java45 import android.os.Trace;
127 Trace.beginSection("ItemsProvider.getAllItems"); in getAllItems()
132 Trace.endSection(); in getAllItems()
165 Trace.beginSection("ItemsProvider.getLocalItems"); in getLocalItems()
170 Trace.endSection(); in getLocalItems()
218 Trace.beginSection("ItemsProvider.getAllCategories"); in getAllCategories()
222 Trace.endSection(); in getAllCategories()
241 Trace.beginSection("ItemsProvider.getLocalCategories"); in getLocalCategories()
245 Trace.endSection(); in getLocalCategories()
276 Trace.beginSection("ItemsProvider.queryMedia"); in queryMedia()
[all …]
/packages/providers/MediaProvider/
Dperfetto_config.pbtx18 # Trace all ContentProvider commands and SQLite queries.
19 …rce.corp.google.com/android-internal/frameworks/base/core/java/android/os/Trace.java?q=TRACE_TAG_D…
25 # Trace Binder IPC transactions.
38 # Trace MediaProviders' events.
44 # Trace Google Photos' events.
48 # Trace all apps' events.
/packages/apps/Contacts/src/com/android/contacts/activities/
DRequestPermissionsActivityBase.java24 import android.os.Trace;
125 Trace.beginSection("requestPermissions"); in requestPermissions()
143 Trace.endSection(); in requestPermissions()
148 Trace.beginSection("hasPermission"); in hasPermissions()
157 Trace.endSection(); in hasPermissions()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DExampleStoreServiceProvider.java28 import android.os.Trace;
74 Trace.beginAsyncSection(TRACE_GET_EXAMPLE_STORE_ITERATOR, 1); in getExampleIterator()
97 Trace.endAsyncSection(TRACE_GET_EXAMPLE_STORE_ITERATOR, 1); in getExampleIterator()
104 Trace.endAsyncSection(TRACE_GET_EXAMPLE_STORE_ITERATOR, 1); in getExampleIterator()
151 Trace.endAsyncSection(TRACE_GET_EXAMPLE_STORE_ITERATOR, 0); in runExampleStoreStartQuery()
163 Trace.endAsyncSection(TRACE_GET_EXAMPLE_STORE_ITERATOR, 0); in runExampleStoreStartQuery()
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java50 import android.os.Trace;
662 Trace.traceBegin(TRACE_TAG, "AidlVehicleStub#onGetValues"); in onGetValues()
668 Trace.traceEnd(TRACE_TAG); in onGetValues()
672 Trace.traceBegin(TRACE_TAG, "AidlVehicleStub#onSetValues"); in onSetValues()
678 Trace.traceEnd(TRACE_TAG); in onSetValues()
709 Trace.traceBegin(TRACE_TAG, "AidlVehicleStub call async result callback"); in onGetSetValues()
711 Trace.traceEnd(TRACE_TAG); in onGetSetValues()
761 Trace.traceBegin(TRACE_TAG, "AidlVehicleStub#completePendingSyncRequestLocked"); in completePendingSyncRequestLocked()
770 Trace.traceBegin(TRACE_TAG, "AidlVehicleStub#complete pending request"); in completePendingSyncRequestLocked()
773 Trace.traceEnd(TRACE_TAG); in completePendingSyncRequestLocked()
[all …]
/packages/apps/Dialer/java/com/android/dialer/app/list/
DListsFragment.java27 import android.os.Trace;
104 Trace.beginSection(TAG + " onCreate"); in onCreate()
107 Trace.endSection(); in onCreate()
113 Trace.beginSection(TAG + " onResume"); in onResume()
127 Trace.endSection(); in onResume()
149 Trace.beginSection(TAG + " onCreateView"); in onCreateView()
150 Trace.beginSection(TAG + " inflate view"); in onCreateView()
152 Trace.endSection(); in onCreateView()
153 Trace.beginSection(TAG + " setup views"); in onCreateView()
231 Trace.endSection(); in onCreateView()
[all …]
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPickerSyncController.java49 import android.os.Trace;
281 Trace.beginSection(traceSectionName("syncAllMedia")); in syncAllMedia()
286 Trace.endSection(); in syncAllMedia()
390 Trace.beginSection(traceSectionName("resetAllMedia", isLocal)); in resetAllMedia()
395 Trace.endSection(); in resetAllMedia()
438 Trace.beginSection(traceSectionName("setCloudProvider")); in setCloudProvider()
442 Trace.endSection(); in setCloudProvider()
453 Trace.beginSection(traceSectionName("forceSetCloudProvider")); in forceSetCloudProvider()
457 Trace.endSection(); in forceSetCloudProvider()
697 Trace.beginSection(traceSectionName("syncAlbumMediaFromProvider", isLocal)); in syncAlbumMediaFromProvider()
[all …]
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationManagingServiceDelegate.java35 import android.os.Trace;
80 Trace.beginSection("OdpManagingServiceDelegate#Execute"); in execute()
105 Trace.endSection(); in execute()
126 Trace.beginSection("OdpManagingServiceDelegate#RequestSurfacePackage"); in requestSurfacePackage()
146 Trace.endSection(); in requestSurfacePackage()
171 Trace.beginSection("OdpManagingServiceDelegate#RegisterMeasurementEvent"); in registerMeasurementEvent()
183 Trace.endSection(); in registerMeasurementEvent()
/packages/apps/Messaging/src/com/android/messaging/
DBugleApplication.java46 import com.android.messaging.util.Trace;
75 Trace.beginSection("app.onCreate"); in onCreate()
88 Trace.endSection(); in onCreate()
102 Trace.beginSection("app.initializeSync"); in initializeSync()
125 Trace.endSection(); in initializeSync()
168 Trace.beginSection("app.initializeAsync"); in initializeAsync()
171 Trace.endSection(); in initializeAsync()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java83 import com.android.car.internal.dep.Trace;
147 Trace.beginSection("CarWatchdogService-broadcast-" + action);
211 Trace.endSection();
229 Trace.beginSection("CarWatchdogService-powerStateChanged-"
254 Trace.endSection();
263 Trace.beginSection("CarWatchdogService-carPowerPolicyChanged-"
275 Trace.endSection();;
337 Trace.beginSection("CarWatchdogService.init"); in init()
356 Trace.endSection(); in init()
361 Trace.beginSection("CarWatchdogService.release"); in release()
[all …]
/packages/services/Car/car-builtin-lib/src/android/car/builtin/os/
DTraceHelper.java20 import android.os.Trace;
38 public static final long TRACE_TAG_CAR_SERVICE = Trace.TRACE_TAG_SYSTEM_SERVER;
45 public static final long TRACE_TAG_CAR_EVS_SERVICE = Trace.TRACE_TAG_CAMERA;
/packages/apps/Dialer/java/com/android/dialer/location/
DGeoUtil.java20 import android.os.Trace;
33 Trace.beginSection("GeoUtil.getCurrentCountryIso"); in getCurrentCountryIso()
35 Trace.endSection(); in getCurrentCountryIso()

123456