OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullScreenIntent
(Results
1 - 25
of
32
) sorted by null
1
2
/frameworks/support/v4/honeycomb/android/support/v4/app/
NotificationCompatHoneycomb.java
29
PendingIntent contentIntent, PendingIntent
fullScreenIntent
, Bitmap largeIcon) {
47
.setFullScreenIntent(
fullScreenIntent
,
/frameworks/support/v4/ics/android/support/v4/app/
NotificationCompatIceCreamSandwich.java
29
PendingIntent contentIntent, PendingIntent
fullScreenIntent
, Bitmap largeIcon,
48
.setFullScreenIntent(
fullScreenIntent
,
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java
165
Intent
fullScreenIntent
= new Intent(StatusBarTest.this, TestAlertActivity.class);
167
fullScreenIntent
.putExtra("id", id);
168
not.
fullScreenIntent
= PendingIntent.getActivity(
171
fullScreenIntent
,
174
not.contentIntent = not.
fullScreenIntent
;
/frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java
31
PendingIntent contentIntent, PendingIntent
fullScreenIntent
, Bitmap largeIcon,
52
.setFullScreenIntent(
fullScreenIntent
,
/frameworks/base/core/java/android/app/
Notification.java
176
public PendingIntent
fullScreenIntent
;
748
fullScreenIntent
= PendingIntent.CREATOR.createFromParcel(parcel);
784
that.
fullScreenIntent
= this.
fullScreenIntent
;
951
if (
fullScreenIntent
!= null) {
953
fullScreenIntent
.writeToParcel(parcel, 0);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java
329
mUsbStorageNotification.
fullScreenIntent
= pi;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java
[
all
...]
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
/development/samples/training/InteractiveChart/libs/
android-support-v4.jar
/external/robolectric/lib/main/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar
/sdk/apps/NotificationStudio/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar
/development/samples/training/AnimationsDemo/libs/
android-support-v13.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
Completed in 4463 milliseconds
1
2