OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needTag
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
363
appParamValue.
needTag
= ContentType.PHONEBOOK;
365
appParamValue.
needTag
= ContentType.INCOMING_CALL_HISTORY;
367
appParamValue.
needTag
= ContentType.OUTGOING_CALL_HISTORY;
369
appParamValue.
needTag
= ContentType.MISSED_CALL_HISTORY;
372
appParamValue.
needTag
= ContentType.COMBINED_CALL_HISTORY;
383
if (D) Log.v(TAG, "onGet(): appParamValue.
needTag
=" + appParamValue.
needTag
);
395
appParamValue.
needTag
= ContentType.PHONEBOOK;
398
appParamValue.
needTag
= ContentType.INCOMING_CALL_HISTORY;
401
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
217
char
needTag
= computeElementNeedTag(viewer, offset, wordPrefix);
220
parentNode != null ? parentNode : null, wordPrefix,
needTag
,
250
char
needTag
= info.
needTag
;
256
wordPrefix,
needTag
, true /* isAttribute */, isNew, info.skipEndTag,
261
char
needTag
= 0;
265
needTag
= '<';
267
return
needTag
;
349
* - AttribInfo.
needTag
will be non-zero if we find that the attribute completion proposal
372
attrInfo.
needTag
= '"'
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestContentAssist.java
84
char
needTag
= 0;
86
needTag
, true /* isAttribute */, false /* isNew */,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java
128
char
needTag
= 0;
130
needTag
, true /* isAttribute */, false /* isNew */,
190
char
needTag
= attrInfo.
needTag
;
198
prefix,
needTag
, isAttribute, isNew,
235
prefix, (char) 0 /*
needTag
*/, true /* isAttribute */, false /*isNew*/,
Completed in 6440 milliseconds