Searched defs:EXTRA_TYPE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattDebugUtils.java48 private static final String EXTRA_TYPE = "type"; field in class:GattDebugUtils
90 int type = intent.getIntExtra(EXTRA_TYPE, 2 /* LE device */);
99 int type = intent.getIntExtra(EXTRA_TYPE, 1 /* All services */);
/packages/apps/Settings/src/com/android/settings/support/
H A DSupportDisclaimerDialogFragment.java51 public static final String EXTRA_TYPE = "extra_type"; field in class:SupportDisclaimerDialogFragment
59 bundle.putInt(SupportDisclaimerDialogFragment.EXTRA_TYPE, type);
110 bundle.getParcelable(EXTRA_ACCOUNT), bundle.getInt(EXTRA_TYPE));

Completed in 132 milliseconds