Searched refs:sendAndCallReady (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DCallComposerActivity.java146 private boolean sendAndCallReady; field in class:CallComposerActivity
192 sendAndCallReady = savedInstanceState.getBoolean(SEND_AND_CALL_READY_KEY);
260 if (sendAndCallReady) {
266 if (sendAndCallReady) {
312 sendAndCallReady = true;
452 outState.putBoolean(SEND_AND_CALL_READY_KEY, sendAndCallReady);

Completed in 39 milliseconds