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

  /frameworks/base/core/java/android/hardware/location/
NanoAppInstanceInfo.java 48 private int mNeededExecMemBytes = 0;
126 return mNeededExecMemBytes;
177 mNeededExecMemBytes = in.readInt();
202 out.writeInt(mNeededExecMemBytes);
NanoApp.java 53 private int mNeededExecMemBytes;
117 mNeededExecMemBytes = 0;
188 mNeededExecMemBytes = neededExecMemBytes;
275 return mNeededExecMemBytes;
313 mNeededExecMemBytes = in.readInt();
346 out.writeInt(mNeededExecMemBytes);

Completed in 90 milliseconds