OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStartingService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiver.java
33
static PowerManager.WakeLock
mStartingService
;
74
if (
mStartingService
== null) {
77
mStartingService
= pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,
79
mStartingService
.setReferenceCounted(false);
81
mStartingService
.acquire();
92
if (
mStartingService
!= null) {
94
mStartingService
.release();
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
61
static PowerManager.WakeLock
mStartingService
;
100
if (
mStartingService
== null) {
103
mStartingService
= pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,
105
mStartingService
.setReferenceCounted(false);
107
mStartingService
.acquire();
118
if (
mStartingService
!= null) {
120
mStartingService
.release();
Completed in 22 milliseconds