summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ProgramStore.java
diff options
context:
space:
mode:
authorJinghui Guo <w001091@motorola.com>2009-08-06 14:47:17 -0500
committerWink Saville <wink@google.com>2009-08-07 10:35:11 -0700
commit9e652dcc213b96087ccadc730b1e6b1891cd02ae (patch)
tree24f550148ea636d46f15200a8658bd9217146df8 /graphics/java/android/renderscript/ProgramStore.java
parent44495b71345b196f17552e608ac6b251c67062ff (diff)
Touch activation screen shown up fix
During the time of OTA activation screen startup, the app needs to get MIN by calling getCdmaMin(). The issue in current code is that OTA app calls getCdmaMin() before framework gets MIN data from lower layer. To fix this issue, framework will be providing the following new APIs to applications for checking if MIN data is ready: 1. isMinInfoReady(): Check if mMin variable in getCdmaMin() has been assigned a non-null value. 2. registerForSubscriptionInfoReady(): Apps uses this API to register for notification. 3. unregisterForSubscriptionInfoReady(): This API is used by apps to unregister notification. Framework will be sending out the notification in the following situations: 1. when mMin is assigned a non-null MIN value; 2. When app calls register API and MIN is ready.
Diffstat (limited to 'graphics/java/android/renderscript/ProgramStore.java')
0 files changed, 0 insertions, 0 deletions