OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullScreenPendingIntent
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java
126
PendingIntent
fullScreenPendingIntent
= PendingIntent.getActivity(getActivity(), 0,
130
.setFullScreenIntent(
fullScreenPendingIntent
, true);
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java
126
PendingIntent
fullScreenPendingIntent
= PendingIntent.getActivity(getActivity(), 0,
130
.setFullScreenIntent(
fullScreenPendingIntent
, true);
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java
126
PendingIntent
fullScreenPendingIntent
= PendingIntent.getActivity(getActivity(), 0,
130
.setFullScreenIntent(
fullScreenPendingIntent
, true);
Completed in 603 milliseconds