HomeSort by relevance Sort by last modified time
    Searched refs:needTag (Results 1 - 2 of 2) 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/
AndroidContentAssist.java 135 char needTag = 0;
173 needTag = info.needTag;
192 needTag = '<';
204 return computeProposals(offset, currentNode, choices, wordPrefix, needTag,
300 * - AttribInfo.needTag will be non-zero if we find that the attribute completion proposal
322 attrInfo.needTag = '"';
352 attrInfo.needTag = 0;
658 public char needTag = 0;
    [all...]

Completed in 40 milliseconds