OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pollIntent
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java
98
Intent
pollIntent
= new Intent(ACTION_POLL, null);
99
mPendingPollIntent = PendingIntent.getBroadcast(mContext, POLL_REQUEST,
pollIntent
, 0);
ThrottleService.java
153
Intent
pollIntent
= new Intent(ACTION_POLL, null);
154
mPendingPollIntent = PendingIntent.getBroadcast(mContext, POLL_REQUEST,
pollIntent
, 0);
[
all
...]
Completed in 207 milliseconds