Notify doesn't inflate, rename helper.

Change-Id: I85c93b522478b3116a66630856a2370ec0fda490
diff --git a/runtime/monitor.cc b/runtime/monitor.cc
index 1ceaa5d..a5605ff 100644
--- a/runtime/monitor.cc
+++ b/runtime/monitor.cc
@@ -695,7 +695,7 @@
   mon->Wait(self, ms, ns, interruptShouldThrow, why);
 }
 
-void Monitor::InflateAndNotify(Thread* self, mirror::Object* obj, bool notify_all) {
+void Monitor::DoNotify(Thread* self, mirror::Object* obj, bool notify_all) {
   DCHECK(self != NULL);
   DCHECK(obj != NULL);