Home
last modified time | relevance | path

Searched refs:STATE_INCOMING_WILL_DISCONNECT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DTwoButtonMethod.java47 private static final String STATE_INCOMING_WILL_DISCONNECT = "incomingWillDisconnect"; field in TwoButtonMethod
63 incomingWillDisconnect = bundle.getBoolean(STATE_INCOMING_WILL_DISCONNECT); in onCreate()
71 bundle.putBoolean(STATE_INCOMING_WILL_DISCONNECT, incomingWillDisconnect); in onSaveInstanceState()