OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_CLOSE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipNotification.java
52
private static final String
ACTION_CLOSE
= "PipNotification.close";
141
case
ACTION_CLOSE
:
158
.setDeleteIntent(createPendingIntent(context,
ACTION_CLOSE
)));
165
intentFilter.addAction(
ACTION_CLOSE
);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
TapAgainDialog.java
38
public static final String
ACTION_CLOSE
=
66
IntentFilter filter = new IntentFilter(
ACTION_CLOSE
);
HostEmulationManager.java
133
Intent intent = new Intent(TapAgainDialog.
ACTION_CLOSE
);
279
Intent intent = new Intent(TapAgainDialog.
ACTION_CLOSE
);
Completed in 268 milliseconds