Searched refs:beginSection (Results 1 - 25 of 29) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/util/
H A DTrace.java28 * tag isn't set, calls to {@link #beginSection(String)} or {@link #endSection()} are no-ops. <p>
37 abstract void beginSection(String sectionName); method in class:Trace.AbstractTrace
66 public static void beginSection(String sectionName) { method in class:Trace
68 LogUtil.v(TAG, "beginSection() " + sectionName);
70 sTrace.beginSection(sectionName);
75 * be preceeded by a corresponding call to {@link #beginSection(String)}. Calling this method
77 * ensure that beginSection / endSection pairs are properly nested and called from the same
93 void beginSection(String sectionName) { method in class:Trace.TraceJBMR2
94 android.os.Trace.beginSection(sectionName);
108 void beginSection(Strin method in class:Trace.TraceShim
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DSenderInfoLoader.java118 Trace.beginSection("load contact photos util");
121 Trace.beginSection("build first query");
142 Trace.beginSection("query 1");
152 Trace.beginSection("get photo id");
185 Trace.beginSection("build second query");
195 Trace.beginSection("query 2");
205 Trace.beginSection("get photo blob");
219 Trace.beginSection("decode bitmap");
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DRequestPermissionsActivityBase.java125 Trace.beginSection("requestPermissions");
148 Trace.beginSection("hasPermission");
/packages/apps/Dialer/java/com/android/dialer/binary/common/
H A DDialerApplication.java39 Trace.beginSection("DialerApplication.onCreate");
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DContactResolver.java95 Trace.beginSection("ContactResolver run");
176 Trace.beginSection("set up");
184 Trace.beginSection("load contact photo bytes");
190 Trace.beginSection("decode");
/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java75 Trace.beginSection("app.onCreate");
102 Trace.beginSection("app.initializeSync");
167 Trace.beginSection("app.initializeAsync");
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DListsFragment.java96 Trace.beginSection(TAG + " onCreate");
106 Trace.beginSection(TAG + " onResume");
148 Trace.beginSection(TAG + " onCreateView");
149 Trace.beginSection(TAG + " inflate view");
152 Trace.beginSection(TAG + " setup views");
H A DOldSpeedDialFragment.java106 Trace.beginSection(TAG + " onCreate");
121 Trace.beginSection(TAG + " onResume");
146 Trace.beginSection(TAG + " onCreateView");
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListActivity.java33 Trace.beginSection("ConversationListActivity.onCreate");
H A DAbstractConversationListActivity.java70 Trace.beginSection("AbstractConversationListActivity.onAttachFragment");
/packages/apps/Contacts/src/com/android/contacts/util/
H A DMaterialColorMapUtils.java113 Trace.beginSection("calculatePrimaryAndSecondaryColor");
/packages/apps/Dialer/java/com/android/contacts/common/util/
H A DMaterialColorMapUtils.java90 Trace.beginSection("calculatePrimaryAndSecondaryColor");
/packages/apps/Dialer/java/com/android/dialer/app/dialpad/
H A DDialpadFragment.java323 Trace.beginSection(TAG + " onCreate");
350 Trace.beginSection(TAG + " onCreateView");
351 Trace.beginSection(TAG + " inflate view");
354 Trace.beginSection(TAG + " buildLayer");
358 Trace.beginSection(TAG + " setup views");
599 Trace.beginSection(TAG + " onStart");
626 Trace.beginSection(TAG + " onResume");
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java720 Trace.beginSection("onCreate()");
1082 Trace.beginSection("bindContactData");
1107 Trace.beginSection("Set display photo & name");
1180 Trace.beginSection("start sms loader");
1187 Trace.beginSection("start call log loader");
1195 Trace.beginSection("start calendar loader");
1279 Trace.beginSection("bind contact card");
1302 Trace.beginSection("bind about card");
1442 Trace.beginSection("Build data items map");
1476 Trace.beginSection("sor
[all...]
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallIntentProcessor.java80 Trace.beginSection("processNewCallCallIntent");
H A DNewOutgoingCallIntentBroadcaster.java106 Trace.beginSection("onReceiveNewOutgoingCallBroadcast");
H A DCallsManager.java2043 Trace.beginSection("addCall");
2058 Trace.beginSection(listener.getClass().toString() + " addCall");
2069 Trace.beginSection("removeCall");
2090 Trace.beginSection(listener.getClass().toString() + " onCallRemoved");
2125 Trace.beginSection("onCallStateChanged");
2131 Trace.beginSection(listener.getClass().toString() + " onCallStateChanged");
2149 Trace.beginSection(listener.getClass().toString() + " updateCanAddCall");
H A DInCallController.java1263 Trace.beginSection("onConnected: " + info.getComponentName());
/packages/apps/Dialer/java/com/android/dialer/app/
H A DDialtactsActivity.java354 Trace.beginSection(TAG + " onCreate");
362 Trace.beginSection(TAG + " setContentView");
367 Trace.beginSection(TAG + " setup Views");
462 Trace.beginSection(TAG + " initialize smart dialing");
480 Trace.beginSection(TAG + " onResume");
/packages/apps/Dialer/java/com/android/incallui/call/
H A DCallList.java115 Trace.beginSection("onCallAdded");
754 Trace.beginSection("onUpdate");
H A DDialerCall.java408 Trace.beginSection("Update");
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java1144 Trace.beginSection("updatePhotoTintAndDropShadow");
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DUtils.java1019 * @see android.os.Trace#beginSection(String)
1023 android.os.Trace.beginSection(tag);
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogAdapter.java546 Trace.beginSection("onBindViewHolder: " + position);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherProvider.java155 Trace.beginSection("Opening workspace DB");

Completed in 4028 milliseconds

12