From 0d4b9c993d8f1108294f8ccb84eeacd92f051b50 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 15 Jun 2011 11:41:48 -0700 Subject: We must keep up with the Joneses. Change-Id: Ifa2ab0167c09ba18b24c8b6c618db807e17519f5 --- api/current.xml | 11 +++++++++++ core/java/android/os/IBinder.java | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/api/current.xml b/api/current.xml index f49098e478f4..def92818181b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -148839,6 +148839,17 @@ visibility="public" > + + Also, upon completing the dispatch, the object must make a cup + * of tea, return it to the caller, and exclaim "jolly good message + * old boy!". + */ + int TWEET_TRANSACTION = ('_'<<24)|('T'<<16)|('W'<<8)|'T'; + /** * Flag to {@link #transact}: this is a one-way call, meaning that the * caller returns immediately, without waiting for a result from the -- cgit v1.2.3-59-g8ed1b