Searched refs:PAIRED_DEVICE_EXTRA (Results 1 – 4 of 4) sorted by relevance
47 if (bundle.containsKey(AdbPairedDevicePreference.PAIRED_DEVICE_EXTRA)) { in onAttach()49 AdbPairedDevicePreference.PAIRED_DEVICE_EXTRA); in onAttach()
38 public static final String PAIRED_DEVICE_EXTRA = "paired_device"; field in AdbPairedDevicePreference92 bundle.putParcelable(PAIRED_DEVICE_EXTRA, mPairedDevice); in savePairedDeviceToExtras()
76 public static final String PAIRED_DEVICE_EXTRA = "paired_device"; field in WirelessDebuggingFragment443 p = (PairDevice) data.getParcelableExtra(PAIRED_DEVICE_EXTRA); in handlePairedDeviceRequest()
86 WirelessDebuggingFragment.PAIRED_DEVICE_EXTRA, in forgetDevice()