summaryrefslogtreecommitdiff
path: root/src/com/android/stk/StkAppService.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/stk/StkAppService.java')
-rw-r--r--src/com/android/stk/StkAppService.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/stk/StkAppService.java b/src/com/android/stk/StkAppService.java
index 0543a24..a1c59c0 100644
--- a/src/com/android/stk/StkAppService.java
+++ b/src/com/android/stk/StkAppService.java
@@ -2330,6 +2330,10 @@ public class StkAppService extends Service implements Runnable {
}
}
+ boolean isNoTonePlaying() {
+ return mTonePlayer == null ? true : false;
+ }
+
private void launchOpenChannelDialog(final int slotId) {
TextMessage msg = mStkContext[slotId].mCurrentCmd.geTextMessage();
if (msg == null) {