History log of /packages/apps/Stk/src/com/android/stk/ToneDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a8e4f50aead658df817e0c0434fc5fb261701208 27-Sep-2012 Wink Saville <wink@google.com> Fix mVibrator initialization.

getSystemService cannot be called during java#init, moving initialization
of mVibrator into onCreate.

Bug: 6886400
Change-Id: I644aa674fffb11ea755bd6d96169e43896c839f2
/packages/apps/Stk/src/com/android/stk/ToneDialog.java
99fccc1c113d9b7a030dc7c945d0750748cc4af9 19-Jan-2011 Pierre Fröjd <pierre.frojd.x@sonyericsson.com> No response sent when backlight is OFF

When the LCD backlight is OFF while receiving a
PLAY TONE command, the onDestroy() method is called
immediately since the app is in the background.
In onDestroy() the STOP message is removed from the
handler queue which leads to no response is sent back to
StkAppService. This causes the RIL layer to send
TR 'ME currently unable to process command' back to the SIM.
Solution is to check if a response is sent before
removing any messages from the handler queue.

Change-Id: I7ac2e99b85b38576acfe72370aa55850cdc304a0
/packages/apps/Stk/src/com/android/stk/ToneDialog.java
cdda1a6eeba3ef067d4c9692af7e67d0d140df2e 13-Apr-2012 Jeff Brown <jeffbrown@google.com> Get Vibrator from Context instead of using private API.

Bug: 6334179
Change-Id: I1582daff119a1e7d507f7e3b161710a75971a68e
/packages/apps/Stk/src/com/android/stk/ToneDialog.java
d41f1d98d7bf42e9e867819593ad79f685604796 12-Jul-2010 Alex Yakavenka <ayakav@codeaurora.org> CAT: Use new Cat package from frameworks

As all stk related classes were moved to new Cat package this application
needs to use new package instead of old one.

Change-Id: I537c61318eff3677951af9639e9991425c418241
/packages/apps/Stk/src/com/android/stk/ToneDialog.java
79085fcc5b4e54cc374e8720644ce4c1dc0004be 09-Jun-2009 Wink Saville <wink@google.com> Cleanup whitespace.
/packages/apps/Stk/src/com/android/stk/ToneDialog.java
9d9730aecb72e830ef12d66ce6e084d8ae0928f2 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Stk/src/com/android/stk/ToneDialog.java
4f140d1b04066e68d8236a41765ad06029e00105 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Stk/src/com/android/stk/ToneDialog.java
c46d8a06f810a3b5b570e43e7e0ed8b36efd23e5 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Stk/src/com/android/stk/ToneDialog.java