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