Searched refs:ResponseFragment (Results 1 – 5 of 5) sorted by relevance
44 implements ResponseFragment.Listener, BluetoothDeviceProvider.Listener,131 ResponseFragment.prepareArgs( in updateRemoteUpdate()139 ResponseFragment.DEFAULT_CHOICE_UNDEFINED in updateRemoteUpdate()141 pref.setFragment(ResponseFragment.class.getCanonicalName()); in updateRemoteUpdate()370 ResponseFragment.prepareArgs( in onCreatePreferences()378 ResponseFragment.DEFAULT_CHOICE_UNDEFINED in onCreatePreferences()380 renamePref.setFragment(ResponseFragment.class.getCanonicalName()); in onCreatePreferences()388 ResponseFragment.prepareArgs( in onCreatePreferences()398 disconnectPref.setFragment(ResponseFragment.class.getCanonicalName()); in onCreatePreferences()406 ResponseFragment.prepareArgs( in onCreatePreferences()[all …]
35 public class RemoteDfuConfirmationActivity extends Activity implements ResponseFragment.Listener {70 fragment = new ResponseFragment(); in show()72 ResponseFragment.prepareArgs( in show()80 ResponseFragment.DEFAULT_CHOICE_UNDEFINED in show()
43 ResponseFragment.Listener {74 ResponseFragment responseFragment = new ResponseFragment(); in onCreate()
468 ResponseFragment.prepareArgs( in createBluetoothDeviceSlice()476 ResponseFragment.DEFAULT_CHOICE_UNDEFINED in createBluetoothDeviceSlice()561 ResponseFragment.prepareArgs( in createBluetoothDeviceSlice()594 ResponseFragment.prepareArgs( in createBluetoothDeviceSlice()602 ResponseFragment.DEFAULT_CHOICE_UNDEFINED in createBluetoothDeviceSlice()625 ResponseFragment.prepareArgs( in createBluetoothDeviceSlice()
32 public class ResponseFragment extends GuidedStepFragment { class