Lines Matching refs:null
34 if (sInstance == null) {
51 if (mCommandService == null) {
52 Log.e(this, "Cannot answer call; CallCommandService == null");
65 if (mCommandService == null) {
66 Log.e(this, "Cannot reject call; CallCommandService == null");
78 if (mCommandService == null) {
79 Log.e(this, "Cannot disconnect call; CallCommandService == null");
91 if (mCommandService == null) {
92 Log.e(this, "Cannot separate call; CallCommandService == null");
104 if (mCommandService == null) {
105 Log.e(this, "Cannot mute call; CallCommandService == null");
117 if (mCommandService == null) {
118 Log.e(this, "Cannot hold call; CallCommandService == null");
130 if (mCommandService == null) {
131 Log.e(this, "Cannot merge call; CallCommandService == null");
143 if (mCommandService == null) {
144 Log.e(this, "Cannot swap call; CallCommandService == null");
156 if (mCommandService == null) {
157 Log.e(this, "Cannot add call; CallCommandService == null");
169 if (mCommandService == null) {
170 Log.e(this, "Cannot set audio mode; CallCommandService == null");
181 if (mCommandService == null) {
182 Log.e(this, "Cannot start dtmf tone; CallCommandService == null");
195 if (mCommandService == null) {
196 Log.e(this, "Cannot stop dtmf tone; CallCommandService == null");
208 if (mCommandService == null) {
209 Log.e(this, "Cannot postDialWaitContinue(); CallCommandService == null");
221 if (mCommandService == null) {
222 Log.e(this, "Cannot postDialCancel(); CallCommandService == null");
234 if (mCommandService == null) {
235 Log.e(this, "Cannot setSystemBarNavigationEnabled(); CallCommandService == null");