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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallForwardInfo.java 32 public int timeSeconds; /* for CF no reply only */
40 + timeSeconds + " seconds";
RIL.java     [all...]
CommandsInterface.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 363 int timeSeconds = static_cast<int>(absoluteTime);
364 int timeNanoseconds = static_cast<int>((absoluteTime - timeSeconds) * 1E9);
367 targetTime.tv_sec = timeSeconds;
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 306 int timeSeconds) {
320 fi.timeSeconds = timeSeconds;
358 i1.timeSeconds != i2.timeSeconds) {
708 fi.timeSeconds,
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 372 char timeSeconds[256];
375 const char timeSeconds[] = "0.000";
401 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0);
403 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 372 char timeSeconds[256];
375 const char timeSeconds[] = "0.000";
401 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0);
403 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 331 String number, int timeSeconds, Message response) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 418 int timeSeconds, Message response) {
  /hardware/ril/libril/
ril.cpp 787 * int32_t timeSeconds
814 cff.timeSeconds = (int)t;
829 (char*)cff.number, cff.timeSeconds);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /hardware/ril/include/telephony/
ril.h 352 int timeSeconds; /* for CF no reply only */
    [all...]

Completed in 189 milliseconds