Searched refs:FULL (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DDatePickerDialog.java159 mTitleDateFormat = DateFormat.getDateInstance(DateFormat.FULL);
/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java128 * FULL means wake both the processor and the display.
133 FULL enum constant in enum:PhoneGlobals.WakeState
800 // acquire the processor wake lock, and release the FULL
807 case FULL:
817 // release both the PARTIAL and FULL locks.
887 requestWakeState(keepScreenOn ? WakeState.FULL : WakeState.SLEEP);

Completed in 33 milliseconds