Searched refs:DID_SHOW_IN_CALL_SCREEN (Results 1 – 1 of 1) sorted by relevance
198 didShowInCallScreen = bundle.getBoolean(KeysForSavedInstance.DID_SHOW_IN_CALL_SCREEN); in onCreate()427 out.putBoolean(KeysForSavedInstance.DID_SHOW_IN_CALL_SCREEN, didShowInCallScreen); in onSaveInstanceState()1721 static final String DID_SHOW_IN_CALL_SCREEN = "did_show_in_call_screen"; field in InCallActivity.KeysForSavedInstance