summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorGriff Hazen <griff@google.com>2014-09-09 18:35:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-09 18:35:54 +0000
commit2f439763bd4ce8b38ab66ed45e3d8ed4a31e9a33 (patch)
treeb16803773b79f18cf4930ec242772809e5f7f8a1 /core/java
parent69fb8a23990fd8948be6f0045c2b0b988b6ca6d6 (diff)
parente9aac5f44d7bf8c4a523773e57c30fd8340850eb (diff)
downloadframeworks_base-2f439763bd4ce8b38ab66ed45e3d8ed4a31e9a33.zip
frameworks_base-2f439763bd4ce8b38ab66ed45e3d8ed4a31e9a33.tar.gz
frameworks_base-2f439763bd4ce8b38ab66ed45e3d8ed4a31e9a33.tar.bz2
Merge "Remove reference to StatusBarNotification after the value is accessed." into lmp-dev
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/service/notification/IStatusBarNotificationHolder.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/service/notification/IStatusBarNotificationHolder.aidl b/core/java/android/service/notification/IStatusBarNotificationHolder.aidl
index fd6b59e..c25cdb2 100644
--- a/core/java/android/service/notification/IStatusBarNotificationHolder.aidl
+++ b/core/java/android/service/notification/IStatusBarNotificationHolder.aidl
@@ -20,5 +20,6 @@ import android.service.notification.StatusBarNotification;
/** @hide */
interface IStatusBarNotificationHolder {
+ /** Fetch the held StatusBarNotification. This method should only be called once per Holder */
StatusBarNotification get();
}