Searched refs:MemoryTracker (Results 1 – 4 of 4) sorted by relevance
30 public class MemoryTracker extends Service { class31 public static final String TAG = MemoryTracker.class.getSimpleName();87 context.startService(new Intent(context, MemoryTracker.class) in startTrackingMe()88 .setAction(MemoryTracker.ACTION_START_TRACKING) in startTrackingMe()207 MemoryTracker getService() { in getService()208 return MemoryTracker.this; in getService()
83 public static void dumpHprofAndShare(final Context context, MemoryTracker tracker) { in dumpHprofAndShare()92 MemoryTracker.ProcessMemInfo info = tracker.getMemInfo(pid); in dumpHprofAndShare()161 ((MemoryTracker.MemoryTrackerInterface) service).getService()); in startDump()170 context.bindService(new Intent(context, MemoryTracker.class), in startDump()
84 private MemoryTracker mMemoryService;91 mMemoryService = ((MemoryTracker.MemoryTrackerInterface)service).getService(); in WeightWatcher()99 context.bindService(new Intent(context, MemoryTracker.class), in WeightWatcher()137 private MemoryTracker.ProcessMemInfo mMemInfo;
96 MemoryTracker.startTrackingMe(sContext, "L"); in LauncherAppState()