HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_TYPE (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 48 private static final String EXTRA_TYPE = "type";
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/
SupportDisclaimerDialogFragment.java 51 public static final String EXTRA_TYPE = "extra_type";
59 bundle.putInt(SupportDisclaimerDialogFragment.EXTRA_TYPE, type);
110 bundle.getParcelable(EXTRA_ACCOUNT), bundle.getInt(EXTRA_TYPE));

Completed in 139 milliseconds