OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needTag
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
350
appParamValue.
needTag
= ContentType.PHONEBOOK;
352
appParamValue.
needTag
= ContentType.INCOMING_CALL_HISTORY;
354
appParamValue.
needTag
= ContentType.OUTGOING_CALL_HISTORY;
356
appParamValue.
needTag
= ContentType.MISSED_CALL_HISTORY;
359
appParamValue.
needTag
= ContentType.COMBINED_CALL_HISTORY;
364
if (D) Log.v(TAG, "onGet(): appParamValue.
needTag
=" + appParamValue.
needTag
);
376
appParamValue.
needTag
= ContentType.PHONEBOOK;
379
appParamValue.
needTag
= ContentType.INCOMING_CALL_HISTORY;
382
appParamValue.
needTag
= ContentType.OUTGOING_CALL_HISTORY
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
209
char
needTag
= computeElementNeedTag(viewer, offset, wordPrefix);
212
parentNode != null ? parentNode : null, wordPrefix,
needTag
,
240
char
needTag
= info.
needTag
;
246
wordPrefix,
needTag
, true /* isAttribute */, isNew, info.skipEndTag,
251
char
needTag
= 0;
255
needTag
= '<';
257
return
needTag
;
387
* - AttribInfo.
needTag
will be non-zero if we find that the attribute completion proposal
410
attrInfo.
needTag
= '"'
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
ResourcesContentAssist.java
124
char
needTag
= 0;
126
needTag
, true /* isAttribute */, false /* isNew */,
184
char
needTag
= attrInfo.
needTag
;
192
prefix,
needTag
, isAttribute, isNew,
Completed in 60 milliseconds