HomeSort by relevance Sort by last modified time
    Searched defs:KB (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
DataUsageListener.java 214 long KB = 1024;
215 long MB = 1024 * KB;
220 if (data < KB) {
223 ret = (data / KB) + " KB";
  /external/v8/src/
globals.h 121 const int KB = 1024;
122 const int MB = KB * KB;
123 const int GB = KB * KB * KB;

Completed in 57 milliseconds