HomeSort by relevance Sort by last modified time
    Searched full:needtag (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 352 appParamValue.needTag = ContentType.PHONEBOOK;
354 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
356 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
358 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
361 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
366 if (D) Log.v(TAG, "onGet(): appParamValue.needTag=" + appParamValue.needTag);
378 appParamValue.needTag = ContentType.PHONEBOOK;
381 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
384 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY
    [all...]
  /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*/,
  /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/animator/
AnimationContentAssist.java 93 (char) 0 /* needTag */, true /* isAttribute */, false /* isNew */,
157 (char) 0 /* needTag */, true /* isAttribute */, false /* isNew */,

Completed in 1265 milliseconds