Exemplo n.º 1
0
 public void togglemute() {
   if (ua.muteMediaApplication())
     Receiver.onText(
         Receiver.CALL_NOTIFICATION,
         getUIContext().getString(R.string.menu_mute),
         android.R.drawable.stat_notify_call_mute,
         Receiver.ccCall.base);
   else Receiver.progress();
 }
Exemplo n.º 2
0
 public int speaker(int mode) {
   int ret = ua.speakerMediaApplication(mode);
   Receiver.progress();
   return ret;
 }
Exemplo n.º 3
0
 public void togglebluetooth() {
   ua.bluetoothMediaApplication();
   Receiver.progress();
 }