OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acquirePartialWakeLock
(Results
1 - 2
of
2
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertWakeLock.java
38
static void
acquirePartialWakeLock
(Context context) {
42
acquirePartialWakeLock
(context, MAX_PARTIAL_WAKELOCK_DURATION);
45
static void
acquirePartialWakeLock
(Context context, long timeout) {
CellBroadcastAlertReminder.java
103
CellBroadcastAlertWakeLock.
acquirePartialWakeLock
(getApplicationContext(), 500);
Completed in 3718 milliseconds