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 55 private static final String EXTRA_TYPE = "type";
110 int type = intent.getIntExtra(EXTRA_TYPE, 2 /* LE device */);
119 int type = intent.getIntExtra(EXTRA_TYPE, 1 /* All services */);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 124 private static final String EXTRA_TYPE = "type";
147 args.putInt(EXTRA_TYPE, type);
246 mType = getArguments().getInt(EXTRA_TYPE);
    [all...]

Completed in 75 milliseconds