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
32
static PowerManager.WakeLock
mStartingService
;
73
if (
mStartingService
== null) {
76
mStartingService
= pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,
78
mStartingService
.setReferenceCounted(false);
80
mStartingService
.acquire();
91
if (
mStartingService
!= null) {
93
mStartingService
.release();
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
83
static PowerManager.WakeLock
mStartingService
;
182
if (
mStartingService
== null) {
185
mStartingService
= pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,
187
mStartingService
.setReferenceCounted(false);
189
mStartingService
.acquire();
200
if (
mStartingService
!= null) {
202
mStartingService
.release();
[
all
...]
Completed in 47 milliseconds