OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hideIntent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java
53
Intent
hideIntent
= AlarmStateManager.createStateChangeIntent(context,
57
hideIntent
, PendingIntent.FLAG_UPDATE_CURRENT));
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java
260
final Intent
hideIntent
= new Intent(Constants.ACTION_HIDE,
262
builder.setDeleteIntent(PendingIntent.getBroadcast(mContext, 0,
hideIntent
, 0));
Completed in 108 milliseconds