HomeSort by relevance Sort by last modified time
    Searched refs:needTag (Results 1 - 4 of 4) 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 211 char needTag = computeElementNeedTag(viewer, offset, wordPrefix);
214 parentNode != null ? parentNode : null, wordPrefix, needTag,
242 char needTag = info.needTag;
248 wordPrefix, needTag, true /* isAttribute */, isNew, info.skipEndTag,
253 char needTag = 0;
257 needTag = '<';
259 return needTag;
390 * - AttribInfo.needTag will be non-zero if we find that the attribute completion proposal
413 attrInfo.needTag = '"'
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestContentAssist.java 90 char needTag = 0;
92 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 */,
188 char needTag = attrInfo.needTag;
196 prefix, needTag, isAttribute, isNew,
231 prefix, (char) 0 /*needTag*/, true /* isAttribute */, false /*isNew*/,

Completed in 745 milliseconds