/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallServiceImpl.java | 22 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 …]
|
D | ContactInfoCache.java | 26 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/ |
D | RunnerState.java | 23 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/ |
D | AnswerProximitySensor.java | 22 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/ |
D | LauncherActivity.java | 22 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/ |
D | Tracer.kt | 20 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/ |
D | TraceHelper.java | 19 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/ |
D | TelemetryActivity.java | 9 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/ |
D | MainActivity.java | 32 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/ |
D | FalsingManager.java | 25 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/ |
D | SpeedDialUiItemMutator.java | 26 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/ |
D | CallList.java | 22 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/ |
D | Trace.java | 26 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/ |
D | ItemsProvider.java | 45 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/ |
D | perfetto_config.pbtx | 18 # 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/ |
D | RequestPermissionsActivityBase.java | 24 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/ |
D | ExampleStoreServiceProvider.java | 28 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/ |
D | AidlVehicleStub.java | 50 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/ |
D | ListsFragment.java | 27 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/ |
D | PickerSyncController.java | 49 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/ |
D | OnDevicePersonalizationManagingServiceDelegate.java | 35 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/ |
D | BugleApplication.java | 46 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/ |
D | CarWatchdogService.java | 83 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/ |
D | TraceHelper.java | 20 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/ |
D | GeoUtil.java | 20 import android.os.Trace; 33 Trace.beginSection("GeoUtil.getCurrentCountryIso"); in getCurrentCountryIso() 35 Trace.endSection(); in getCurrentCountryIso()
|