Searched refs:KEY_POST_CALL_DISCONNECT_PRESSED (Results 1 – 1 of 1) sorted by relevance
50 private static final String KEY_POST_CALL_DISCONNECT_PRESSED = "post_call_disconnect_pressed"; field in PostCall160 .putBoolean(KEY_POST_CALL_DISCONNECT_PRESSED, true) in onDisconnectPressed()207 .remove(KEY_POST_CALL_DISCONNECT_PRESSED) in clear()219 boolean callDisconnectedByUser = manager.getBoolean(KEY_POST_CALL_DISCONNECT_PRESSED, false); in shouldPromptUserToSendMessage()