Searched refs:PROFILE (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DProfiler.java33 // TODO: Instead of doing all these "if (PROFILE)" checks here, every
35 // Profiler.PROFILE first, so the method calls will get optimized out
37 private static final boolean PROFILE = false; field in class:Profiler
66 if (PROFILE) {
72 if (PROFILE) {
78 if (PROFILE) {
85 if (PROFILE) {
95 if (PROFILE) {
101 if (PROFILE) {
107 if (PROFILE) {
[all...]
H A DCallTime.java37 /* package */ static final boolean PROFILE = true; field in class:CallTime
105 if (PROFILE && isTraceReady()) {
167 if (PROFILE && isTraceRunning()) {
194 if (PROFILE & sProfileState == PROFILE_STATE_READY) {
223 if (PROFILE) {
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp27 #if PROFILE
112 #if PROFILE
198 #if PROFILE
205 #if PROFILE
231 #if PROFILE
240 #if PROFILE
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp23 #if PROFILE
377 #if PROFILE
386 #if PROFILE
391 # if PROFILE
399 #if PROFILE
411 # if PROFILE
433 #if PROFILE
441 # if PROFILE
467 #if PROFILE
H A Ddbreg.h31 #define PROFILE 0 macro
39 #if PROFILE
568 #if PROFILE
/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java44 private static final boolean PROFILE = false; field in class:Event
220 if (PROFILE) {
276 if (PROFILE) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarInstancesHelper.java533 if (CalendarProvider2.PROFILE) {
549 if (CalendarProvider2.PROFILE) {
H A DCalendarProvider2.java93 protected static final boolean PROFILE = false; field in class:CalendarProvider2
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java337 private static final int PROFILE = 19000; field in class:ContactsProvider2
1198 matcher.addURI(ContactsContract.AUTHORITY, "profile", PROFILE);
2407 case PROFILE: {
3883 case PROFILE: {
5314 case PROFILE: {
7429 case PROFILE:
7513 case PROFILE:

Completed in 289 milliseconds