HomeSort by relevance Sort by last modified time
    Searched refs:stringRepresentation (Results 1 - 13 of 13) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageObject.java 60 stringRepresentation = "";
73 if (fieldName.compareTo("stringRepresentation") == 0) {
152 return stringRepresentation;
SIPResponse.java 392 stringRepresentation = "";
400 return stringRepresentation;
SIPRequest.java 200 stringRepresentation = "";
207 return stringRepresentation;
    [all...]
SIPMessage.java 504 stringRepresentation = "";
534 return stringRepresentation;
    [all...]
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 217 StatsUsageInterval(String stringRepresentation, int interval) {
218 mStringRepresentation = stringRepresentation;
222 static StatsUsageInterval getValue(String stringRepresentation) {
224 if (statsUsageInterval.mStringRepresentation.equals(stringRepresentation)) {
  /developers/samples/android/system/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 217 StatsUsageInterval(String stringRepresentation, int interval) {
218 mStringRepresentation = stringRepresentation;
222 static StatsUsageInterval getValue(String stringRepresentation) {
224 if (statsUsageInterval.mStringRepresentation.equals(stringRepresentation)) {
  /development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
AppUsageStatisticsFragment.java 217 StatsUsageInterval(String stringRepresentation, int interval) {
218 mStringRepresentation = stringRepresentation;
222 static StatsUsageInterval getValue(String stringRepresentation) {
224 if (statsUsageInterval.mStringRepresentation.equals(stringRepresentation)) {
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 81 protected String stringRepresentation;
294 stringRepresentation = "";
309 stringRepresentation += getIndentation();
310 stringRepresentation += "<null>\n";
316 stringRepresentation += getIndentation();
317 stringRepresentation += a;
318 stringRepresentation += "\n";
427 if (fieldName.compareTo("stringRepresentation") == 0) {
512 if (fieldName.compareTo("stringRepresentation") == 0) {
594 stringRepresentation = ""
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 100 if (fieldName.compareTo("stringRepresentation") == 0) {
190 if (fieldName.compareTo("stringRepresentation") == 0) {
284 stringRepresentation = "";
297 if (fieldName.compareTo("stringRepresentation") == 0) {
374 return stringRepresentation;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 327 stringRepresentation = "";
339 return stringRepresentation;
SIPObject.java 102 if (fieldName.compareTo("stringRepresentation") == 0) {
193 if (fieldName.compareTo("stringRepresentation") == 0) {
291 stringRepresentation = "";
304 if (fieldName.compareTo("stringRepresentation") == 0) {
381 return stringRepresentation;
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 529 milliseconds