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

  /frameworks/base/core/java/android/os/
Process.java 808 public static final int PROC_OUT_LONG = 0x2000;
  /frameworks/base/core/jni/
android_util_Process.cpp 658 PROC_OUT_LONG = 0x2000,
735 if ((mode&(PROC_OUT_FLOAT|PROC_OUT_LONG|PROC_OUT_STRING)) != 0) {
742 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {

Completed in 180 milliseconds