]> iEval git - fonbot.git/blame_incremental - telephony/ITelephony.aidl
Do not connect to server when user/pass is missing
[fonbot.git] / telephony / ITelephony.aidl
... / ...
CommitLineData
1package com.android.internal.telephony;
2
3import android.os.Bundle;
4interface ITelephony {
5 boolean endCall();
6 void dial(String number);
7 void answerRingingCall();
8 boolean enableDataConnectivity();
9 boolean disableDataConnectivity();
10 int getDataState();
11}
This page took 0.019132 seconds and 4 git commands to generate.