OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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";
109
int type = intent.getIntExtra(
EXTRA_TYPE
, 2 /* LE device */);
117
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);
235
mType = getArguments().getInt(
EXTRA_TYPE
);
[
all
...]
Completed in 75 milliseconds