OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeoutIntent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java
54
private PendingIntent
mTimeoutIntent
;
176
if (
mTimeoutIntent
!= null) {
306
if (
mTimeoutIntent
!= null) {
307
mAlarmManager.cancel(
mTimeoutIntent
);
308
mTimeoutIntent
= null;
333
mTimeoutIntent
= PendingIntent.getBroadcast(mContext, 0, mAlarmIntent, PendingIntent.FLAG_CANCEL_CURRENT);
338
SystemClock.elapsedRealtime() + dialogDuration,
mTimeoutIntent
);
342
SystemClock.elapsedRealtime() + dialogDuration,
mTimeoutIntent
);
356
mTimeoutIntent
= null;
/frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java
408
private final PendingIntent
mTimeoutIntent
;
720
mTimeoutIntent
= PendingIntent.getBroadcast(mContext, 0, new Intent(ALARM_TIMEOUT), 0);
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java
[
all
...]
Completed in 815 milliseconds