HomeSort by relevance Sort by last modified time
    Searched refs:timeSeconds (Results 1 - 15 of 15) 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";
CommandsInterface.java     [all...]
RIL.java     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 225 int timeSeconds = static_cast<int>(absoluteTime);
226 int timeMicroseconds = static_cast<int>((absoluteTime - timeSeconds) * 1000000.0);
229 targetTime.tv_sec = timeSeconds;
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 374 int timeSeconds = static_cast<int>(absoluteTime);
375 int timeNanoseconds = static_cast<int>((absoluteTime - timeSeconds) * 1E9);
378 targetTime.tv_sec = timeSeconds;
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 305 int timeSeconds) {
319 fi.timeSeconds = timeSeconds;
357 i1.timeSeconds != i2.timeSeconds) {
710 fi.timeSeconds,
    [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 317 String number, int timeSeconds, Message response) {
  /hardware/ril/include/telephony/
ril.h 328 int timeSeconds; /* for CF no reply only */
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 408 int timeSeconds, Message response) {
  /hardware/ril/libril/
ril.cpp 783 * int32_t timeSeconds
810 cff.timeSeconds = (int)t;
825 (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...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 959 milliseconds